summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/Config.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/Config.md b/docs/Config.md
index 57077e852..a48eb4a44 100644
--- a/docs/Config.md
+++ b/docs/Config.md
@@ -81,6 +81,21 @@ 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
+```
+
## Example Coloring:
![border example](/docs/resources/colored-border-example.png)