Insertion of the missing "polarnight4" in the papirus-folders and papirus-folders1 scripts! Removing images!

This commit is contained in:
Joshaby 2021-03-26 13:52:54 -03:00
parent 695c701df7
commit 577eb52e99
5 changed files with 7 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.3 KiB

10
install
View file

@ -57,9 +57,9 @@ else
fi
echo "Instaling icons..."
cp $PREFIX/64x64/* $LOCAL/64x64/places
cp $PREFIX/48x48/* $LOCAL/48x48/places
cp $PREFIX/32x32/* $LOCAL/32x32/places
cp $PREFIX/24x24/* $LOCAL/24x24/places
cp $PREFIX/22x22/* $LOCAL/22x22/places
cp -f $PREFIX/64x64/* $LOCAL/64x64/places
cp -f $PREFIX/48x48/* $LOCAL/48x48/places
cp -f $PREFIX/32x32/* $LOCAL/32x32/places
cp -f $PREFIX/24x24/* $LOCAL/24x24/places
cp -f $PREFIX/22x22/* $LOCAL/22x22/places
echo "Icons installed!"

View file

@ -119,7 +119,7 @@ declare_colors() {
local -a valid_colors=("black" "blue" "bluegrey" "breeze" "brown"
"cyan" "deeporange" "green" "grey" "indigo" "magenta" "nordic"
"orange" "palebrown" "paleorange" "pink" "purple" "red" "teal"
"violet" "white" "yaru" "yellow" "auroragreen" "auroraorange" "aurorayellow" "frostblue4" "frostblue2" "auroramagenta" "aurorared" "frostblue3" "frostblue1" "polarnight3" "polarnight2" "polarnight3" "polarnight1" "snowstorm1")
"violet" "white" "yaru" "yellow" "auroragreen" "auroraorange" "aurorayellow" "frostblue4" "frostblue2" "auroramagenta" "aurorared" "frostblue3" "frostblue1" "polarnight3" "polarnight2" "polarnight4" "polarnight1" "snowstorm1")
for color in "${valid_colors[@]}"; do
if [ -e "$THEME_DIR/48x48/places/folder-$color.svg" ]; then

View file

@ -119,7 +119,7 @@ declare_colors() {
local -a valid_colors=("black" "blue" "bluegrey" "breeze" "brown"
"cyan" "deeporange" "green" "grey" "indigo" "magenta" "nordic"
"orange" "palebrown" "paleorange" "pink" "purple" "red" "teal"
"violet" "white" "yaru" "yellow" "pop" "adwaita" "breeze" "mint" "paper" "auroragreen" "auroraorange" "aurorayellow" "frostblue4" "frostblue2" "auroramagenta" "aurorared" "frostblue3" "frostblue1" "polarnight3" "polarnight2" "polarnight3" "polarnight1" "snowstorm1")
"violet" "white" "yaru" "yellow" "pop" "adwaita" "breeze" "mint" "paper" "auroragreen" "auroraorange" "aurorayellow" "frostblue4" "frostblue2" "auroramagenta" "aurorared" "frostblue3" "frostblue1" "polarnight4" "polarnight2" "polarnight3" "polarnight1" "snowstorm1")
for color in "${valid_colors[@]}"; do
if [ -e "$THEME_DIR/48x48/places/folder-$color.svg" ]; then