aboutsummaryrefslogtreecommitdiff
path: root/.cache/wal/colors-wal-dmenu.h
blob: 6884ca0f7306fc01cef6c72af10c0ac36347a75b (plain)
1
2
3
4
5
6
static const char *colors[SchemeLast][2] = {
	/*     fg         bg       */
	[SchemeNorm] = { "#c4c4c5", "#151618" },
	[SchemeSel] = { "#c4c4c5", "#131e35" },
	[SchemeOut] = { "#c4c4c5", "#303d57" },
};