mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-17 11:17:05 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user