Skip to content

Commit c160455

Browse files
author
Stephan Dilly
committed
brighter better readable commit hash default color
1 parent 88850a6 commit c160455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/style.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ impl Default for Theme {
235235
diff_file_moved: Color::LightMagenta,
236236
diff_file_modified: Color::Yellow,
237237
commit_hash: Color::Magenta,
238-
commit_time: Color::Blue,
238+
commit_time: Color::Rgb(110, 110, 255),
239239
commit_author: Color::Green,
240240
danger_fg: Color::Red,
241241
}

0 commit comments

Comments
 (0)