pull/144/head
Vince 4 years ago
parent 137b2358c5
commit 982415d50c

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

@ -7,7 +7,6 @@ THEME_NAME=Orchis
_COLOR_VARIANTS=('' '-light' '-dark') _COLOR_VARIANTS=('' '-light' '-dark')
_COMPA_VARIANTS=('' '-compact') _COMPA_VARIANTS=('' '-compact')
_THEME_VARIANTS=('' '-purple' '-pink' '-red' '-orange' '-yellow' '-green' '-grey') _THEME_VARIANTS=('' '-purple' '-pink' '-red' '-orange' '-yellow' '-green' '-grey')
_THEME_COLOR=('default' 'purple' 'pink' 'red' 'orange' 'yellow' 'green' 'grey')
if [ ! -z "${COMPA_VARIANTS:-}" ]; then if [ ! -z "${COMPA_VARIANTS:-}" ]; then
IFS=', ' read -r -a _COMPA_VARIANTS <<< "${COMPA_VARIANTS:-}" IFS=', ' read -r -a _COMPA_VARIANTS <<< "${COMPA_VARIANTS:-}"
@ -43,9 +42,8 @@ done
cd .. cd ..
for theme_color in "${_THEME_COLOR[@]}"; do
./install.sh -d $THEME_DIR -t $theme_color ./install-all.sh -d $THEME_DIR
done
cd $THEME_DIR && Tar_themes && Clear_theme cd $THEME_DIR && Tar_themes && Clear_theme

Loading…
Cancel
Save