mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
256-grayvim
This commit is contained in:
parent
28bbb573b9
commit
c6b0d902b0
1 changed files with 3 additions and 2 deletions
5
vimrc
5
vimrc
|
|
@ -28,11 +28,12 @@ let g:airline_symbols.whitespace = ''
|
||||||
if !has('gui_running')
|
if !has('gui_running')
|
||||||
set showtabline=1 "automatic tab bar
|
set showtabline=1 "automatic tab bar
|
||||||
set mouse=n "mouse support
|
set mouse=n "mouse support
|
||||||
set background=light
|
set background=dark
|
||||||
colorscheme one-light
|
colorscheme 256-grayvim
|
||||||
|
|
||||||
"use terminal background
|
"use terminal background
|
||||||
hi Normal ctermbg=none
|
hi Normal ctermbg=none
|
||||||
|
hi LineNr ctermbg=none
|
||||||
hi todo ctermbg=none
|
hi todo ctermbg=none
|
||||||
hi statement ctermbg=none
|
hi statement ctermbg=none
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue