From 4a7d37673e786ed916bb84284f5933f748edfce9 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sat, 1 Jun 2024 13:49:42 +0200 Subject: make window separators visible & pretty --- lua/style.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/style.lua') 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 }, -- cgit v1.2.3-18-g5258