We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88850a6 commit c160455Copy full SHA for c160455
src/ui/style.rs
@@ -235,7 +235,7 @@ impl Default for Theme {
235
diff_file_moved: Color::LightMagenta,
236
diff_file_modified: Color::Yellow,
237
commit_hash: Color::Magenta,
238
- commit_time: Color::Blue,
+ commit_time: Color::Rgb(110, 110, 255),
239
commit_author: Color::Green,
240
danger_fg: Color::Red,
241
}
0 commit comments