summaryrefslogtreecommitdiff
path: root/lua/style.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/style.lua')
-rw-r--r--lua/style.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/style.lua b/lua/style.lua
index 8942157..35ca00d 100644
--- a/lua/style.lua
+++ b/lua/style.lua
@@ -4,7 +4,7 @@ ayu_colors.generate() -- Pass `true` to enable mirage
require('ayu').setup({
overrides = {
- WinSeparator = { fg = ayu_colors.bg, bg = ayu_colors.bg },
+ WinSeparator = { fg = ayu_colors.comment, bg = ayu_colors.bg },
LineNrAbove = { fg = ayu_colors.comment },
LineNrBelow = { fg = ayu_colors.comment },
LineNr = { fg = ayu_colors.accent },