From 4131cab5631e8326172ff93f2fecd4e06f09b71e Mon Sep 17 00:00:00 2001 From: Alexander Hess Date: Sat, 15 Aug 2026 04:40:42 +0200 Subject: [PATCH] tmp colors gnome --- .config/gnome-settings/shell-extensions.ini | 6 +++--- .local/bin/dark-theme-toggle | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.config/gnome-settings/shell-extensions.ini b/.config/gnome-settings/shell-extensions.ini index 421da89..1314928 100644 --- a/.config/gnome-settings/shell-extensions.ini +++ b/.config/gnome-settings/shell-extensions.ini @@ -330,7 +330,7 @@ screenshot-on-release=false # bgcolor-wmax=['0.180', '0.180', '0.196'] # bgcolor2=['0.020', '0.290', '0.333'] # fgcolor=['0.871', '0.929', '0.945'] -# bcolor=['0.682', '0.839', '0.871'] +# bcolor=['0.588', '0.816', '0.867'] # hcolor=['0.024', '0.478', '0.553'] # iscolor=['0.180', '0.180', '0.196'] # boxcolor=['0.180', '0.180', '0.196'] @@ -363,7 +363,7 @@ screenshot-on-release=false # dark-bgcolor-wmax=['0.180', '0.180', '0.196'] # dark-bgcolor2=['0.020', '0.290', '0.333'] # dark-fgcolor=['0.871', '0.929', '0.945'] -# dark-bcolor=['0.682', '0.839', '0.871'] +# dark-bcolor=['0.588', '0.816', '0.867'] # dark-hcolor=['0.024', '0.478', '0.553'] # dark-iscolor=['0.180', '0.180', '0.196'] # dark-boxcolor=['0.180', '0.180', '0.196'] @@ -386,7 +386,7 @@ screenshot-on-release=false # light-bgcolor-wmax=['0.180', '0.180', '0.196'] # light-bgcolor2=['0.020', '0.290', '0.333'] # light-fgcolor=['0.871', '0.929', '0.945'] -# light-bcolor=['0.682', '0.839', '0.871'] +# light-bcolor=['0.588', '0.816', '0.867'] # light-hcolor=['0.024', '0.478', '0.553'] # light-iscolor=['0.180', '0.180', '0.196'] # light-boxcolor=['0.180', '0.180', '0.196'] diff --git a/.local/bin/dark-theme-toggle b/.local/bin/dark-theme-toggle index 99f2523..d174536 100755 --- a/.local/bin/dark-theme-toggle +++ b/.local/bin/dark-theme-toggle @@ -12,8 +12,8 @@ Background=org.gnome.desktop.background # Keep in sync with "primary-color" in [org/gnome/desktop/background] -DARK_COLOR='#054A55' -LIGHT_COLOR='#DEEDF1' +DARK_COLOR='#002E37' +LIGHT_COLOR='#DDECF0' if [ "$(gsettings get $Interface color-scheme)" = "'prefer-dark'" ]; then