aboutsummaryrefslogtreecommitdiffstats
path: root/src/config/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/config.h')
-rw-r--r--src/config/config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/config/config.h b/src/config/config.h
index e6d32c5..55fb083 100644
--- a/src/config/config.h
+++ b/src/config/config.h
@@ -23,16 +23,16 @@ static const char col_gray2[] = "#444444";
23static const char col_gray3[] = "#bbbbbb"; 23static const char col_gray3[] = "#bbbbbb";
24static const char col_gray4[] = "#eeeeee"; 24static const char col_gray4[] = "#eeeeee";
25static const char col_cyan[] = "#005577"; 25static const char col_cyan[] = "#005577";
26static const char norm_fg[] = "#383a42"; 26static const char norm_fg[] = "#fcfdfe";
27static const char norm_bg[] = "#e1e3ea"; 27static const char norm_bg[] = "#000c18";
28static const char norm_border[] = "#3f3f40"; 28static const char norm_border[] = "#3f3f40";
29 29
30static const char sel_fg[] = "#383a42"; 30static const char sel_fg[] = "#fcfdfe";
31static const char sel_bg[] = "#e1e3ea"; 31static const char sel_bg[] = "#000c18";
32static const char sel_border[] = "#225588"; 32static const char sel_border[] = "#225588";
33 33
34static const char urg_fg[] = "#225588"; 34static const char urg_fg[] = "#225588";
35static const char urg_bg[] = "#e1e3ea"; 35static const char urg_bg[] = "#000c18";
36static const char urg_border[] = "#000c18"; 36static const char urg_border[] = "#000c18";
37 37
38static const char *colors[][3] = { 38static const char *colors[][3] = {
@@ -73,7 +73,7 @@ static const Layout layouts[] = {
73/* commands */ 73/* commands */
74static char dmenumon[2] = "0"; 74static char dmenumon[2] = "0";
75 75
76static const char *dmenucmd[] = {"dmenucmd.sh", NULL}; 76static const char *dmenucmd[] = {"dmenu_run", NULL};
77static const char *termcmd[] = {"st", NULL}; 77static const char *termcmd[] = {"st", NULL};
78static const char *screenshotcmd[] = {"screenshotsel.sh", NULL}; 78static const char *screenshotcmd[] = {"screenshotsel.sh", NULL};
79 79