summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@shackspace.de>2015-11-01 13:12:08 +0100
committertv <tv@shackspace.de>2015-11-01 13:12:23 +0100
commit658780d3649ae5d13bb9afafa810022b28a81e6a (patch)
tree4472b2abd28318f57b8a1ed07581b6834f04293a /tv
parent4cdd35a7ce88d32279c6b94c682ac6425248fc75 (diff)
tv vim industry: hi Normal ctermfg=White
Diffstat (limited to 'tv')
-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):