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™).
This commit is contained in:
Jake Bauer 2022-08-28 17:30:45 -04:00
parent 193ee80037
commit 05b0265df4
1 changed files with 0 additions and 9 deletions

View File

@ -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.