Nord: add to asset renders

pull/276/head^2^2
Demetrio Rodriguez 3 years ago
parent 1a383c2036
commit c8e0d50f64

@ -1,6 +1,6 @@
#! /usr/bin/env bash #! /usr/bin/env bash
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'
@ -34,6 +34,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='#464646' theme_color_dark='#464646'
theme_color_light='#DDDDDD' theme_color_light='#DDDDDD'

@ -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

@ -1,6 +1,6 @@
#! /usr/bin/env bash #! /usr/bin/env bash
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'
@ -34,6 +34,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='#8FBCBB'
;;
-Grey) -Grey)
theme_color_dark='#616161' theme_color_dark='#616161'
theme_color_light='#DDDDDD' theme_color_light='#DDDDDD'

@ -1,6 +1,6 @@
#! /usr/bin/env bash #! /usr/bin/env bash
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
for color in '' '-Dark'; do for color in '' '-Dark'; do
if [[ "$color" == '' ]]; then if [[ "$color" == '' ]]; then
case "$theme" in case "$theme" in
@ -28,6 +28,9 @@ for theme in '' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-
-Teal) -Teal)
theme_color='#009688' theme_color='#009688'
;; ;;
-Nord)
theme_color='#8FBCBB'
;;
-Grey) -Grey)
theme_color='#464646' theme_color='#464646'
;; ;;
@ -58,6 +61,9 @@ for theme in '' '-Purple' '-Pink' '-Red' '-Orange' '-Yellow' '-Green' '-Teal' '-
-Teal) -Teal)
theme_color='#4DB6AC' theme_color='#4DB6AC'
;; ;;
-Nord)
theme_color='#2E3440'
;;
-Grey) -Grey)
theme_color='#DDDDDD' theme_color='#DDDDDD'
;; ;;

@ -8,7 +8,7 @@ INDEX="assets.txt"
./make-assets.sh ./make-assets.sh
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
for color in '' '-Dark'; do for color in '' '-Dark'; do
ASSETS_DIR="assets${theme}${color}" ASSETS_DIR="assets${theme}${color}"
SRC_FILE="assets${theme}${color}.svg" SRC_FILE="assets${theme}${color}.svg"
@ -37,7 +37,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
for color in '' '-Dark'; do for color in '' '-Dark'; do
if [[ "${theme}" == '' ]]; then if [[ "${theme}" == '' ]]; then
echo "keep assets${color}.svg file..." echo "keep assets${color}.svg file..."

@ -28,6 +28,9 @@ make_gtkrc() {
-Teal) -Teal)
theme_color='#009688' theme_color='#009688'
;; ;;
-Nord)
theme_color='#8FBCBB'
;;
-Grey) -Grey)
theme_color='#464646' theme_color='#464646'
;; ;;
@ -58,6 +61,9 @@ make_gtkrc() {
-Teal) -Teal)
theme_color='#4DB6AC' theme_color='#4DB6AC'
;; ;;
-Nord)
theme_color='#2E3440'
;;
-Grey) -Grey)
theme_color='#DDDDDD' theme_color='#DDDDDD'
;; ;;
@ -99,7 +105,7 @@ make_gtkrc() {
# sed -i "s/#464646/${background_alt}/g" "gtkrc${theme}${color}" # sed -i "s/#464646/${background_alt}/g" "gtkrc${theme}${color}"
} }
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
for color in '' '-Dark'; do for color in '' '-Dark'; do
make_gtkrc "${theme}" "${color}" make_gtkrc "${theme}" "${color}"
done done

@ -1,6 +1,6 @@
#! /usr/bin/env bash #! /usr/bin/env bash
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'
@ -34,6 +34,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'

@ -8,7 +8,7 @@ INDEX="assets.txt"
./make-assets.sh ./make-assets.sh
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
ASSETS_DIR="assets${theme}" ASSETS_DIR="assets${theme}"
SRC_FILE="assets${theme}.svg" SRC_FILE="assets${theme}.svg"
@ -55,7 +55,7 @@ fi
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
SRC_FILE="thumbnail${theme}.svg" SRC_FILE="thumbnail${theme}.svg"
for color in '' '-Dark'; do for color in '' '-Dark'; do
echo echo

Loading…
Cancel
Save