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.