[bug] remove some hardcoded paths
This commit is contained in:
parent
89bcacbb4d
commit
20cfec138f
1 changed files with 6 additions and 6 deletions
|
|
@ -187,18 +187,18 @@ switch-dark-light() {
|
|||
if [[ ! $gtk_color_scheme == ''\''prefer-dark'\''' ]]; then
|
||||
gtk_color_scheme=prefer-dark
|
||||
gtk_prefer_dark_theme=true
|
||||
gtk_theme=adw-gtk3-dark
|
||||
icon_theme=Papirus-Dark
|
||||
gtk_theme=$gtk_theme_dark
|
||||
icon_theme=$icon_theme_dark
|
||||
qt_custom_palette=true
|
||||
qt_color_scheme_path=/usr/share/color-schemes/BreezeDark.colors
|
||||
qt_color_scheme_path=$kcolorscheme_dark
|
||||
_set_theme
|
||||
else
|
||||
gtk_color_scheme=default
|
||||
gtk_prefer_dark_theme=false
|
||||
gtk_theme=adw-gtk3
|
||||
icon_theme=Papirus
|
||||
gtk_theme=$gtk_theme_light
|
||||
icon_theme=$icon_theme_light
|
||||
qt_custom_palette=true
|
||||
qt_color_scheme_path=/usr/share/color-schemes/BreezeLight.colors
|
||||
qt_color_scheme_path=$kcolorscheme_light
|
||||
_set_theme
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue