aboutsummaryrefslogtreecommitdiff
path: root/.cache/wal/colors-wal-dmenu.h
blob: 43ddfaca26955eba5a9b8a2e14a4605c88a5b4fe (plain)
1
2
3
4
5
6
static const char *colors[SchemeLast][2] = {
	/*     fg         bg       */
	[SchemeNorm] = { "#c4c4c4", "#141415" },
	[SchemeSel] = { "#c4c4c4", "#292b37" },
	[SchemeOut] = { "#c4c4c4", "#66615a" },
};