bring back set bg

This commit is contained in:
Michael Chris Lopez
2021-10-11 13:55:01 +08:00
parent 059586d542
commit 707be04d87
3 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ if exists('g:colors_name')
set t_Co=256
endif
set background=light
let g:colors_name = 'zenbones'
let g:terminal_color_0 = '#F0EDEC'

View File

@@ -5,6 +5,7 @@ if exists('g:colors_name')
set t_Co=256
endif
set background=dark
let g:colors_name = 'zenflesh'
let g:terminal_color_0 = '#1C1918'

View File

@@ -5,6 +5,7 @@ if exists('g:colors_name')
set t_Co=256
endif
set background=${background}
let g:colors_name = '${name}'
${termcolors}
@@ -55,6 +56,7 @@ return function(name, specs, p)
{
name = name,
specs_path = name,
background = name == "zenbones" and "light" or "dark",
termcolors = termcolors,
vimcolors = vimcolors,
},