diff options
| -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): | 
