From 18376b3ddd76ba862d16c5e5f78566ad3c968075 Mon Sep 17 00:00:00 2001 From: Alexander Sergeev Date: Fri, 1 Sep 2023 20:21:18 +0300 Subject: [PATCH] =?UTF-8?q?Change=20symbol=20to=20'=E2=AC=9A'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/theme/colorful.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/theme/colorful.rs b/src/theme/colorful.rs index b3a056c..1537a22 100644 --- a/src/theme/colorful.rs +++ b/src/theme/colorful.rs @@ -72,7 +72,7 @@ impl Default for ColorfulTheme { active_item_prefix: style("❯".to_string()).for_stderr().green(), inactive_item_prefix: style(" ".to_string()).for_stderr(), checked_item_prefix: style("✔".to_string()).for_stderr().green(), - unchecked_item_prefix: style("◌".to_string()).for_stderr(), + unchecked_item_prefix: style("⬚".to_string()).for_stderr().magenta(), picked_item_prefix: style("❯".to_string()).for_stderr().green(), unpicked_item_prefix: style(" ".to_string()).for_stderr(), #[cfg(feature = "fuzzy-select")]