Update base16.lua

This commit is contained in:
siduck76 2021-05-06 09:24:25 +05:30 committed by GitHub
parent b336f40462
commit 6c45bd08fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)