mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
fixed colorNames sorting mistake (#19125) [backport]
(cherry picked from commit 528ef6c218)
This commit is contained in:
@@ -353,8 +353,8 @@ const
|
||||
("lightcoral", colLightCoral),
|
||||
("lightcyan", colLightCyan),
|
||||
("lightgoldenrodyellow", colLightGoldenRodYellow),
|
||||
("lightgrey", colLightGrey),
|
||||
("lightgreen", colLightGreen),
|
||||
("lightgrey", colLightGrey),
|
||||
("lightpink", colLightPink),
|
||||
("lightsalmon", colLightSalmon),
|
||||
("lightseagreen", colLightSeaGreen),
|
||||
|
||||
Reference in New Issue
Block a user