summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormjarkk <mkopenga@gmail.com>2019-10-18 09:52:32 +0200
committerJesse Duffield <jessedduffield@gmail.com>2019-10-20 12:32:57 +1100
commit9bd2dc3050b5342ee708a7d189986eaf16b1c9ff (patch)
tree3083f86e01eb6b167a7723606354fbe9776bb983
parent02fef3136f27a0a93352ee62f47d4924e54389dd (diff)
Updated the config.md
-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)