From 2bbe6269cd9e8fda1ef79a9dd8c5f001941bae4d Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 1 Apr 2021 20:44:27 +1100 Subject: [PATCH] Update Config.md --- docs/Config.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/Config.md b/docs/Config.md index 9a3f3976b..8cf34aadc 100644 --- a/docs/Config.md +++ b/docs/Config.md @@ -250,7 +250,7 @@ If you have issues with a light terminal theme where you can't read / see the te ## Struggling to see selected line -If you struggle to see the selected line I recomment using the reverse attribute on selected lines like so: +If you struggle to see the selected line I recommend using the reverse attribute on selected lines like so: ```yaml gui: @@ -261,6 +261,10 @@ If you struggle to see the selected line I recomment using the reverse attribute - reverse ``` +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. + ## Example Coloring ![border example](../../assets/colored-border-example.png)