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