diff options
author | HampusM <hampus@hampusmat.com> | 2024-06-01 13:49:42 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2024-06-01 13:50:09 +0200 |
commit | 4a7d37673e786ed916bb84284f5933f748edfce9 (patch) | |
tree | efbf0a401d7e7faee4a4be1fddf8c964086b88cc /lua/style.lua | |
parent | a20b53d8061bc86d63a40132442e38e2c203a994 (diff) |
make window separators visible & pretty
Diffstat (limited to 'lua/style.lua')
-rw-r--r-- | lua/style.lua | 2 |
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 }, |