mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
modified: lua/base16.lua
This commit is contained in:
parent
0160c65eb1
commit
6f24d6219c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue