mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
use terminal background
This commit is contained in:
parent
798179bc1d
commit
0971cefb79
1 changed files with 4 additions and 0 deletions
4
vimrc
4
vimrc
|
|
@ -55,6 +55,10 @@ else "non-GUI
|
||||||
set mouse=a "mouse support
|
set mouse=a "mouse support
|
||||||
let g:zenburn_force_dark_Background = 1
|
let g:zenburn_force_dark_Background = 1
|
||||||
colorscheme zenburn
|
colorscheme zenburn
|
||||||
|
"use terminal background
|
||||||
|
hi Normal ctermbg=none
|
||||||
|
hi todo ctermbg=none
|
||||||
|
hi statement ctermbg=none
|
||||||
endif
|
endif
|
||||||
|
|
||||||
"special case fixes
|
"special case fixes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue