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 2f7f5d6..8942157 100644 --- a/lua/style.lua +++ b/lua/style.lua @@ -8,7 +8,8 @@ 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 } + NERDTreeWindow = { fg = ayu_colors.fg, bg = ayu_colors.panel_bg }, + TerminalWindow = { fg = ayu_colors.fg, bg = ayu_colors.panel_bg }, } }) |