Skip to content

Commit

Permalink
Update colors.go
Browse files Browse the repository at this point in the history
  • Loading branch information
CaenJones authored Aug 29, 2024
1 parent 9b635a2 commit 6af7e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var (
{"gay", makeFlag([]string{"#FF0018", "#FFA52C", "#FFFF41", "#008018", "#0000F9", "#86007D"})},
{"lesbian", makeFlag([]string{"#D62E02", "#FD9855", "#FFFFFF", "#D161A2", "#A20160"})},
{"bi", makeFlag([]string{"#D60270", "#D60270", "#9B4F96", "#0038A8", "#0038A8"})},
{"pan", makeFlag([]string{"#ADD8E6", "#FF69B4", "#FFFFFF", "#FFFF00", "#800080"})},
{"pan", makeFlag([]string{"#FF218C", "#FFD800", "#21B1FF"})},
{"sunset", func(a string) string { return applyHueRange(335, 480, a, false) }},
{"bg-sunset", func(a string) string { return applyHueRange(335, 480, a, true) }},
{"rainbow", func(a string) string { return rainbow(a, false) }},
Expand Down

0 comments on commit 6af7e3d

Please sign in to comment.