diff options
author | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-06-12 23:16:27 +0200 |
---|---|---|
committer | niliara-edu <nil.jimeno@estudiant.fjaverianas.com> | 2024-06-12 23:16:27 +0200 |
commit | e5fdd2a9338e914a489f9598c9b4e841b38981c0 (patch) | |
tree | 22016ff5d12631b3b1c206ab57c38e8f98e314ff /dwm/themes/veloren.h | |
parent | cd5198f084186dacb9f90bc2b52654f16f6feefb (diff) |
cicada update
Diffstat (limited to 'dwm/themes/veloren.h')
-rw-r--r-- | dwm/themes/veloren.h | 26 |
1 files changed, 17 insertions, 9 deletions
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"; |