Skip to content

Commit

Permalink
Set WinSeparator from 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur committed Jun 8, 2024
1 parent d7a2b75 commit 123dda9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/ayu/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ local function set_groups()

Directory = { fg = colors.func },
ErrorMsg = { fg = colors.error },
VertSplit = { fg = colors.panel_border, bg = colors.bg },
WinSeparator = { fg = colors.panel_border, bg = colors.bg },
VertSplit = { link = 'WinSeparator' },
Folded = { fg = colors.fg_idle, bg = colors.panel_bg },
FoldColumn = { bg = colors.bg },
SignColumn = { bg = colors.bg },
Expand Down

0 comments on commit 123dda9

Please sign in to comment.