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

@@ -12,13 +12,12 @@ for s:solarized_background in ["dark", "light"]
call s:put('" Author: Lifepillar <lifepillar@lifepillar.me>')
call s:put('" License: OSI approved MIT license (see end of this file)')
call s:put('')
call s:put('set background='.s:solarized_background)
call s:put('hi clear')
call s:put('if exists("syntax_on")')
call s:put(' syntax reset')
call s:put('endif')
call s:put('')
call s:put('let colors_name = "' . s:colors_name . '"')
call s:put('set background='.s:solarized_background)
call s:put('')
let s:base03 = ["8" , "#002b36"]