Skip to content

Commit

Permalink
Increase size of default blame palette
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Nov 9, 2021
1 parent 259d207 commit 94cf4f6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/color.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ const DARK_THEME_PLUS_EMPH_COLOR_256: Color = Color::Fixed(28);

// blame

pub const LIGHT_THEME_BLAME_PALETTE: &[&str] = &["#FFFFFF", "#DDDDDD", "#BBBBBB"];
pub const LIGHT_THEME_BLAME_PALETTE: &[&str] =
&["#FFFFFF", "#EEEEEE", "#DDDDDD", "#CCCCCC", "#BBBBBB"];

pub const DARK_THEME_BLAME_PALETTE: &[&str] = &["#000000", "#222222", "#444444"];
pub const DARK_THEME_BLAME_PALETTE: &[&str] =
&["#000000", "#111111", "#222222", "#333333", "#444444"];

0 comments on commit 94cf4f6

Please sign in to comment.