Compare commits

..

No commits in common. "16f3a541dd1e1523514d6bc0c2d80b2ae0a93f5b" and "bc036b47f598de4bdb6e37ace04f9b19c7ee4003" have entirely different histories.

View file

@ -196,7 +196,7 @@ switch-dark-light() {
qt_color_scheme_path=$kcolorscheme_dark
_set_theme
else
gtk_color_scheme=prefer-light
gtk_color_scheme=default
gtk_prefer_dark_theme=0
gtk_theme=$gtk_theme_light
icon_theme=$icon_theme_light
@ -212,7 +212,7 @@ restore-theme-on-login() {
gtk_color_scheme=$(gsettings get org.gnome.desktop.interface color-scheme)
if [[ ! $gtk_color_scheme == ''\''prefer-dark'\''' ]]; then
gtk_color_scheme=prefer-light
gtk_color_scheme=default
gtk_prefer_dark_theme=0
gtk_theme=$gtk_theme_light
icon_theme=$icon_theme_light