brighter better readable commit hash default color

This commit is contained in:
Stephan Dilly 2020-05-23 11:29:10 +02:00
parent 88850a6026
commit c16045569c

View File

@ -235,7 +235,7 @@ impl Default for Theme {
diff_file_moved: Color::LightMagenta,
diff_file_modified: Color::Yellow,
commit_hash: Color::Magenta,
commit_time: Color::Blue,
commit_time: Color::Rgb(110, 110, 255),
commit_author: Color::Green,
danger_fg: Color::Red,
}