pull/217/head 2022-05-29
vinceliuice 4 years ago
parent d0317fede6
commit ed59d211a4

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.

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.

@ -4,9 +4,9 @@ THEME_DIR=$(cd $(dirname $0) && pwd)
THEME_NAME=Orchis 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')
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:-}"
@ -26,7 +26,7 @@ for theme in "${_THEME_VARIANTS[@]}"; do
done done
for theme in "${_THEME_VARIANTS[@]}"; do for theme in "${_THEME_VARIANTS[@]}"; do
tar -Jcvf ${THEME_NAME}${theme}.tar.xz ${THEME_NAME}${theme} ${THEME_NAME}${theme}-compact ${THEME_NAME}${theme}{-light,-dark} ${THEME_NAME}${theme}{-light,-dark}-compact tar -Jcvf ${THEME_NAME}${theme}.tar.xz ${THEME_NAME}${theme} ${THEME_NAME}${theme}-Compact ${THEME_NAME}${theme}{-Light,-Dark} ${THEME_NAME}${theme}{-Light,-Dark}-Compact
done done
} }

Loading…
Cancel
Save