From af3bbba811b1c89b2738f0fadf734235489dbe55 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Mon, 20 Jun 2022 02:14:25 +0530 Subject: return to monke colors --- config.def.h | 12 ++++++------ config.h | 12 ++++++------ dwm | Bin 79472 -> 79472 bytes 3 files changed, 12 insertions(+), 12 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 }, diff --git a/config.h b/config.h index 47f4cd0..ed9647a 100644 --- a/config.h +++ b/config.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 }, diff --git a/dwm b/dwm index 41fb050..e53f73b 100755 Binary files a/dwm and b/dwm differ -- cgit v1.2.3