summaryrefslogtreecommitdiff
path: root/dwm/themes/default.h
blob: 5cdceb2e8551cf73a569351e41367453eeeb4cb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
static const char col_gray1[]       = "#222222";
static const char col_gray2[]       = "#444444";
static const char col_gray3[]       = "#bbbbbb";
static const char col_gray4[]       = "#eeeeee";
static const char col_cyan[]        = "#005577";


static const char *colors[][3]      = {
	/*               fg         bg         border   */
	[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
	[SchemeSel]  = { col_gray4, col_cyan,  col_cyan  },
};