mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
no background def for zenburn
This commit is contained in:
parent
85870d17b9
commit
891beddf71
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
|
@ -35,7 +35,7 @@ if has('gui_running') "GUI specific settings
|
||||||
"no scrollbars
|
"no scrollbars
|
||||||
set guioptions-=Lrb
|
set guioptions-=Lrb
|
||||||
|
|
||||||
set background=light
|
"set background=light
|
||||||
"set transparency=8
|
"set transparency=8
|
||||||
|
|
||||||
"window size
|
"window size
|
||||||
|
|
@ -45,7 +45,7 @@ if has('gui_running') "GUI specific settings
|
||||||
else "non-GUI
|
else "non-GUI
|
||||||
set showtabline=1 "automatic tab bar
|
set showtabline=1 "automatic tab bar
|
||||||
set mouse=a "mouse support
|
set mouse=a "mouse support
|
||||||
set background=light
|
"set background=light
|
||||||
endif
|
endif
|
||||||
|
|
||||||
"color theme
|
"color theme
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue