diff options
author | Mate <[email protected]> | 2021-06-10 20:38:07 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-08-02 23:56:01 +0200 |
commit | fc9b654424b25db6087f531e43add0195eb45983 (patch) | |
tree | 468645be2c878ec7aa68c4773a05ca52ed0967f3 /desktop-themes/YaruGreen/gtk-3.0/_palette.scss | |
parent | 8cec782c477e1401982d71117484dcb06a11b967 (diff) | |
download | mate-themes-fc9b654424b25db6087f531e43add0195eb45983.tar.bz2 mate-themes-fc9b654424b25db6087f531e43add0195eb45983.tar.xz |
improve colors of yaru green, decrease tab size
Diffstat (limited to 'desktop-themes/YaruGreen/gtk-3.0/_palette.scss')
-rw-r--r-- | desktop-themes/YaruGreen/gtk-3.0/_palette.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/YaruGreen/gtk-3.0/_palette.scss b/desktop-themes/YaruGreen/gtk-3.0/_palette.scss index 1928b940..91ba4df0 100644 --- a/desktop-themes/YaruGreen/gtk-3.0/_palette.scss +++ b/desktop-themes/YaruGreen/gtk-3.0/_palette.scss @@ -50,6 +50,6 @@ $secondary_accent_fg_color: $white; /* Core colors are only used in the current file, as bases for other color declarations. */ -$core_color_a: gtkshade(#B9C0A9, 1.2); /* Core color for blue widgets in TraditionalOK. */ +$core_color_a: gtkshade(#B9C0A9, 1.15); /* Core color for blue widgets in TraditionalOK. */ $core_color_b: #edeceb; /* Core color for gray widgets in TraditionalOK. */ |