From 256ec8f56ca0beb7c2d3b727f6c7f4806ab30c15 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 27 May 2024 19:55:48 +0200 Subject: fix: add missing WinSeparator highlight group Since Neovim 0.10.0, this highlight group is seperate from VertSplit --- colors/ayu.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'colors/ayu.vim') diff --git a/colors/ayu.vim b/colors/ayu.vim index bb14b79..f6e88db 100644 --- a/colors/ayu.vim +++ b/colors/ayu.vim @@ -100,6 +100,7 @@ exe "hi! DiffChange" .s:fg_tag .s:bg_panel .s:fmt_none exe "hi! DiffText" .s:fg_fg .s:bg_panel .s:fmt_none exe "hi! ErrorMsg" .s:fg_fg .s:bg_error .s:fmt_stnd exe "hi! VertSplit" .s:fg_bg .s:bg_none .s:fmt_none +exe "hi! WinSeparator" .s:fg_bg .s:bg_none .s:fmt_none exe "hi! Folded" .s:fg_fg_idle .s:bg_panel .s:fmt_none exe "hi! FoldColumn" .s:fg_none .s:bg_panel .s:fmt_none exe "hi! SignColumn" .s:fg_none .s:bg_panel .s:fmt_none -- cgit v1.2.3-18-g5258