summaryrefslogtreecommitdiffstats
path: root/docs/Config.md
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-11-11 08:08:53 +1100
committerJesse Duffield <jessedduffield@gmail.com>2022-11-12 14:59:15 +1100
commit1ac3ae1ad1b904a02e12d49adec0197e6067006e (patch)
tree9648ea2b0cf513ce6393753fa1381c5819f4d5ba /docs/Config.md
parent34404162e6e80ca6bc2b417b99433cd8f49dbf51 (diff)
use better colour defaults
Diffstat (limited to 'docs/Config.md')
-rw-r--r--docs/Config.md18
1 files changed, 0 insertions, 18 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 82e36ec5b..aa5ceaaf9 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -29,7 +29,6 @@ gui:
language: 'auto' # one of 'auto' | 'en' | 'zh' | 'pl' | 'nl' | 'ja' | 'ko'
timeFormat: '02 Jan 06 15:04 MST' # https://pkg.go.dev/time#Time.Format
theme:
- lightTheme: false # For terminals with a light background
activeBorderColor:
- green
- bold
@@ -344,23 +343,6 @@ The available attributes are:
- reverse # useful for high-contrast
- underline
-## Light terminal theme
-
-If you have issues with a light terminal theme where you can't read / see the text add these settings
-
-```yaml
-gui:
- theme:
- lightTheme: true
- activeBorderColor:
- - black
- - bold
- inactiveBorderColor:
- - black
- selectedLineBgColor:
- - default
-```
-
## Highlighting the selected line
If you don't like the default behaviour of highlighting the selected line with a blue background, you can use the `selectedLineBgColor` and `selectedRangeBgColor` keys to customise the behaviour. If you just want to embolden the selected line (this was the original default), you can do the following: