Reduce the number of colorschemes to four.

Merge dark and light variants together. Now, you must select the
background color before loading the colorscheme, e.g.:

se background=dark
colorscheme solarized8
This commit is contained in:
Lifepillar
2017-11-11 13:00:33 +01:00
parent e9ff88d941
commit d442acd01b
27 changed files with 10303 additions and 13160 deletions

View File

@@ -9,9 +9,9 @@ let s:errors = 0
execute 'lcd' s:curdir
for s:template in glob(s:curdir . '/*.colortemplate', 1, 1)
for s:template in glob(s:curdir . '/solarized8*.colortemplate', 1, 1)
let s:template_name = fnamemodify(s:template, ':t:r')
if s:template_name == 'solarized8_dark'
if s:template_name == 'solarized8'
let g:colortemplate_no_doc = 0
else
let g:colortemplate_no_doc = 1