summaryrefslogtreecommitdiff
path: root/dmenu/themes/connect.h
blob: a19fc5d6ed5f2d7e17287a1cfa7fc5d32a0aebfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
static const char *colors[SchemeLast][2] = {
        /*     fg         bg       */
        [SchemeNorm] = { "#dcbdbd", "#000000" },
        [SchemeSel] = { "#dcbdbd", "#B76779" },
        [SchemeOut] = { "#dcbdbd", "#BA9687" },
};


//static const char *colors[SchemeLast][2] = {
//	/*     fg         bg       */
//	[SchemeNorm] = { "#bbbbbb", "#222222" },
//	[SchemeSel] = { "#eeeeee", "#005577" },
//	[SchemeOut] = { "#000000", "#00ffff" },
//};