This commit is contained in:
Loic Nageleisen 2016-03-15 21:30:13 +01:00
parent 6e32a12a6f
commit edaa3b324c
2 changed files with 3 additions and 2 deletions

4
vimrc
View file

@ -28,8 +28,8 @@ let g:airline_symbols.whitespace = ''
if !has('gui_running')
set showtabline=1 "automatic tab bar
set mouse=n "mouse support
set background=light
colorscheme one-light
set background=dark
colorscheme eink
"use terminal background
hi Normal ctermbg=none