aboutsummaryrefslogtreecommitdiff
path: root/.cache/wal/colors-wal-dmenu.h
blob: e620001621a2b6131357a85887980b6d2382046a (plain)
1
2
3
4
5
6
static const char *colors[SchemeLast][2] = {
	/*     fg         bg       */
	[SchemeNorm] = { "#cbc8c7", "#312322" },
	[SchemeSel] = { "#cbc8c7", "#c3acaa" },
	[SchemeOut] = { "#cbc8c7", "#bed5fb" },
};