From 9bd2dc3050b5342ee708a7d189986eaf16b1c9ff Mon Sep 17 00:00:00 2001 From: mjarkk Date: Fri, 18 Oct 2019 09:52:32 +0200 Subject: [PATCH] Updated the config.md --- docs/Config.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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)