commit 05b0265df4f16d74015d62a9e948e7fefd66139b
parent 193ee800377367fc0c009be23931202fccfa666c
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Sun, 28 Aug 2022 17:30:45 -0400
Remove Troubleshooting section in README
It's no longer necessary since regular 0-15 terminal colours are not
used anymore. Everything is defined in terms of 256-colour numbers so
there shouldn't be any colour conflicts or weird behaviour. (Shouldn't
be™).
Diffstat:
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/README.md b/README.md
@@ -32,12 +32,3 @@ or, for the light version:
```
colorscheme monochrome-light
```
-
-### Troubleshooting
-
-If things don't look quite right on your system, take a look inside at the
-colours being defined and tweak things as needed. These colour schemes largely
-use what is defined as colour 0, colour 15, and a few other common colours to
-make Vim feel cohesive with the rest of your terminal if you're running with
-`notermguicolors`, but you may want to tweak them further to make things fit for
-your specific configuration.