Skip to content

Commit

Permalink
Fix indianred and indigo of color-string
Browse files Browse the repository at this point in the history
  • Loading branch information
Rui authored and est31 committed Aug 19, 2015
1 parent a64d887 commit 3a2bfd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/string.cpp
Expand Up @@ -587,8 +587,8 @@ ColorContainer::ColorContainer()
colors["greenyellow"] = 0xadff2f;
colors["honeydew"] = 0xf0fff0;
colors["hotpink"] = 0xff69b4;
colors["indianred "] = 0xcd5c5c;
colors["indigo "] = 0x4b0082;
colors["indianred"] = 0xcd5c5c;
colors["indigo"] = 0x4b0082;
colors["ivory"] = 0xfffff0;
colors["khaki"] = 0xf0e68c;
colors["lavender"] = 0xe6e6fa;
Expand Down

0 comments on commit 3a2bfd4

Please sign in to comment.