Se background before hi clear.

See $VIMRUNTIME/colors/README.txt.
This commit is contained in:
Lifepillar
2016-12-08 19:06:18 +01:00
parent 00efd839c0
commit ee311b07e0
9 changed files with 9 additions and 18 deletions

View File

@@ -2,13 +2,12 @@
" Author: Lifepillar <lifepillar@lifepillar.me>
" License: OSI approved MIT license (see end of this file)
set background=light
hi clear
if exists("syntax_on")
syntax reset
endif
let colors_name = "solarized8_light"
set background=light
if !has('gui_running') && get(g:, 'solarized_termtrans', 0)
hi! Normal cterm=NONE gui=NONE ctermfg=11 guifg=#657b83 ctermbg=NONE guibg=NONE