mirror of
https://github.com/extrawurst/gitui.git
synced 2024-12-28 03:22:51 +03:00
brighter better readable commit hash default color
This commit is contained in:
parent
88850a6026
commit
c16045569c
@ -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,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user