diff options
author | tv <tv@shackspace.de> | 2015-11-01 13:12:08 +0100 |
---|---|---|
committer | tv <tv@shackspace.de> | 2015-11-01 13:12:23 +0100 |
commit | 658780d3649ae5d13bb9afafa810022b28a81e6a (patch) | |
tree | 4472b2abd28318f57b8a1ed07581b6834f04293a /tv | |
parent | 4cdd35a7ce88d32279c6b94c682ac6425248fc75 (diff) |
tv vim industry: hi Normal ctermfg=White
Diffstat (limited to 'tv')
-rw-r--r-- | tv/2configs/vim.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix index 053fee81e..9fb0759ff 100644 --- a/tv/2configs/vim.nix +++ b/tv/2configs/vim.nix @@ -48,8 +48,7 @@ let let colors_name = "industry" - " First set Normal to regular white on black text colors: - hi Normal ctermfg=LightGray ctermbg=Black guifg=#dddddd guibg=Black + hi! Normal ctermfg=White " Syntax highlighting " (other color-groups using default, see :help group-name): |