Skip to content

Commit

Permalink
Icons for no artwork and unknown artist for all combinations
Browse files Browse the repository at this point in the history
  • Loading branch information
autumn-mck committed May 6, 2023
1 parent 5ea2981 commit aa3d08f
Show file tree
Hide file tree
Showing 114 changed files with 7 additions and 4 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions Catppuccin/catppuccin-base.xml
Original file line number Diff line number Diff line change
Expand Up @@ -564,10 +564,10 @@
<element id="FormCloseButton">Images\Window\FormCloseButton_theme-palette-placeholder.png</element>
<element id="FormCloseHighlightButton">Images\Window\FormCloseHighlightButton_theme-palette-placeholder.png</element>

<element id="NoArtwork">Images\Others\NoArtwork.png</element>
<element id="NoArtwork">Images\Others\NoArtwork_theme-palette-placeholder_accent-placeholder.png</element>
<element id="SplashScreen">Images\Others\SplashScreen.png</element>
<element id="UnknownArtist">Images\Others\UnknownArtist.png</element>
<element id="UnknownArtist">Images\Others\UnknownArtist_theme-palette-placeholder_accent-placeholder.png</element>
<element id="DragIcon">Images\Others\DragIcon.png</element>
<element id="UnknownAlbumIcon">Images\Others\NoArtwork.png</element>
<element id="UnknownAlbumIcon">Images\Others\NoArtwork_theme-palette-placeholder_accent-placeholder.png</element>
</images>
</root>
5 changes: 4 additions & 1 deletion SVGs/create_svgs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

files=("UnknownArtist" "NoArtwork")
theme_names=("mocha" "macchiato" "frappe" "latte")
theme_names=("latte" "frappe" "macchiato" "mocha")
accent_names=("rosewater" "flamingo" "pink" "mauve" "red" "maroon" "peach" "yellow" "green" "teal" "sky" "sapphire" "blue" "lavender")

mantles=("e6e9ef" "292c3c" "1e2030" "181825")
Expand All @@ -14,15 +14,18 @@ mocha_accents=("f5e0dc" "f2cdcd" "f5c2e7" "cba6f7" "f38ba8" "eba0ac" "fab387" "f

for file in "${files[@]}"; do
for i in {0..3}; do
echo ${theme_names[$i]}
current_palette_name=${theme_names[$i]}_accents
declare -n accents="$current_palette_name"


sed -i "s/1e2030/${mantles[i]}/g" ./$file.svg
sed -i "s/494d64/${surface1s[i]}/g" ./$file.svg

for j in {0..13}; do
sed -i "s/c6a0f6/${accents[j]}/g" ./$file.svg
inkscape ./$file.svg -o ./output/${file}_theme-${theme_names[i]}_accent-${accent_names[j]}.png
sed -i "s/${accents[j]}/c6a0f6/g" ./$file.svg
done

sed -i "s/${mantles[i]}/1e2030/g" ./$file.svg
Expand Down

0 comments on commit aa3d08f

Please sign in to comment.