make catppuccin scheme more readable - dwm - my version of dwm (frankenstein's monster)
(HTM) git clone https://git.drkhsh.at/dwm.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 730606fc570d51e4539aba2833fd2e11f655425c
(DIR) parent 8ab417ccd4f5e162b59477c50a6064d2f626e2b2
(HTM) Author: drkhsh <me@drkhsh.at>
Date: Sun, 2 Jun 2024 21:46:02 +0200
make catppuccin scheme more readable
Diffstat:
M colors/catppuccin.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/colors/catppuccin.h b/colors/catppuccin.h
@@ -1,5 +1,5 @@
/* cyberpunk-neon color scheme */
-static const char col_normfg[] = "#6c6f85";
+static const char col_normfg[] = "#ea76cb";
static const char col_normbg[] = "#1E1D2D";
static const char col_normborder[] = "#282737";
static const char col_selfg[] = "#282737";