Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
YamatoSecurity committed Nov 9, 2024
1 parent 6a30536 commit ad00cce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1248,12 +1248,12 @@ impl App {
active_item_prefix: Style::new().color256(214).apply_to("❯".to_string()), // orange
checked_item_prefix: Style::new().color256(46).apply_to("✔".to_string()), // green
picked_item_prefix: Style::new().color256(214).apply_to("❯".to_string()), // orange
active_item_style: Style::new().color256(51), // cyan
values_style: Style::new().color256(46), // green
active_item_style: Style::new().color256(51), // cyan
values_style: Style::new().color256(46), // green
prompt_prefix: Style::new().color256(214).apply_to("?".to_string()), // orange
prompt_suffix: Style::new().color256(15).apply_to("›".to_string()), // cyan
defaults_style: Style::new().color256(51), // cyan
hint_style: Style::new().color256(214), // orange
defaults_style: Style::new().color256(51), // cyan
hint_style: Style::new().color256(214), // orange
success_prefix: Style::new().color256(46).apply_to("✔".to_string()), // green
success_suffix: Style::new().color256(15).apply_to("·".to_string()), // white
error_prefix: Style::new().color256(9).apply_to("✘".to_string()), // red
Expand Down

0 comments on commit ad00cce

Please sign in to comment.