From c16045569c40f160d1c18279065be51389dec7d5 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sat, 23 May 2020 11:29:10 +0200 Subject: [PATCH] brighter better readable commit hash default color --- src/ui/style.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/style.rs b/src/ui/style.rs index 85969e98..9a2bbedb 100644 --- a/src/ui/style.rs +++ b/src/ui/style.rs @@ -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, }