aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorkrolyxon <krolyxon@tutanota.com>2022-06-20 02:14:25 +0530
committerkrolyxon <krolyxon@tutanota.com>2022-06-20 02:14:25 +0530
commitaf3bbba811b1c89b2738f0fadf734235489dbe55 (patch)
treef3a2c664f7f57eb875820fa0469f50bcae5627b2 /config.def.h
parent1a919048ccd9155987e515a516e10644b677c362 (diff)
return to monke colors
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.def.h b/config.def.h
index 47f4cd0..ed9647a 100644
--- a/config.def.h
+++ b/config.def.h
@@ -9,12 +9,12 @@ static const int topbar = 1; /* 0 means bottom bar */
static const int user_bh = 17; /* 0 means that dwm will calculate bar height, >= 1 means dwm will user_bh as bar height */
static const char *fonts[] = { "Hack Nerd Fonts:size=11", "FontAwesome:size=10", "JoyPixels:pixelsize=11:antialias=true:autohint=true" };
-static char normbgcolor[] = "#282828";
-static char normbordercolor[] = "#3c3836";
-static char normfgcolor[] = "#a89984";
-static char selfgcolor[] = "#282828";
-static char selbordercolor[] = "#a89984";
-static char selbgcolor[] = "#D4A356";
+static char normbgcolor[] = "#222222";
+static char normbordercolor[] = "#444444";
+static char normfgcolor[] = "#bbbbbb";
+static char selfgcolor[] = "#eeeeee";
+static char selbordercolor[] = "#222222";
+static char selbgcolor[] = "#005577";
static char *colors[][3] = {
/* fg bg border */
[SchemeNorm] = { normfgcolor, normbgcolor, normbordercolor },