mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
back to zenburn
This commit is contained in:
parent
5d306f4e2b
commit
3f9a931172
2 changed files with 3 additions and 9 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit fa9f5ddb62c61b9ca747d95ef3aaf7e8cf7a39ab
|
Subproject commit 5060f4d6ec68dabccfd2420c08f143dea1a50802
|
||||||
10
vimrc
10
vimrc
|
|
@ -44,9 +44,7 @@ if has('gui_running') "GUI specific settings
|
||||||
set guioptions-=b
|
set guioptions-=b
|
||||||
|
|
||||||
let g:solarized_visibility="low"
|
let g:solarized_visibility="low"
|
||||||
colorscheme solarized
|
colorscheme zenburn
|
||||||
set background=light
|
|
||||||
set transparency=4
|
|
||||||
|
|
||||||
"window size
|
"window size
|
||||||
set columns=90
|
set columns=90
|
||||||
|
|
@ -55,11 +53,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
|
||||||
let g:solarized_visibility="low"
|
colorscheme zenburn
|
||||||
let g:solarized_termcolors=16
|
|
||||||
let g:solarized_termtrans=1
|
|
||||||
colorscheme solarized
|
|
||||||
set background=dark
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
"special case fixes
|
"special case fixes
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue