Skip to content

Commit

Permalink
Make placeholders in help text cyan
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Dec 2, 2024
1 parent 563eee6 commit e626e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl Config {
Styles::styled()
.header(AnsiColor::Yellow.on_default())
.literal(AnsiColor::Green.on_default())
.placeholder(AnsiColor::Green.on_default())
.placeholder(AnsiColor::Cyan.on_default())
.usage(AnsiColor::Yellow.on_default()),
)
.arg(
Expand Down

0 comments on commit e626e3b

Please sign in to comment.