From 05adf102047fe8ab010ea1098662b7b7f147d8c3 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Wed, 12 Jun 2024 23:43:58 +0200 Subject: cicada update --- dwm/themes/veloren.h | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) (limited to 'dwm/themes/veloren.h') diff --git a/dwm/themes/veloren.h b/dwm/themes/veloren.h index b26930d..153aaba 100644 --- a/dwm/themes/veloren.h +++ b/dwm/themes/veloren.h @@ -1,10 +1,9 @@ static const char norm_fg[] = "#fff"; -static const char norm_bg[] = "#222"; -//static const char norm_border[] = "#860"; -static const char norm_border[] = "#444"; +static const char norm_bg[] = "#000000"; +static const char norm_border[] = "#862"; static const char sel_fg[] = "#fff"; -static const char sel_bg[] = "#000"; +static const char sel_bg[] = "#652"; //static const char sel_border[] = "#862"; static const char sel_border[] = "#fff"; @@ -19,14 +18,8 @@ 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[] = "#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"; +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"; -- cgit v1.2.3