summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2020-05-13 21:10:00 +1000
committerJesse Duffield <jessedduffield@gmail.com>2020-05-13 21:24:25 +1000
commit267730bc0059eacd0327eebbaa3b9efd04ee8464 (patch)
tree33be8d44df0ad19ff38c5a8a266b761be7737cbd /docs
parentd5db02a899540661162ca3b816cd559ff577fff2 (diff)
standardise how we handle background coloursv0.20.3
Diffstat (limited to 'docs')
-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