From ad00cce45878562b4f544fd7cca7e23368b06055 Mon Sep 17 00:00:00 2001 From: Yamato Security <71482215+YamatoSecurity@users.noreply.github.com> Date: Sat, 9 Nov 2024 11:06:40 +0900 Subject: [PATCH] cargo fmt --- src/main.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.rs b/src/main.rs index 8fafc3412..00c0e9bf0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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