summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Render GentooPackageUse correctlyHEADtrunkWolfgang Müller2024-03-10-0/+3
|
* Add italic and bold highlighting for Python functions and statementsWolfgang Müller2024-03-10-0/+3
|
* Show INI headers in boldWolfgang Müller2024-03-10-0/+2
|
* Tweak display of VertSplitWolfgang Müller2024-03-10-1/+1
|
* Tweak display of LineNrWolfgang Müller2024-03-10-1/+1
|
* Use base4 for CursorLineWolfgang Müller2024-03-10-0/+1
|
* Add definitions for the LspDiagnostics* groupsWolfgang Müller2021-07-15-0/+5
| | | | | | These have been added with the release of neovim 0.5. We want a decently light style for them, so go with underline (we already use undercurl for spelling).
* Reset the 'Error' highlight groupWolfgang Müller2021-07-15-0/+1
| | | | | | | | | | | In 3e33e4b (Do not set default background color explicitly, 2021-07-05) we stopped setting the background colours of highlight groups explicitly. An unforeseen consequence for this is the fact that some groups have a default background set by vim itself. 'Error' is one such group, and is now painted red on red, making it quite an eyesore. Make sure to reset this group in order to remove any default styles before we add our own.
* Do not set default background color explicitlyWolfgang Müller2021-07-05-6/+6
| | | | | | | | | | | | Currently we assume that certain highlight groups are ever only shown on the default background, 'base8'. It is possible for these groups to show up on other backgrounds as well (say, for example, in neovim's floating windows). Overriding the colour in these cases is wrong and leads to rather annoying "holes" in the UI. This commit removes the explicit setting of 'base8' whenever it is used for a background, having the group instead inherit whatever background is already set.
* Initial importWolfgang Müller2021-03-26-0/+151