We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8605f57 commit aa4db30Copy full SHA for aa4db30
1 file changed
src/helpers/heatmap.rs
@@ -27,7 +27,7 @@ pub fn build_heatmap(
27
28
pub fn heat_cell(count: usize, theme: &Theme) -> Span<'_> {
29
let (ch, color) = match count {
30
- 0 => ("🞝 ", Some(theme.COLOR_GREY_800)),
+ 0 => ("⋅ ", Some(theme.COLOR_GREY_800)),
31
1 => ("⠁ ", Some(theme.COLOR_GRASS)),
32
2 => ("⠃ ", Some(theme.COLOR_GRASS)),
33
3 => ("⠇ ", Some(theme.COLOR_GRASS)),
0 commit comments