bring back set bg
This commit is contained in:
@@ -5,6 +5,7 @@ if exists('g:colors_name')
|
|||||||
set t_Co=256
|
set t_Co=256
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
set background=light
|
||||||
let g:colors_name = 'zenbones'
|
let g:colors_name = 'zenbones'
|
||||||
|
|
||||||
let g:terminal_color_0 = '#F0EDEC'
|
let g:terminal_color_0 = '#F0EDEC'
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ if exists('g:colors_name')
|
|||||||
set t_Co=256
|
set t_Co=256
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
set background=dark
|
||||||
let g:colors_name = 'zenflesh'
|
let g:colors_name = 'zenflesh'
|
||||||
|
|
||||||
let g:terminal_color_0 = '#1C1918'
|
let g:terminal_color_0 = '#1C1918'
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ if exists('g:colors_name')
|
|||||||
set t_Co=256
|
set t_Co=256
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
set background=${background}
|
||||||
let g:colors_name = '${name}'
|
let g:colors_name = '${name}'
|
||||||
|
|
||||||
${termcolors}
|
${termcolors}
|
||||||
@@ -55,6 +56,7 @@ return function(name, specs, p)
|
|||||||
{
|
{
|
||||||
name = name,
|
name = name,
|
||||||
specs_path = name,
|
specs_path = name,
|
||||||
|
background = name == "zenbones" and "light" or "dark",
|
||||||
termcolors = termcolors,
|
termcolors = termcolors,
|
||||||
vimcolors = vimcolors,
|
vimcolors = vimcolors,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user