summaryrefslogtreecommitdiff
path: root/themes/theme.h
blob: ae77542414bd5cacd670e929139f1aec7ebdeb10 (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[]       = "#5e81ac";

/* secondary colors */

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