Skip to content

Commit

Permalink
Embolden help text errors (#2502)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Dec 2, 2024
1 parent e8d6f2d commit 79be6c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ impl Config {
.trailing_var_arg(true)
.styles(
Styles::styled()
.error(AnsiColor::Red.on_default() | Effects::BOLD)
.header(AnsiColor::Yellow.on_default() | Effects::BOLD)
.invalid(AnsiColor::Red.on_default())
.literal(AnsiColor::Green.on_default())
Expand Down

0 comments on commit 79be6c1

Please sign in to comment.