We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 392bf79 commit 1f4eca4Copy full SHA for 1f4eca4
pkg/color/color.go
@@ -7,7 +7,7 @@ import (
7
//go:generate go run colorsgen.go
8
9
func GetColor(c vt10x.Color) string {
10
- if c == vt10x.DefaultFG {
+ if c >= 1<<24 {
11
return colors[int(vt10x.LightGrey)]
12
}
13
0 commit comments