summaryrefslogtreecommitdiffstats
path: root/src/interactive
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2019-10-23 22:05:25 +0200
committerSebastian Thiel <sebastian.thiel@icloud.com>2019-10-23 22:05:25 +0200
commit70c8d44b8ac42170989aa2e892cf44f79b9ab4c2 (patch)
tree6db549c9a569bd95a2e7920c89e44b1c2a48791f /src/interactive
parentd614b475dcb02690286218accec28c8b6ee5167c (diff)
Make sure borders are drawn more priminently on focus
While still being distinguishable on light backgrounds.
Diffstat (limited to 'src/interactive')
-rw-r--r--src/interactive/widgets/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interactive/widgets/main.rs b/src/interactive/widgets/main.rs
index abd13dd..51dfaf8 100644
--- a/src/interactive/widgets/main.rs
+++ b/src/interactive/widgets/main.rs
@@ -55,6 +55,7 @@ impl MainWindow {
modifier: Modifier::empty(),
};
let bold = Style {
+ fg: Color::Rgb(230, 230, 230),
modifier: Modifier::BOLD,
..grey
};