Skip to content

Commit

Permalink
Replace tabs with spaces in build_color_folders.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartFinn committed Apr 17, 2019
1 parent 2645829 commit 385c7bb
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions tools/build_color_folders.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
# Colors of the folder icon:
#
# @ - primary color
# . - secondary color
# " - color of symbol
# * - color of paper
# . - secondary color
# " - color of symbol
# * - color of paper
#
# ..................
# ..................
Expand Down Expand Up @@ -46,26 +46,26 @@ COLORS=(
# [2] - color of symbol
# [3] - color of paper
#
# | name | [0] | [1] | [2] | [3] |
# |--------|-------|-------|-------|-------|
[blue]=" #5294e2 #4877b1 #1d344f #e4e4e4"
[black]=" #4f4f4f #3f3f3f #c2c2c2 #dcdcdc"
[bluegrey]=" #607d8b #4d646f #222c31 #e4e4e4"
[brown]=" #ae8e6c #957552 #3d3226 #e4e4e4"
[cyan]=" #00bcd4 #0096aa #00424a #e4e4e4"
[deeporange]=" #eb6637 #e95420 #522413 #e4e4e4"
[green]=" #87b158 #60924b #2f3e1f #e4e4e4"
[grey]=" #8e8e8e #727272 #323232 #e4e4e4"
[indigo]=" #5c6bc0 #3f51b5 #202543 #e4e4e4"
[magenta]=" #ca71df #b259b8 #47274e #e4e4e4"
[orange]=" #ee923a #dd772f #533314 #e4e4e4"
[pink]=" #f06292 #ec407a #542233 #e4e4e4"
[red]=" #e25252 #bf4b4b #4f1d1d #e4e4e4"
[teal]=" #16a085 #12806a #08382e #e4e4e4"
[violet]=" #7e57c2 #5d399b #2c1e44 #e4e4e4"
[white]=" #e4e4e4 #cccccc #4f4f4f #ffffff"
[yellow]=" #e2b322 #b58f1b #4f3e0c #e4e4e4"
[custom]=" #value_light #value_dark #323232 #e4e4e4"
# | name | [0] | [1] | [2] | [3] |
# |----------|-------|-------|-------|-------|
[blue]=" #5294e2 #4877b1 #1d344f #e4e4e4"
[black]=" #4f4f4f #3f3f3f #c2c2c2 #dcdcdc"
[bluegrey]=" #607d8b #4d646f #222c31 #e4e4e4"
[brown]=" #ae8e6c #957552 #3d3226 #e4e4e4"
[cyan]=" #00bcd4 #0096aa #00424a #e4e4e4"
[deeporange]="#eb6637 #e95420 #522413 #e4e4e4"
[green]=" #87b158 #60924b #2f3e1f #e4e4e4"
[grey]=" #8e8e8e #727272 #323232 #e4e4e4"
[indigo]=" #5c6bc0 #3f51b5 #202543 #e4e4e4"
[magenta]=" #ca71df #b259b8 #47274e #e4e4e4"
[orange]=" #ee923a #dd772f #533314 #e4e4e4"
[pink]=" #f06292 #ec407a #542233 #e4e4e4"
[red]=" #e25252 #bf4b4b #4f1d1d #e4e4e4"
[teal]=" #16a085 #12806a #08382e #e4e4e4"
[violet]=" #7e57c2 #5d399b #2c1e44 #e4e4e4"
[white]=" #e4e4e4 #cccccc #4f4f4f #ffffff"
[yellow]=" #e2b322 #b58f1b #4f3e0c #e4e4e4"
[custom]=" #value_light #value_dark #323232 #e4e4e4"
)


Expand Down

0 comments on commit 385c7bb

Please sign in to comment.