From 7def7ce9a9fd5d9841b6bc78b3a1d625d8352c4e Mon Sep 17 00:00:00 2001 From: Cody Hiar Date: Thu, 6 Apr 2017 14:25:00 -0600 Subject: Updating colorscheme --- plugin/vim-options.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugin/vim-options.vim') diff --git a/plugin/vim-options.vim b/plugin/vim-options.vim index 95ed8f6..9b67045 100644 --- a/plugin/vim-options.vim +++ b/plugin/vim-options.vim @@ -95,6 +95,8 @@ highlight ColorColumn ctermbg=cyan au BufNewFile,BufRead * call matchadd('ColorColumn', '\%81v', 100) " Highlight super long lines au BufNewFile,BufRead * call matchadd('Error', '\%121v', 100) +" Disable background colors for transparency +hi Normal guibg=NONE ctermbg=NONE "----------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.3