summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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