summaryrefslogtreecommitdiffstats
path: root/src/style.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/style.rs')
-rw-r--r--src/style.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/style.rs b/src/style.rs
index 89582348..87e9c5ba 100644
--- a/src/style.rs
+++ b/src/style.rs
@@ -23,8 +23,8 @@ pub const LIGHT_THEME_MINUS_COLOR: Color = Color {
pub const LIGHT_THEME_MINUS_EMPH_COLOR: Color = Color {
r: 0xff,
- g: 0xb0,
- b: 0xb0,
+ g: 0xc0,
+ b: 0xc0,
a: 0xff,
};