modified: lua/base16.lua

v2.5
siduck76 4 years ago
parent 0160c65eb1
commit 6f24d6219c

@ -100,7 +100,7 @@ local function apply_base16_theme(theme, use_256_colorspace)
-- nvim.command "syntax reset"
-- Vim editor colors
highlight("Normal", theme.base05, "NONE", cterm05, "NONE", nil, nil)
highlight("Normal", theme.base05, theme.base00, cterm05, theme.base00 , nil, nil)
highlight("Bold", nil, nil, nil, nil, "bold", nil)
highlight("Debug", theme.base08, nil, cterm08, nil, nil, nil)
highlight("Directory", theme.base0D, nil, cterm0D, nil, nil, nil)

Loading…
Cancel
Save