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 5e308df commit 86175bfCopy full SHA for 86175bf
cli/cliui/cliui.go
@@ -37,11 +37,10 @@ var (
37
)
38
39
var (
40
- Green = Color("#04B575")
41
- Red = Color("#ED567A")
42
- Fuchsia = Color("#EE6FF8")
43
- Yellow = Color("#ECFD65")
44
- Blue = Color("#5000ff")
+ Green = Color("2")
+ Red = Color("1")
+ Yellow = Color("3")
+ Blue = Color("6")
45
46
47
// Color returns a color for the given string.
@@ -123,7 +122,7 @@ func init() {
123
122
DefaultStyles = Styles{
124
Code: pretty.Style{
125
ifTerm(pretty.XPad(1, 1)),
126
- pretty.FgColor(Red),
+ pretty.FgColor(color.Color("#ED567A")),
127
pretty.BgColor(color.Color("#2c2c2c")),
128
},
129
DateTimeStamp: pretty.Style{
0 commit comments