diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-09 14:18:40 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-09 14:18:45 +0200 |
commit | 6b3b1c9e39d573ab32b22e615a5509b721529ddf (patch) | |
tree | 6043c75db6adef41e20500a16e7c6858a0401ad5 /lua/style.lua | |
parent | 17351b228abd9f953c2789f98b1403ea496b30a4 (diff) |
remove nerdtree
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 }, } |