summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tv/2configs/vim.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/tv/2configs/vim.nix b/tv/2configs/vim.nix
index 053fee81..9fb0759f 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):