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 changed files with 1 additions and 0 deletions
1
.vimrc
1
.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
|
||||
|
|
Loading…
Add table
Reference in a new issue