Update base16.lua

v2.5
siduck76 5 years ago committed by GitHub
parent b336f40462
commit 6c45bd08fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -100,7 +100,7 @@ local function apply_base16_theme(theme, use_256_colorspace)
-- nvim.command "syntax reset"
-- Vim editor colors
highlight("Normal", theme.base05, theme.base00, cterm05, cterm00, nil, nil)
highlight("Normal", theme.base05, NONE, cterm05, NONE, 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