dwm

my build of dwm
git clone git://git.hanetzok.net/dwm
Log | Files | Refs | README | LICENSE

commit 8cb84086046b7197f32c4e95a6a8a47485f80f35
parent fc6a591bbb930f4c9334614cf4b3ee0e9a674cf0
Author: Markus Hanetzok <markus@hanetzok.net>
Date:   Tue,  9 Sep 2025 17:14:16 +0200

change colorscheme

Diffstat:
Mconfig.def.h | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/config.def.h b/config.def.h @@ -22,12 +22,12 @@ static const int extrabar = 1; /* 0 means no extra bar */ static const char statussep = ';'; /* separator between statuses */ static const char *fonts[] = { "monospace:size=10" }; static const char dmenufont[] = "monospace:size=10"; -static const char col_normbg[] = "#091833"; -static const char col_normfg[] = "#0abdc6"; -static const char col_normbrd[] = "#091833"; -static const char col_selbg[] = "#321959"; -static const char col_selfg[] = "#ea00d9"; -static const char col_selbrd[] = "#ea00d9"; +static const char col_normbg[] = "#1e1e2e"; +static const char col_normfg[] = "#cdd6f4"; +static const char col_normbrd[] = "#1e1e2e"; +static const char col_selbg[] = "#cba6f7"; +static const char col_selfg[] = "#1e1e2e"; +static const char col_selbrd[] = "#cba6f7"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_normfg, col_normbg, col_normbrd },