This commit is contained in:
vinceliuice
2024-04-14 01:01:47 +08:00
parent 96f65423f4
commit 2949b6a79e

View File

@@ -25,7 +25,7 @@ SASSC_OPT="-M -t expanded"
THEME_NAME=Colloid
THEME_VARIANTS=('' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-Grey')
SCHEME_VARIANTS=('' '-Nord' '-Dracula' '-Gruvbox', '-Everforest')
SCHEME_VARIANTS=('' '-Nord' '-Dracula' '-Gruvbox' '-Everforest')
COLOR_VARIANTS=('' '-Light' '-Dark')
SIZE_VARIANTS=('' '-Compact')
@@ -658,7 +658,7 @@ if [[ "$uninstall" == 'true' ]]; then
echo && uninstall_theme && uninstall_link
fi
else
clean_theme && install_package && tweaks_temp && gnome_shell_version && install_theme
install_package && tweaks_temp && gnome_shell_version && install_theme
if [[ "$libadwaita" == 'true' ]]; then
uninstall_link && link_theme
fi