diff options
-rw-r--r-- | lua/style.lua | 1 |
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 }, } }) |