]> Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/commit
.vimrc: Cleanup 'highlight' overrides
authorTony Duckles <tony@nynim.org>
Sat, 23 Dec 2017 15:23:10 +0000 (09:23 -0600)
committerTony Duckles <tony@nynim.org>
Sat, 23 Dec 2017 15:36:53 +0000 (09:36 -0600)
commit12d4c06713b2b6ca798a0d05029c198a633807dc
tree8eff2dfaa33ecf2efe1944b0f7c154041ee3c121
parent3486ec070ca75184c47033194f6e661c1bdc767d
.vimrc: Cleanup 'highlight' overrides

The current colorscheme should set all the standard 'highlight'
groups. No need to override them locally.

- Remove all 'guifg'/'guibg' overrides, keep only terminal-type
  overrides.  GUI sessions (e.g. gvim) should use 24-bit colors
  as defined in current `colorscheme`.

- Remove 'StatusLine' highlights. Everything status-line is handled
  by `vim-airline`.

- Only define override 'SpecialKeys' highlights if we're using a
  16-color $TERM [because I don't like the default solarized color-
  scheme 'SpecialKeys' highlight colors].

- Remove 'Todo' highlight. The current `colorscheme` should define
  this, no need to override it.
.vimrc