summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-12-20 17:07:32 +0100
committerGitHub <noreply@github.com>2020-12-20 17:07:32 +0100
commit79939115afcf6a198cb1300e80dcf01c4f54d34d (patch)
treeabf440930772af514cd488e0f837bb28a22f8310 /src/ui
parent196fe4ab43e17437a784d727b2acddd46a48d229 (diff)
Fix style (#454)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/style.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/style.rs b/src/ui/style.rs
index d09727c5..a1e59f8d 100644
--- a/src/ui/style.rs
+++ b/src/ui/style.rs
@@ -286,8 +286,8 @@ impl Default for Theme {
commit_time: Color::LightCyan,
commit_author: Color::Green,
danger_fg: Color::Red,
- push_gauge_bg: Color::White,
- push_gauge_fg: Color::Red,
+ push_gauge_bg: Color::Blue,
+ push_gauge_fg: Color::Reset,
}
}
}