From e16cbc1b9f210ba1f137b84ea5e65e2d69d78e4e Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sat, 9 Nov 2024 08:36:59 +0900 Subject: [PATCH] apply cargo fmt --all --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 4221cadf4..dde44d4e9 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1253,7 +1253,7 @@ impl App { prompt_prefix: Style::new().color256(51).apply_to("?".to_string()), // cyan prompt_suffix: Style::new().color256(51).apply_to("›".to_string()), // cyan defaults_style: Style::new().color256(51), // cyan - hint_style: Style::new().color256(51), // cyan + hint_style: Style::new().color256(51), // cyan 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