From b7cc4158d565c5f42e508d50381d0cedbb92fffd Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 1 Apr 2021 20:52:56 +1100 Subject: [PATCH] Update Config.md --- docs/Config.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/Config.md b/docs/Config.md index 8cf34aadc..7dd0a30d0 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -261,6 +261,20 @@ If you struggle to see the selected line I recommend using the reverse attribute - reverse ``` +The following has also worked for a couple of people: +```yaml +gui: + theme: + activeBorderColor: + - white + - bold + inactiveBorderColor: + - white + selectedLineBgColor: + - reverse + - blue +``` + Alternatively you may have bold fonts disabled in your terminal, in which case enabling bold fonts should solve the problem. If you're still having trouble please raise an issue.