summaryrefslogtreecommitdiff
path: root/themes/dracula
blob: f7353de4e8b13a328cc0d8ad02f8868b129e7ed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/* 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";

/* st config */

float alpha = 0.9;


static const char *colorname[] = {
	/* 8 normal colors */
	"#000000",
	"#ff5555",
	"#50fa7b",
	"#f1fa8c",
	"#bd93f9",
	"#ff79c6",
	"#8be9fd",
	"#bfbfbf",

	/* 8 bright colors */
	"#4d4d4d",
	"#ff6e67",
	"#5af78e",
	"#f4f99d",
	"#caa9fa",
	"#ff92d0",
	"#9aedfe",
	"#e6e6e6",

	[255] = 0,

	/* more colors can be added after 255 to use with DefaultXX */
	"#cccccc",
	"#555555",
	"#282a36", /* 258 -> bg */
	"#f8f8f2", /* 259 -> fg */
};