diff options
author | tv <tv@krebsco.de> | 2015-11-01 13:12:08 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2015-11-01 13:12:23 +0100 |
commit | afbc01a3d4ed33822584c3a6a43045df8b47e6c2 (patch) | |
tree | af00bb0663b063346cda30f28a77953b01febc01 /tv | |
parent | f8d2d3ff15625daae95a4a8b9baca7c2016336d8 (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 053fee8..9fb0759 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): |