Located background settings correctly
Placing it below the selected theme allowed VIM to have a transparent background.
This commit is contained in:
parent
3c9a1152f0
commit
9bd8665dd5
1
.vimrc
1
.vimrc
|
@ -8,6 +8,7 @@ set expandtab
|
||||||
set t_Co=256 " use 265 colors in vim
|
set t_Co=256 " use 265 colors in vim
|
||||||
syntax enable
|
syntax enable
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
|
hi Normal guibg=NONE ctermbg=NONE
|
||||||
match ErrorMsg '\s\+$'
|
match ErrorMsg '\s\+$'
|
||||||
|
|
||||||
" Set up the status line so it's colored and always on
|
" Set up the status line so it's colored and always on
|
||||||
|
|
Loading…
Reference in a new issue