13 lines
450 B
Diff
13 lines
450 B
Diff
|
diff --git a/scripts/install.sh b/scripts/install.sh
|
||
|
index d2a2b86..bd05c93 100755
|
||
|
--- a/scripts/install.sh
|
||
|
+++ b/scripts/install.sh
|
||
|
@@ -20,7 +20,7 @@ fi
|
||
|
SASSC_OPT="-M -t expanded"
|
||
|
|
||
|
THEME_NAME=Catppuccin
|
||
|
-THEME_VARIANTS=('' '-purple' '-pink' '-red' '-orange' '-yellow' '-green' '-teal' '-grey')
|
||
|
+THEME_VARIANTS=('' '-purple' '-pink' '-red' '-orange' '-yellow' '-green' '-teal')
|
||
|
COLOR_VARIANTS=('' '-light' '-dark')
|
||
|
SIZE_VARIANTS=('' '-compact')
|