aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/dwm/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/dwm/config.h')
-rw-r--r--sys/cmd/dwm/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/cmd/dwm/config.h b/sys/cmd/dwm/config.h
index d14aded..4af0de5 100644
--- a/sys/cmd/dwm/config.h
+++ b/sys/cmd/dwm/config.h
@@ -9,11 +9,11 @@ static int swallowfloating = 0; /* 1 will swallow floating by default
static int showbar = 1; /* 0 means no bar */
static int topbar = 1; /* 0 means bottom bar */
static char *fonts[] = { "consolas:size=12" };
-static char col_gray1[] = "#323232";
-static char col_gray2[] = "#444444";
-static char col_gray3[] = "#bbbbbb";
-static char col_gray4[] = "#eeeeee";
-static char col_cyan[] = "#24aed8";
+static char col_gray1[] = "#504945";
+static char col_gray2[] = "#282828";
+static char col_gray3[] = "#fbf1c7";
+static char col_gray4[] = "#504945";
+static char col_cyan[] = "#83a598";
static char *colors[][3] =
{
/* fg bg border */