From bb75a04f61c19e22098390936bc4a0224b3fc633 Mon Sep 17 00:00:00 2001 From: Nicolas Lebrun Date: Fri, 23 Feb 2024 20:43:17 +0100 Subject: [PATCH] better light theme --- gtkrc.sh | 22 +++++++++---------- src/assets/gnome-shell/make-assets.sh | 22 +++++++++---------- .../theme-Everforest/checkbox-dark.svg | 2 +- .../gnome-shell/theme-Everforest/checkbox.svg | 2 +- .../theme-Everforest/toggle-on-dark.svg | 4 ++-- .../theme-Everforest/toggle-on.svg | 2 +- .../theme-Green-Everforest/checkbox-dark.svg | 2 +- .../theme-Green-Everforest/toggle-on-dark.svg | 2 +- .../theme-Grey-Everforest/checkbox-dark.svg | 2 +- .../theme-Grey-Everforest/checkbox.svg | 2 +- .../theme-Grey-Everforest/toggle-on-dark.svg | 4 ++-- .../theme-Grey-Everforest/toggle-on.svg | 2 +- .../theme-Orange-Everforest/checkbox-dark.svg | 2 +- .../toggle-on-dark.svg | 2 +- .../theme-Pink-Everforest/checkbox-dark.svg | 2 +- .../theme-Pink-Everforest/toggle-on-dark.svg | 2 +- .../theme-Purple-Everforest/checkbox-dark.svg | 2 +- .../toggle-on-dark.svg | 2 +- .../theme-Red-Everforest/checkbox-dark.svg | 2 +- .../theme-Red-Everforest/toggle-on-dark.svg | 2 +- .../theme-Teal-Everforest/checkbox-dark.svg | 2 +- .../theme-Teal-Everforest/toggle-on-dark.svg | 2 +- .../theme-Yellow-Everforest/checkbox-dark.svg | 2 +- .../toggle-on-dark.svg | 2 +- src/sass/_color-palette-everforest.scss | 18 +++++++-------- 25 files changed, 55 insertions(+), 55 deletions(-) diff --git a/gtkrc.sh b/gtkrc.sh index 9416e3a5..b6799a65 100644 --- a/gtkrc.sh +++ b/gtkrc.sh @@ -110,7 +110,7 @@ make_gtkrc() { if [[ "$ctype" == "-Everforest" ]]; then case "$theme" in '') - theme_color='#9cb575' + theme_color='#7fbbb3' ;; -Purple) theme_color='#cb8eab' @@ -235,31 +235,31 @@ make_gtkrc() { if [[ "$ctype" == '-Everforest' ]]; then case "$theme" in '') - theme_color='#A7C080' + theme_color='#3A94c5' ;; -Purple) - theme_color='#D699B6' + theme_color='#bd93f9' ;; -Pink) - theme_color='#d3869b' + theme_color='#DF69ba' ;; -Red) - theme_color='#E67E80' + theme_color='#f85552' ;; -Orange) - theme_color='#E69875' + theme_color='#F57D26' ;; -Yellow) - theme_color='#DBBC7F' + theme_color='#DFA000' ;; -Green) - theme_color='#A7C080' + theme_color='#8da101' ;; -Teal) - theme_color='#83C092' + theme_color='#35a77c' ;; -Grey) - theme_color='#9DA9A0' + theme_color='#708089' ;; esac fi @@ -331,7 +331,7 @@ make_gtkrc() { background_dark='#232A2E' background_darker='#343F44' background_alt='#3D484D' - background_light='#f2efdf' + background_light='#edeada' background_dark='#1e2326' ;; esac diff --git a/src/assets/gnome-shell/make-assets.sh b/src/assets/gnome-shell/make-assets.sh index 91f0db7c..f739e678 100755 --- a/src/assets/gnome-shell/make-assets.sh +++ b/src/assets/gnome-shell/make-assets.sh @@ -166,40 +166,40 @@ for theme in '' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '- if [[ "$type" == '-Everforest' ]]; then case "$theme" in '') - theme_color_light='#A7C080' - theme_color_dark='#9cb575' + theme_color_light='#3a94c5' + theme_color_dark='#' ;; -Purple) - theme_color_light='#D699B6' + theme_color_light='#DF69ba' theme_color_dark='#cb8eab' ;; -Pink) - theme_color_light='#d3869b' + theme_color_light='#df69ba' theme_color_dark='#b16286' ;; -Red) - theme_color_light='#E67E80' + theme_color_light='#f85553' theme_color_dark='#db7375' ;; -Orange) - theme_color_light='#E69875' + theme_color_light='#f57d26' theme_color_dark='#db8d6a' ;; -Yellow) - theme_color_light='#DBBC7F' + theme_color_light='#dfa000' theme_color_dark='#d0b174' ;; -Green) - theme_color_light='#A7C080' + theme_color_light='#8da101' theme_color_dark='#9cb575' ;; -Teal) - theme_color_light='#83C092' + theme_color_light='#35a77c' theme_color_dark='#78b587' ;; -Grey) - theme_color_light='#9DA9A0' - theme_color_dark='#7A8478' + theme_color_light='#708089' + theme_color_dark='#939f91' ;; esac fi diff --git a/src/assets/gnome-shell/theme-Everforest/checkbox-dark.svg b/src/assets/gnome-shell/theme-Everforest/checkbox-dark.svg index aa532e86..f433c2e2 100644 --- a/src/assets/gnome-shell/theme-Everforest/checkbox-dark.svg +++ b/src/assets/gnome-shell/theme-Everforest/checkbox-dark.svg @@ -1,3 +1,3 @@ - + diff --git a/src/assets/gnome-shell/theme-Everforest/checkbox.svg b/src/assets/gnome-shell/theme-Everforest/checkbox.svg index 65060fa6..7748efb4 100644 --- a/src/assets/gnome-shell/theme-Everforest/checkbox.svg +++ b/src/assets/gnome-shell/theme-Everforest/checkbox.svg @@ -1,3 +1,3 @@ - + diff --git a/src/assets/gnome-shell/theme-Everforest/toggle-on-dark.svg b/src/assets/gnome-shell/theme-Everforest/toggle-on-dark.svg index 2d8370a3..4f27857f 100644 --- a/src/assets/gnome-shell/theme-Everforest/toggle-on-dark.svg +++ b/src/assets/gnome-shell/theme-Everforest/toggle-on-dark.svg @@ -52,9 +52,9 @@ height="24.019987" rx="12.009994" ry="12.009994" - fill="#9cb575" + fill="#" stroke-width="0" - style="paint-order:stroke fill markers;fill:#A7C080;fill-opacity:1" + style="paint-order:stroke fill markers;fill:#3a94c5;fill-opacity:1" id="rect2" /> diff --git a/src/assets/gnome-shell/theme-Green-Everforest/checkbox-dark.svg b/src/assets/gnome-shell/theme-Green-Everforest/checkbox-dark.svg index aa532e86..00afb890 100644 --- a/src/assets/gnome-shell/theme-Green-Everforest/checkbox-dark.svg +++ b/src/assets/gnome-shell/theme-Green-Everforest/checkbox-dark.svg @@ -1,3 +1,3 @@ - + diff --git a/src/assets/gnome-shell/theme-Green-Everforest/toggle-on-dark.svg b/src/assets/gnome-shell/theme-Green-Everforest/toggle-on-dark.svg index 2d8370a3..f62da11f 100644 --- a/src/assets/gnome-shell/theme-Green-Everforest/toggle-on-dark.svg +++ b/src/assets/gnome-shell/theme-Green-Everforest/toggle-on-dark.svg @@ -54,7 +54,7 @@ ry="12.009994" fill="#9cb575" stroke-width="0" - style="paint-order:stroke fill markers;fill:#A7C080;fill-opacity:1" + style="paint-order:stroke fill markers;fill:#8da101;fill-opacity:1" id="rect2" /> - + diff --git a/src/assets/gnome-shell/theme-Grey-Everforest/checkbox.svg b/src/assets/gnome-shell/theme-Grey-Everforest/checkbox.svg index 058182cf..2cbc111f 100644 --- a/src/assets/gnome-shell/theme-Grey-Everforest/checkbox.svg +++ b/src/assets/gnome-shell/theme-Grey-Everforest/checkbox.svg @@ -1,3 +1,3 @@ - + diff --git a/src/assets/gnome-shell/theme-Grey-Everforest/toggle-on-dark.svg b/src/assets/gnome-shell/theme-Grey-Everforest/toggle-on-dark.svg index cfe22171..4cafd39c 100644 --- a/src/assets/gnome-shell/theme-Grey-Everforest/toggle-on-dark.svg +++ b/src/assets/gnome-shell/theme-Grey-Everforest/toggle-on-dark.svg @@ -52,9 +52,9 @@ height="24.019987" rx="12.009994" ry="12.009994" - fill="#7A8478" + fill="#939f91" stroke-width="0" - style="paint-order:stroke fill markers;fill:#9DA9A0;fill-opacity:1" + style="paint-order:stroke fill markers;fill:#708089;fill-opacity:1" id="rect2" /> diff --git a/src/assets/gnome-shell/theme-Orange-Everforest/checkbox-dark.svg b/src/assets/gnome-shell/theme-Orange-Everforest/checkbox-dark.svg index 121af39d..1e64501c 100644 --- a/src/assets/gnome-shell/theme-Orange-Everforest/checkbox-dark.svg +++ b/src/assets/gnome-shell/theme-Orange-Everforest/checkbox-dark.svg @@ -1,3 +1,3 @@ - + diff --git a/src/assets/gnome-shell/theme-Orange-Everforest/toggle-on-dark.svg b/src/assets/gnome-shell/theme-Orange-Everforest/toggle-on-dark.svg index b193b284..64bac21e 100644 --- a/src/assets/gnome-shell/theme-Orange-Everforest/toggle-on-dark.svg +++ b/src/assets/gnome-shell/theme-Orange-Everforest/toggle-on-dark.svg @@ -54,7 +54,7 @@ ry="12.009994" fill="#db8d6a" stroke-width="0" - style="paint-order:stroke fill markers;fill:#E69875;fill-opacity:1" + style="paint-order:stroke fill markers;fill:#f57d26;fill-opacity:1" id="rect2" /> - + diff --git a/src/assets/gnome-shell/theme-Pink-Everforest/toggle-on-dark.svg b/src/assets/gnome-shell/theme-Pink-Everforest/toggle-on-dark.svg index 2d27ecd6..99ac9f44 100644 --- a/src/assets/gnome-shell/theme-Pink-Everforest/toggle-on-dark.svg +++ b/src/assets/gnome-shell/theme-Pink-Everforest/toggle-on-dark.svg @@ -54,7 +54,7 @@ ry="12.009994" fill="#b16286" stroke-width="0" - style="paint-order:stroke fill markers;fill:#d3869b;fill-opacity:1" + style="paint-order:stroke fill markers;fill:#df69ba;fill-opacity:1" id="rect2" /> - + diff --git a/src/assets/gnome-shell/theme-Purple-Everforest/toggle-on-dark.svg b/src/assets/gnome-shell/theme-Purple-Everforest/toggle-on-dark.svg index 35bd1133..7539a89f 100644 --- a/src/assets/gnome-shell/theme-Purple-Everforest/toggle-on-dark.svg +++ b/src/assets/gnome-shell/theme-Purple-Everforest/toggle-on-dark.svg @@ -54,7 +54,7 @@ ry="12.009994" fill="#cb8eab" stroke-width="0" - style="paint-order:stroke fill markers;fill:#D699B6;fill-opacity:1" + style="paint-order:stroke fill markers;fill:#DF69ba;fill-opacity:1" id="rect2" /> - + diff --git a/src/assets/gnome-shell/theme-Red-Everforest/toggle-on-dark.svg b/src/assets/gnome-shell/theme-Red-Everforest/toggle-on-dark.svg index a8894c7f..cc4062a3 100644 --- a/src/assets/gnome-shell/theme-Red-Everforest/toggle-on-dark.svg +++ b/src/assets/gnome-shell/theme-Red-Everforest/toggle-on-dark.svg @@ -54,7 +54,7 @@ ry="12.009994" fill="#db7375" stroke-width="0" - style="paint-order:stroke fill markers;fill:#E67E80;fill-opacity:1" + style="paint-order:stroke fill markers;fill:#f85553;fill-opacity:1" id="rect2" /> - + diff --git a/src/assets/gnome-shell/theme-Teal-Everforest/toggle-on-dark.svg b/src/assets/gnome-shell/theme-Teal-Everforest/toggle-on-dark.svg index c4fdc0d9..d00d2f07 100644 --- a/src/assets/gnome-shell/theme-Teal-Everforest/toggle-on-dark.svg +++ b/src/assets/gnome-shell/theme-Teal-Everforest/toggle-on-dark.svg @@ -54,7 +54,7 @@ ry="12.009994" fill="#78b587" stroke-width="0" - style="paint-order:stroke fill markers;fill:#83C092;fill-opacity:1" + style="paint-order:stroke fill markers;fill:#35a77c;fill-opacity:1" id="rect2" /> - + diff --git a/src/assets/gnome-shell/theme-Yellow-Everforest/toggle-on-dark.svg b/src/assets/gnome-shell/theme-Yellow-Everforest/toggle-on-dark.svg index ef79f49e..705669d7 100644 --- a/src/assets/gnome-shell/theme-Yellow-Everforest/toggle-on-dark.svg +++ b/src/assets/gnome-shell/theme-Yellow-Everforest/toggle-on-dark.svg @@ -54,7 +54,7 @@ ry="12.009994" fill="#d0b174" stroke-width="0" - style="paint-order:stroke fill markers;fill:#DBBC7F;fill-opacity:1" + style="paint-order:stroke fill markers;fill:#dfa000;fill-opacity:1" id="rect2" /> aqua in Everforest +// Teal (aqua) $teal-light: #83C092; -$teal-dark: #78b587; +$teal-dark: #35a77c; // Green $green-light: #A7C080; -$green-dark: #9cb575; +$green-dark: #8da101; // Yellow $yellow-light: #DBBC7F; -$yellow-dark: #d0b174; +$yellow-dark: #dfa000; // Orange $orange-light: #E69875; -$orange-dark: #db8d6a; +$orange-dark: #f57d26;