summaryrefslogtreecommitdiff
path: root/pywal/templates/colors-wal-dmenu.h
blob: aeab7a5f4cb2c1383dc1443d3ab08174ffb4afd7 (plain)
1
2
3
4
5
6
static const char *colors[SchemeLast][2] = {{
	/*     fg         bg       */
	[SchemeNorm] = {{ "{color15}", "{color0}" }},
	[SchemeSel] = {{ "{color15}", "{color1}" }},
	[SchemeOut] = {{ "{color15}", "{color14}" }},
}};