summaryrefslogtreecommitdiffstats
path: root/colors (follow)
Commit message (Collapse)AuthorAgeLines
* 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