mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
switch to solarized light
This commit is contained in:
parent
8112d2efd9
commit
253c965fad
1 changed files with 3 additions and 3 deletions
6
vimrc
6
vimrc
|
|
@ -14,20 +14,19 @@ set backspace=indent,eol,start
|
||||||
if has('gui_running') "GUI specific settings
|
if has('gui_running') "GUI specific settings
|
||||||
|
|
||||||
"better font
|
"better font
|
||||||
set guifont=Menlo:h12
|
"set guifont=Menlo:h12
|
||||||
|
|
||||||
"no toolbar
|
"no toolbar
|
||||||
set guioptions-=T
|
set guioptions-=T
|
||||||
|
|
||||||
set background=light
|
set background=light
|
||||||
set transparency=8
|
"set transparency=8
|
||||||
|
|
||||||
"window size
|
"window size
|
||||||
set columns=90
|
set columns=90
|
||||||
set lines=30
|
set lines=30
|
||||||
|
|
||||||
else "non-GUI
|
else "non-GUI
|
||||||
set background=dark
|
|
||||||
set showtabline=1 "automatic tab bar
|
set showtabline=1 "automatic tab bar
|
||||||
set mouse=a "mouse support
|
set mouse=a "mouse support
|
||||||
endif
|
endif
|
||||||
|
|
@ -35,6 +34,7 @@ endif
|
||||||
"color theme
|
"color theme
|
||||||
"colorscheme desert
|
"colorscheme desert
|
||||||
"colorscheme delek
|
"colorscheme delek
|
||||||
|
set background=light
|
||||||
let g:solarized_termcolors=16
|
let g:solarized_termcolors=16
|
||||||
let g:solarized_visibility="low"
|
let g:solarized_visibility="low"
|
||||||
let g:solarized_termtrans=1
|
let g:solarized_termtrans=1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue