We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7c228 commit 7bd5734Copy full SHA for 7bd5734
main.go
@@ -145,7 +145,7 @@ func getColor(name string) colorful.Color {
145
h := fnv.New64()
146
h.Write([]byte(name))
147
r := rand.New(rand.NewSource(int64(h.Sum64())))
148
- return colorful.HappyColorWithRand(r)
+ return colorful.FastHappyColorWithRand(r)
149
}
150
151
func setTerminalColors(c colorful.Color, enableTint bool) {
0 commit comments