summaryrefslogtreecommitdiff
path: root/dwm/themes/veloren.h
diff options
context:
space:
mode:
Diffstat (limited to 'dwm/themes/veloren.h')
-rw-r--r--dwm/themes/veloren.h26
1 files changed, 17 insertions, 9 deletions
diff --git a/dwm/themes/veloren.h b/dwm/themes/veloren.h
index 4b096e8..b26930d 100644
--- a/dwm/themes/veloren.h
+++ b/dwm/themes/veloren.h
@@ -1,10 +1,12 @@
static const char norm_fg[] = "#fff";
-static const char norm_bg[] = "#000000";
-static const char norm_border[] = "#862";
+static const char norm_bg[] = "#222";
+//static const char norm_border[] = "#860";
+static const char norm_border[] = "#444";
static const char sel_fg[] = "#fff";
-static const char sel_bg[] = "#652";
-static const char sel_border[] = "#862";
+static const char sel_bg[] = "#000";
+//static const char sel_border[] = "#862";
+static const char sel_border[] = "#fff";
static const char urg_fg[] = "#dcbdbd";
static const char urg_bg[] = "#B76779";
@@ -17,8 +19,14 @@ static const char *colors[][3] = {
// [SchemeUrg] = { urg_fg, urg_bg, urg_border },
};
-static const char col_gray1[] = "#000000";
-static const char col_gray2[] = "#9a8484";
-static const char col_gray3[] = "#dcbdbd";
-static const char col_gray4[] = "#dcbdbd";
-static const char col_cyan[] = "#C16A7F";
+//static const char col_gray1[] = "#000000";
+//static const char col_gray2[] = "#9a8484";
+//static const char col_gray3[] = "#dcbdbd";
+//static const char col_gray4[] = "#dcbdbd";
+//static const char col_cyan[] = "#C16A7F";
+//
+static const char col_gray1[] = "#000";
+static const char col_gray2[] = "#000";
+static const char col_gray3[] = "#000";
+static const char col_gray4[] = "#000";
+static const char col_cyan[] = "#000";