diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-06-20 02:14:25 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-06-20 02:14:25 +0530 |
| commit | af3bbba811b1c89b2738f0fadf734235489dbe55 (patch) | |
| tree | f3a2c664f7f57eb875820fa0469f50bcae5627b2 | |
| parent | 1a919048ccd9155987e515a516e10644b677c362 (diff) | |
return to monke colors
| -rw-r--r-- | config.def.h | 12 | ||||
| -rw-r--r-- | config.h | 12 | ||||
| -rwxr-xr-x | 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 }, @@ -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 }, Binary files differ |
