From 9bd8665dd58c68b3aba57582ce5f4d9208af3838 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Sun, 8 Apr 2018 23:38:40 +1000 Subject: [PATCH] Located background settings correctly Placing it below the selected theme allowed VIM to have a transparent background. --- .vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.vimrc b/.vimrc index d88cd55..be411a0 100644 --- a/.vimrc +++ b/.vimrc @@ -8,6 +8,7 @@ set expandtab set t_Co=256 " use 265 colors in vim syntax enable colorscheme solarized +hi Normal guibg=NONE ctermbg=NONE match ErrorMsg '\s\+$' " Set up the status line so it's colored and always on