diff options
Diffstat (limited to 'lua/style.lua')
-rw-r--r-- | lua/style.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/style.lua b/lua/style.lua index e3a295c..307c89f 100644 --- a/lua/style.lua +++ b/lua/style.lua @@ -8,7 +8,6 @@ require('ayu').setup({ LineNrAbove = { fg = ayu_colors.comment }, LineNrBelow = { fg = ayu_colors.comment }, LineNr = { fg = ayu_colors.accent }, - NERDTreeWindow = { fg = ayu_colors.fg, bg = ayu_colors.panel_bg }, TerminalWindow = { fg = ayu_colors.fg, bg = ayu_colors.panel_bg }, ColorColumn = { bg = ayu_colors.error }, } |