summaryrefslogtreecommitdiff
path: root/dmenu/themes/veloren.def.h
blob: 30cb06fab75af5ee7832c9c58ef863d1ac00f67d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
static const char *colors[SchemeLast][2] = {
	/*     fg         bg       */
	[SchemeNorm] = { "#bbbbbb", "#222222" },
	[SchemeSel] = { "#eeeeee", "#862" },
	[SchemeOut] = { "#000000", "#862" },
};
//static const unsigned int alpha = 0xf0;
static const unsigned int alpha = 0xf9;

static const unsigned int alphas[SchemeLast][2] = {
	[SchemeNorm] = { OPAQUE, alpha },
	[SchemeSel] = { OPAQUE, alpha },
	[SchemeOut] = { OPAQUE, alpha },
};