diff options
Diffstat (limited to 'lua/style.lua')
-rw-r--r-- | lua/style.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/style.lua b/lua/style.lua index 7e329b5..d13ecaa 100644 --- a/lua/style.lua +++ b/lua/style.lua @@ -4,7 +4,8 @@ ayu_colors.generate() -- Pass `true` to enable mirage require('ayu').setup({ overrides = { - WinSeparator = { fg = ayu_colors.bg, bg = ayu_colors.bg } + WinSeparator = { fg = ayu_colors.bg, bg = ayu_colors.bg }, + NERDTreeWindow = { fg = ayu_colors.fg, bg = ayu_colors.panel_bg } } }) |