From e5fdd2a9338e914a489f9598c9b4e841b38981c0 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Wed, 12 Jun 2024 23:16:27 +0200 Subject: cicada update --- dwm/themes/veloren.h | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) (limited to 'dwm/themes/veloren.h') diff --git a/dwm/themes/veloren.h b/dwm/themes/veloren.h index 4b096e8..b26930d 100644 --- a/dwm/themes/veloren.h +++ b/dwm/themes/veloren.h @@ -1,10 +1,12 @@ static const char norm_fg[] = "#fff"; -static const char norm_bg[] = "#000000"; -static const char norm_border[] = "#862"; +static const char norm_bg[] = "#222"; +//static const char norm_border[] = "#860"; +static const char norm_border[] = "#444"; static const char sel_fg[] = "#fff"; -static const char sel_bg[] = "#652"; -static const char sel_border[] = "#862"; +static const char sel_bg[] = "#000"; +//static const char sel_border[] = "#862"; +static const char sel_border[] = "#fff"; static const char urg_fg[] = "#dcbdbd"; static const char urg_bg[] = "#B76779"; @@ -17,8 +19,14 @@ static const char *colors[][3] = { // [SchemeUrg] = { urg_fg, urg_bg, urg_border }, }; -static const char col_gray1[] = "#000000"; -static const char col_gray2[] = "#9a8484"; -static const char col_gray3[] = "#dcbdbd"; -static const char col_gray4[] = "#dcbdbd"; -static const char col_cyan[] = "#C16A7F"; +//static const char col_gray1[] = "#000000"; +//static const char col_gray2[] = "#9a8484"; +//static const char col_gray3[] = "#dcbdbd"; +//static const char col_gray4[] = "#dcbdbd"; +//static const char col_cyan[] = "#C16A7F"; +// +static const char col_gray1[] = "#000"; +static const char col_gray2[] = "#000"; +static const char col_gray3[] = "#000"; +static const char col_gray4[] = "#000"; +static const char col_cyan[] = "#000"; -- cgit v1.2.3