File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -151,14 +151,17 @@ func init() {
151
151
pretty .FgColor (color .Color ("#FFFFFF" )),
152
152
pretty .BgColor (color .Color ("#2b2a2a" )),
153
153
},
154
+ Fuchsia : pretty.Style {
155
+ pretty .FgColor (color .Color ("13" )),
156
+ },
154
157
Keyword : pretty.Style {
155
158
pretty .FgColor (Green ),
156
159
},
157
160
Placeholder : pretty.Style {
158
- pretty .FgColor (color .Color ("#4d46b3 " )),
161
+ pretty .FgColor (color .Color ("5 " )),
159
162
},
160
163
Prompt : pretty.Style {
161
- pretty .FgColor (color .Color ("#5C5C5C " )),
164
+ pretty .FgColor (color .Color ("7 " )),
162
165
pretty .Wrap ("> " , "" ),
163
166
},
164
167
Warn : pretty.Style {
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ func main() {
73
73
msg = pretty .Sprint (cliui .DefaultStyles .FocusedPrompt , "This is a focused prompt message" )
74
74
_ , _ = fmt .Fprintln (inv .Stdout , msg )
75
75
76
- msg = pretty .Sprint (cliui .DefaultStyles .Fuchsia , "This is a fuchsia prompt message" )
76
+ msg = pretty .Sprint (cliui .DefaultStyles .Fuchsia , "This is a fuchsia message" )
77
77
_ , _ = fmt .Fprintln (inv .Stdout , msg )
78
78
79
79
msg = pretty .Sprint (cliui .DefaultStyles .Warn , "This is a warning message" )
You can’t perform that action at this time.
0 commit comments