diff options
author | Cody Hiar <codyfh@gmail.com> | 2018-09-21 14:09:14 -0600 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2018-09-21 14:10:10 -0600 |
commit | aab12ec9fbbfad6069d9720d857a8a0afeed35f0 (patch) | |
tree | 88e233d7bd575ff21bfbc34f2b182b8631eb5986 /plugin | |
parent | 831851c3203ef2cf988212b9a6ea0ed75385ee92 (diff) |
Remove background color for transparency
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/vim-options.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 82417ca..4fc0984 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -42,6 +42,8 @@ highlight DiffAdd cterm=BOLD ctermfg=NONE ctermbg=22 highlight DiffDelete cterm=BOLD ctermfg=NONE ctermbg=52 highlight DiffChange cterm=BOLD ctermfg=NONE ctermbg=23 highlight DiffText cterm=BOLD ctermfg=NONE ctermbg=23 +" Disable Background Color for transparency +hi Normal guibg=NONE ctermbg=NONE " Highlight lines at 80 mark/120 mark highlight ColorColumn ctermbg=cyan |