mirror of
https://github.com/lloeki/vimfiles.git
synced 2025-12-06 05:24:39 +01:00
colorscheme one-light
This commit is contained in:
parent
d0ff575701
commit
d3a6e1c6c3
1 changed files with 2 additions and 0 deletions
2
vimrc
2
vimrc
|
|
@ -37,6 +37,8 @@ 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=light
|
||||||
|
colorscheme one-light
|
||||||
|
|
||||||
"use terminal background
|
"use terminal background
|
||||||
hi Normal ctermbg=none
|
hi Normal ctermbg=none
|
||||||
hi todo ctermbg=none
|
hi todo ctermbg=none
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue