From 6c45bd08feb4e5b33b80566347527361f56c79e8 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Thu, 6 May 2021 09:24:25 +0530 Subject: [PATCH] Update base16.lua --- lua/base16.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/base16.lua b/lua/base16.lua index 1484330..5b963ab 100644 --- a/lua/base16.lua +++ b/lua/base16.lua @@ -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)