diff options
author | 2019-04-26 22:07:13 +0200 | |
---|---|---|
committer | 2019-04-26 22:07:13 +0200 | |
commit | 4a531954b50b2c77f7c5d818ace939e05489e42d (patch) | |
tree | f719290f4f7955f83da9ecac898e4f0ff8670aa5 | |
parent | f820ae86d4b6afea22f999137187e0951fdb842e (diff) | |
download | flat-remix-4a531954b50b2c77f7c5d818ace939e05489e42d.tar.gz flat-remix-4a531954b50b2c77f7c5d818ace939e05489e42d.zip |
Change black folder secondary color
-rwxr-xr-x | tools/colorFolder/colorFolderGenerator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/colorFolder/colorFolderGenerator.sh b/tools/colorFolder/colorFolderGenerator.sh index 501e2915f..46f7d0bb9 100755 --- a/tools/colorFolder/colorFolderGenerator.sh +++ b/tools/colorFolder/colorFolderGenerator.sh @@ -6,7 +6,7 @@ color1='rgb(21.176%,48.235%,94.117%)' color2='rgb(16.862%,38.431%,75.294%)' 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') +color2_new=('#191919' '#2b62c0' '#775e49' '#20a8af' '#12715f' '#4c4c4c' '#93123d' '#b25800' '#b22525' '#198388' '#622e78' '#ffc730') files=$(find -maxdepth 1 -iname "folder-*" -printf "%f\n") |