Skip to content

Commit

Permalink
colors: remove colors that aren't AA accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
dunn committed Jun 4, 2020
1 parent c8fba1d commit 086d22a
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions common/colors.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,38 +26,26 @@ var Colors = []string{
"beige",
"bisque",
"blanchedalmond",
"blueviolet",
"brown",
"burlywood",
"cadetblue",
"chartreuse",
"chocolate",
"coral",
"cornflowerblue",
"cornsilk",
"crimson",
"cyan",
"darkcyan",
"darkgoldenrod",
"darkgray",
"darkkhaki",
"darkmagenta",
"darkolivegreen",
"darkorange",
"darkorchid",
"darksalmon",
"darkseagreen",
"darkslateblue",
"darkslategray",
"darkturquoise",
"darkviolet",
"deeppink",
"deepskyblue",
"dimgray",
"dodgerblue",
"firebrick",
"floralwhite",
"forestgreen",
"fuchsia",
"gainsboro",
"ghostwhite",
Expand All @@ -67,7 +55,6 @@ var Colors = []string{
"greenyellow",
"honeydew",
"hotpink",
"indigo",
"ivory",
"khaki",
"lavender",
Expand Down Expand Up @@ -98,7 +85,6 @@ var Colors = []string{
"mediumslateblue",
"mediumspringgreen",
"mediumturquoise",
"mediumvioletred",
"mintcream",
"mistyrose",
"moccasin",
Expand All @@ -119,26 +105,19 @@ var Colors = []string{
"pink",
"plum",
"powderblue",
"purple",
"rebeccapurple",
"red",
"rosybrown",
"royalblue",
"saddlebrown",
"salmon",
"sandybrown",
"seagreen",
"seashell",
"sienna",
"silver",
"skyblue",
"slateblue",
"slategray",
"snow",
"springgreen",
"steelblue",
"tan",
"teal",
"thistle",
"tomato",
"turquoise",
Expand Down

0 comments on commit 086d22a

Please sign in to comment.