summaryrefslogtreecommitdiffstats
path: root/src/style.rs
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-07-16 14:18:35 -0400
committerDan Davison <dandavison7@gmail.com>2019-07-16 14:18:35 -0400
commit23c292d3f25c67082a2ba315a187268be1a9b0ab (patch)
treee1a0f5808f97577b63525bc8e40f77bd2a178918 /src/style.rs
parenta782894a76e9087b4bd3d1be1ff82ff9b84f42d3 (diff)
Tweak light theme colors
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,
};