|
|
|
@ -4,7 +4,7 @@ RENDER_SVG="$(command -v rendersvg)" || true
|
|
|
|
INKSCAPE="$(command -v inkscape)" || true
|
|
|
|
INKSCAPE="$(command -v inkscape)" || true
|
|
|
|
OPTIPNG="$(command -v optipng)" || true
|
|
|
|
OPTIPNG="$(command -v optipng)" || true
|
|
|
|
|
|
|
|
|
|
|
|
for theme in '' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-Grey'; do
|
|
|
|
for theme in '' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-Nord' '-Grey'; do
|
|
|
|
case "$theme" in
|
|
|
|
case "$theme" in
|
|
|
|
'')
|
|
|
|
'')
|
|
|
|
theme_color_dark='#1A73E8'
|
|
|
|
theme_color_dark='#1A73E8'
|
|
|
|
@ -38,6 +38,10 @@ for theme in '' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-
|
|
|
|
theme_color_dark='#009688'
|
|
|
|
theme_color_dark='#009688'
|
|
|
|
theme_color_light='#4DB6AC'
|
|
|
|
theme_color_light='#4DB6AC'
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
-Nord)
|
|
|
|
|
|
|
|
theme_color_dark='#8FBCBB'
|
|
|
|
|
|
|
|
theme_color_light='#2E3440'
|
|
|
|
|
|
|
|
;;
|
|
|
|
-Grey)
|
|
|
|
-Grey)
|
|
|
|
theme_color_dark='#616161'
|
|
|
|
theme_color_dark='#616161'
|
|
|
|
theme_color_light='#DDDDDD'
|
|
|
|
theme_color_light='#DDDDDD'
|
|
|
|
@ -53,7 +57,7 @@ for theme in '' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
for theme in '' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-Grey'; do
|
|
|
|
for theme in '' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-Nord' '-Grey'; do
|
|
|
|
SRC_FILE="thumbnail${theme}.svg"
|
|
|
|
SRC_FILE="thumbnail${theme}.svg"
|
|
|
|
for color in '' '-Dark'; do
|
|
|
|
for color in '' '-Dark'; do
|
|
|
|
echo
|
|
|
|
echo
|
|
|
|
@ -66,7 +70,7 @@ for theme in '' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-
|
|
|
|
done
|
|
|
|
done
|
|
|
|
done
|
|
|
|
done
|
|
|
|
|
|
|
|
|
|
|
|
for theme in '' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-Grey'; do
|
|
|
|
for theme in '' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-Nord' '-Grey'; do
|
|
|
|
if [[ ${theme} == '' ]]; then
|
|
|
|
if [[ ${theme} == '' ]]; then
|
|
|
|
keep='true'
|
|
|
|
keep='true'
|
|
|
|
else
|
|
|
|
else
|
|
|
|
|