mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-12 05:15:18 +00:00
Updated theme and also a few other things
This commit is contained in:
parent
407b2d2dc1
commit
f028ad9caa
10 changed files with 317 additions and 317 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -29,13 +29,13 @@
|
|||
|
||||
infobar {
|
||||
|
||||
@include infobar(desaturate(invert($selected_bg_color), 30%));
|
||||
@include infobar(mix($hint_bg, $selected_bg_color, 50%));
|
||||
|
||||
|
||||
&.info {@include infobar($hint_bg);}
|
||||
&.info {@include infobar(mix($hint_bg, $success_color, 50%));}
|
||||
&.question {@include infobar($hint_bg);}
|
||||
&.warning {@include infobar($warning_color);}
|
||||
&.error {@include infobar($error_color)}
|
||||
&.error {@include infobar(mix($error_color,$bg_color,30%))}
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue