summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md15
1 files changed, 13 insertions, 2 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 6f5969ee5..3685126cd 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -24,7 +24,7 @@ Default path for the config file:
optionsTextColor:
- blue
selectedLineBgColor:
- - blue
+ - bold
commitLength:
show: true
mouseEvents: true
@@ -216,7 +216,18 @@ If you have issues with a light terminal theme where you can't read / see the te
inactiveBorderColor:
- black
selectedLineBgColor:
- - blue
+ - bold
+```
+
+## Struggling to see selected line
+
+If you struggle to see the selected line I recomment using the reverse attribute on selected lines like so:
+
+```yaml
+ gui:
+ theme:
+ selectedLineBgColor:
+ - reverse
```
## Example Coloring