Backend: Rename "black" to "dark" and "white" to "bright"

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2019-12-21 14:29:08 +01:00
parent b213f806c4
commit 768b039889

View file

@ -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