summaryrefslogtreecommitdiff
path: root/themes/theme.h
blob: b2df99267f6027f749b72208cfa9be52becdf085 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* Sarc config file */

/*
 * DWM CONFIGURATION
*/

/* primary color */

static const char col_cyan[]        = "#00731f";

/* secondary colors */

static const char col_gray1[]       = "#222222";
static const char col_gray2[]       = "#444444";
static const char col_gray3[]       = "#bbbbbb";
static const char col_gray4[]       = "#eeeeee";