Skip to content

Commit

Permalink
Use '◌' for unchecked
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon01 committed Sep 1, 2023
1 parent ed5ddc2 commit 38c8237
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/colorful.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ impl Default for ColorfulTheme {
inactive_item_style: Style::new().for_stderr(),
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().blue(),
unchecked_item_prefix: style("".to_string()).for_stderr().red(),
checked_item_prefix: style("✔".to_string()).for_stderr().green(),
unchecked_item_prefix: style("".to_string()).for_stderr(),
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 38c8237

Please sign in to comment.