diff options
author | Max Christian Pohle <accounts@coderonline.de> | 2017-05-08 00:47:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-08 00:47:51 +0200 |
commit | d0e10c3ea3e0945a4367f224fcd56ba0bdf23597 (patch) | |
tree | 55e35477ed18cb25a2cd37b70904af61b09e38dc /colors/base16-solarized-dark.vim | |
parent | 02955c949ddbdc4f44811a4dd9194ae9f3ce19f9 (diff) |
Fixed color order
The order in which the colors are getting set seems to play a role.
From :h cterm-colors:
< When setting the "ctermbg" color for the Normal group, the
'background' option will be adjusted automatically. This causes the
highlight groups that depend on 'background' to change! This means
you should set the colors for Normal first, before setting other
colors.
In my case I had base16-tomorrow installed with airline and the whitespace warning of airline was hard to read. It turned out that this was the root cause for that: I had :set background=light before :colorscheme base16-tomorrow in my vimrc and :verbose set background? revealed, that base16-tomorrow.vim had reset it back to dark, even though it does not contain any set background-command.
Diffstat (limited to 'colors/base16-solarized-dark.vim')
0 files changed, 0 insertions, 0 deletions