Skip to content

Commit

Permalink
Change symbol to '⬚'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon01 committed Sep 1, 2023
1 parent 29d556e commit 18376b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/colorful.rs
Expand Up @@ -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")]
Expand Down

0 comments on commit 18376b3

Please sign in to comment.