mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix indianred and indigo of color-string
This commit is contained in:
parent
a64d887275
commit
3a2bfd4548
1 changed files with 2 additions and 2 deletions
|
@ -587,8 +587,8 @@ ColorContainer::ColorContainer()
|
||||||
colors["greenyellow"] = 0xadff2f;
|
colors["greenyellow"] = 0xadff2f;
|
||||||
colors["honeydew"] = 0xf0fff0;
|
colors["honeydew"] = 0xf0fff0;
|
||||||
colors["hotpink"] = 0xff69b4;
|
colors["hotpink"] = 0xff69b4;
|
||||||
colors["indianred "] = 0xcd5c5c;
|
colors["indianred"] = 0xcd5c5c;
|
||||||
colors["indigo "] = 0x4b0082;
|
colors["indigo"] = 0x4b0082;
|
||||||
colors["ivory"] = 0xfffff0;
|
colors["ivory"] = 0xfffff0;
|
||||||
colors["khaki"] = 0xf0e68c;
|
colors["khaki"] = 0xf0e68c;
|
||||||
colors["lavender"] = 0xe6e6fa;
|
colors["lavender"] = 0xe6e6fa;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue