diff options
author | 2019-03-03 13:26:57 +0100 | |
---|---|---|
committer | 2019-03-03 13:26:57 +0100 | |
commit | 591f8d35f387e0ee9b964a415a97502b298683b5 (patch) | |
tree | c845fdfc33e81e382e249c5f5f5c1f43c65b05f8 /tools | |
parent | c4b8a767f23dd319757c8322acf776157ea7c7ee (diff) | |
download | flat-remix-591f8d35f387e0ee9b964a415a97502b298683b5.tar.gz flat-remix-591f8d35f387e0ee9b964a415a97502b298683b5.zip |
fixup! Update folder icons
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/colorFolder/colorFolderGenerator.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/colorFolder/colorFolderGenerator.sh b/tools/colorFolder/colorFolderGenerator.sh index b2ab94425..501e2915f 100755 --- a/tools/colorFolder/colorFolderGenerator.sh +++ b/tools/colorFolder/colorFolderGenerator.sh @@ -5,8 +5,8 @@ colors=(black blue brown cyan green grey magenta orange red teal violet yellow) color1='rgb(21.176%,48.235%,94.117%)' color2='rgb(16.862%,38.431%,75.294%)' -color1_new=('#383c4a' '#367bf0' '#aa7a50' '#23bac2' '#0ca15e' '#737680' '#b8174c' '#fd7d00' '#d41919' '#20a8af' '#8c42ab' '#f8de68') -color2_new=('#000000' '#2b62c0' '#775e49' '#20a8af' '#0b9155' '#4c4c4c' '#93123d' '#b25800' '#b22525' '#198388' '#622e78' '#ffc730') +color1_new=('#383c4a' '#367bf0' '#aa7a50' '#23bac2' '#17917a' '#737680' '#b8174c' '#fd7d00' '#d41919' '#20a8af' '#8c42ab' '#ffd86e') +color2_new=('#000000' '#2b62c0' '#775e49' '#20a8af' '#12715f' '#4c4c4c' '#93123d' '#b25800' '#b22525' '#198388' '#622e78' '#ffc730') files=$(find -maxdepth 1 -iname "folder-*" -printf "%f\n") |