mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
brighter better readable commit hash default color
This commit is contained in:
parent
88850a6026
commit
c16045569c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue