summaryrefslogtreecommitdiff
path: root/lua/style.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/style.lua')
-rw-r--r--lua/style.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/style.lua b/lua/style.lua
index 7b9ee1e..e3a295c 100644
--- a/lua/style.lua
+++ b/lua/style.lua
@@ -10,6 +10,7 @@ require('ayu').setup({
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 },
}
})