mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
back to solarized
This commit is contained in:
parent
b1b6180693
commit
a66d60a0a3
1 changed files with 9 additions and 12 deletions
19
vimrc
19
vimrc
|
|
@ -43,8 +43,10 @@ if has('gui_running') "GUI specific settings
|
||||||
set guioptions-=r
|
set guioptions-=r
|
||||||
set guioptions-=b
|
set guioptions-=b
|
||||||
|
|
||||||
"set background=light
|
let g:solarized_visibility="low"
|
||||||
"set transparency=8
|
colorscheme solarized
|
||||||
|
set background=light
|
||||||
|
set transparency=4
|
||||||
|
|
||||||
"window size
|
"window size
|
||||||
set columns=90
|
set columns=90
|
||||||
|
|
@ -53,17 +55,12 @@ 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
|
|
||||||
endif
|
|
||||||
|
|
||||||
"color theme
|
|
||||||
"colorscheme desert
|
|
||||||
"colorscheme delek
|
|
||||||
let g:solarized_termcolors=16
|
|
||||||
let g:solarized_visibility="low"
|
let g:solarized_visibility="low"
|
||||||
|
let g:solarized_termcolors=16
|
||||||
let g:solarized_termtrans=1
|
let g:solarized_termtrans=1
|
||||||
"colorscheme solarized
|
colorscheme solarized
|
||||||
colorscheme zenburn
|
set background=dark
|
||||||
|
endif
|
||||||
|
|
||||||
"special case fixes
|
"special case fixes
|
||||||
if &term =~ "vt100"
|
if &term =~ "vt100"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue