Backend: Move brown next to orange in color list
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
1c3ae82792
commit
cedb222c12
1 changed files with 1 additions and 1 deletions
|
@ -53,6 +53,7 @@ var All = Colors{
|
|||
Magenta,
|
||||
Pink,
|
||||
Orange,
|
||||
Brown,
|
||||
Gold,
|
||||
Yellow,
|
||||
Lime,
|
||||
|
@ -64,7 +65,6 @@ var All = Colors{
|
|||
White,
|
||||
Grey,
|
||||
Black,
|
||||
Brown,
|
||||
}
|
||||
|
||||
var Names = map[Color]string{
|
||||
|
|
Loading…
Reference in a new issue