mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
Initial remote commit
This commit is contained in:
parent
f67c6bbc33
commit
aaa9cf7d3c
595 changed files with 30274 additions and 0 deletions
33
source/templates/_theme_colors.scss
Normal file
33
source/templates/_theme_colors.scss
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
$window_fg: #241f31;
|
||||
$window_bg: #a79f94;
|
||||
$text_widget_fg: #241f31;
|
||||
$text_widget_bg: #90897f;
|
||||
|
||||
|
||||
$button_fg: #241f31;
|
||||
$button_bg: #a0a780;
|
||||
|
||||
$disabled_fg: #552222;
|
||||
$disabled_bg: #997676;
|
||||
|
||||
$selected_fg: #000000;
|
||||
$selected_bg: #476c0e;
|
||||
|
||||
$warningc: #f57900;
|
||||
$errorc: #990000;
|
||||
$successc: #73d216;
|
||||
|
||||
|
||||
$titlebar_active_fg: $selected_fg;
|
||||
$titlebar_active_bg: $selected_bg;
|
||||
|
||||
$titlebar_backdrop_fg: $window_fg;
|
||||
$titlebar_backdrop_bg: $window_bg;
|
||||
|
||||
$hint_fg: #002269;
|
||||
$hint_bg: #6789b4;
|
||||
|
||||
$osd_fg: #eeeeec;
|
||||
$osd_bg: darken($window_bg, 0.1);
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue