Backend: Rename "black" to "dark" and "white" to "bright"
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
b213f806c4
commit
768b039889
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
var IndexedColorNames = map[IndexedColor]string{
|
var IndexedColorNames = map[IndexedColor]string{
|
||||||
Black: "black", // 0
|
Black: "dark", // 0
|
||||||
Brown: "brown", // 1
|
Brown: "brown", // 1
|
||||||
Grey: "grey", // 2
|
Grey: "grey", // 2
|
||||||
White: "white", // 3
|
White: "bright", // 3
|
||||||
Purple: "purple", // 4
|
Purple: "purple", // 4
|
||||||
Gold: "gold", // 5
|
Gold: "gold", // 5
|
||||||
Blue: "blue", // 6
|
Blue: "blue", // 6
|
||||||
|
|
Loading…
Reference in a new issue