summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-05-15 20:43:16 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-05-15 21:12:12 +1000
commit913f17ee3e2c74dac354005d0ee446ae4a6eab52 (patch)
treece8e7c922e757c339d5737c963b0bee0bceea365 /docs
parent6291c539663b8646a3c09bc6e94c3a088abd7b39 (diff)
prevent flicker from bolding background of selected line
Diffstat (limited to 'docs')
-rw-r--r--docs/Config.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 3685126cd..3b3350ec0 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -24,7 +24,9 @@ Default path for the config file:
optionsTextColor:
- blue
selectedLineBgColor:
- - bold
+ - default
+ selectedRangeBgColor:
+ - blue
commitLength:
show: true
mouseEvents: true
@@ -216,7 +218,7 @@ If you have issues with a light terminal theme where you can't read / see the te
inactiveBorderColor:
- black
selectedLineBgColor:
- - bold
+ - default
```
## Struggling to see selected line
@@ -228,6 +230,8 @@ If you struggle to see the selected line I recomment using the reverse attribute
theme:
selectedLineBgColor:
- reverse
+ selectedRangeBgColor:
+ - reverse
```
## Example Coloring