about summary refs log blame commit diff stats
path: root/config/wal/templates/colors-wal-dmenu.h
blob: d139d566963e0c4b4200e0b2b5ccf73051d48ad1 (plain) (tree)
1
2
3
4
5
6

                                             

                                                    

                                                    
static const char *colors[SchemeLast][2] = {{
	/*     fg         bg       */
	[SchemeNorm] = {{ "{color4}", "{color0}" }},
	[SchemeSel] = {{ "{color1}", "{color0}" }},
	[SchemeOut] = {{ "{color13}", "{color8}" }},
}};