blob: f4ad3e303f23e8641edd7497a30acd3e7c171c09 (
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[] = "#6272a4";
/* secondary colors */
static const char col_gray1[] = "#282a36";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
|