Updated theme and also a few other things

This commit is contained in:
Néstor Andreu 2023-03-13 15:35:41 +01:00
parent 407b2d2dc1
commit f028ad9caa
10 changed files with 317 additions and 317 deletions

View file

@ -17,7 +17,7 @@ $disabled_bg: #B5A9A9;
/*Usually an automatic fg color on these backgrounds should check this value!*/
$warningc: #f57900;
$errorc: #990000;
$errorc: #e10000;
$successc: #00b8a8;
@ -28,10 +28,10 @@ $titlebar_backdrop_fg: #2f2f2f;
$titlebar_backdrop_bg: #C9C9C9;
$hint_fg: #002269;
$hint_bg: #85B1E8;
$hint_bg: #c4deff;
$osd_fg: #002269;
$osd_bg: #85B1E8;
$osd_bg: #c4deff;
$link_fg: #004B91;
$link_visited_fg: #680091;

View file

@ -29,7 +29,7 @@ vdisabled_bg="#B5A9A9"
# Usually an automatic fg color on these backgrounds should check this value!
vwarningc="#f57900"
verrorc="#990000"
verrorc="#e10000"
vsuccessc="#00b8a8"
@ -40,7 +40,7 @@ vtitlebar_backdrop_fg=$vwindow_fg
vtitlebar_backdrop_bg=$vwindow_bg
vhint_fg="#002269"
vhint_bg="#85B1E8"
vhint_bg="#c4deff"
vosd_fg=$vhint_fg
vosd_bg=$vhint_bg

View file

@ -7,7 +7,7 @@ gtk-color-scheme = "base_color:#E3E3E3"
gtk-color-scheme = "text_color:#2f2f2f"
gtk-color-scheme = "selected_bg_color:#b0dd7e"
gtk-color-scheme = "selected_fg_color:#000000"
gtk-color-scheme = "tooltip_bg_color:#85B1E8"
gtk-color-scheme = "tooltip_bg_color:#c4deff"
gtk-color-scheme = "tooltip_fg_color:#002269"
gtk-color-scheme = "disabled_bg_color:#B5A9A9"
gtk-color-scheme = "disabled_fg_color:#552222"