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')
|
||||
set showtabline=1 "automatic tab bar
|
||||
set mouse=n "mouse support
|
||||
set background=light
|
||||
colorscheme one-light
|
||||
set background=dark
|
||||
colorscheme 256-grayvim
|
||||
|
||||
"use terminal background
|
||||
hi Normal ctermbg=none
|
||||
hi LineNr ctermbg=none
|
||||
hi todo ctermbg=none
|
||||
hi statement ctermbg=none
|
||||
endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue