summaryrefslogtreecommitdiff
path: root/themes/theme.h
blob: 162087ced291a253576a7c90ba2c73a734dfeac7 (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[]        = "#8c0180";

/* 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";