summaryrefslogtreecommitdiff
path: root/lua/style.lua
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-06-09 14:18:40 +0200
committerHampusM <hampus@hampusmat.com>2024-06-09 14:18:45 +0200
commit6b3b1c9e39d573ab32b22e615a5509b721529ddf (patch)
tree6043c75db6adef41e20500a16e7c6858a0401ad5 /lua/style.lua
parent17351b228abd9f953c2789f98b1403ea496b30a4 (diff)
remove nerdtree
Diffstat (limited to 'lua/style.lua')
-rw-r--r--lua/style.lua1
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 },
}