Skip to content

Commit

Permalink
feat: output field information in green and messages in orange(list-p…
Browse files Browse the repository at this point in the history
…rofile)
  • Loading branch information
fukusuket committed Nov 15, 2024
1 parent 6d75d16 commit 8a22b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,7 @@ impl App {
write_color_buffer(
&BufferWriter::stdout(ColorChoice::Always),
get_writable_color(
Some(Color::Rgb(255, 175, 0)),
Some(Color::Rgb(0, 255, 0)),
stored_static.common_options.no_color,
),
"List of available profiles:",
Expand Down

0 comments on commit 8a22b07

Please sign in to comment.