summaryrefslogtreecommitdiff
path: root/.ccls-cache/@home@niliara@configs/dmenu@themes@cicada.h
blob: 808d78db809c4dca7c828f5ba11085f709e4a3ae (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", "#0c0c0c" },
	[SchemeSel] = { "#eeeeee", "#666" },
	[SchemeOut] = { "#000000", "#666" },
};
//static const unsigned int alpha = 0xf9;
static const unsigned int alpha = 0xff;

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