Skip to content

Commit 89177be

Browse files
committed
chore(cli): lighten flags on help page
1 parent e361f11 commit 89177be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/help.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ var usageTemplate = template.Must(
6060
},
6161
"keyword": func(s string) string {
6262
return pretty.Sprint(
63-
pretty.FgColor(cliui.Color("#0173ff")),
63+
pretty.FgColor(cliui.Color("#87ceeb")),
6464
s,
6565
)
6666
},

0 commit comments

Comments
 (0)