mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
dark background in terminal
This commit is contained in:
parent
44a8cbc706
commit
0a056ecbe8
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
|
@ -39,12 +39,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=dark
|
||||||
endif
|
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