improved link colors

This commit is contained in:
eudaimon 2022-04-21 18:48:30 +02:00
parent 870d437781
commit 36a201343b
7 changed files with 77 additions and 71 deletions

View file

@ -1,18 +1,21 @@
$window_fg: #241f31;
$window_bg: #a79f94;
$window_bg: #a7a7a7;
$text_widget_fg: #241f31;
$text_widget_bg: #90897f;
$button_fg: #241f31;
$button_bg: #a0a780;
$disabled_fg: #552222;
$disabled_bg: #997676;
$text_widget_bg: #908f8d;
$selected_fg: #000000;
$selected_bg: #476c0e;
$selected_bg: #b0dd7e;
$button_fg: #241f31;
$button_bg: #bcbeb9;
$button_checked_bg: $selected_bg;
$button_checked_fg: $selected_fg;
$disabled_fg: #552222;
$disabled_bg: #938989;
/*Usually an automatic fg color on these backgrounds should check this value!*/
$warningc: #f57900;
$errorc: #990000;
$successc: #73d216;
@ -27,7 +30,9 @@ $titlebar_backdrop_bg: $window_bg;
$hint_fg: #002269;
$hint_bg: #6789b4;
$osd_fg: #eeeeec;
$osd_bg: darken($window_bg, 0.1);
$osd_fg: $hint_fg;
$osd_bg: $hint_bg;
$link_fg: #004B91;
$link_visited_fg: #680091;