aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2024-05-27 19:55:48 +0200
committerHampusM <hampus@hampusmat.com>2024-05-27 19:55:48 +0200
commit256ec8f56ca0beb7c2d3b727f6c7f4806ab30c15 (patch)
tree8b46e90abfb812b19024d3e879a8a7e541639fd4
parent7154ae8bff63b619fd0326f03576c7cb742fe55e (diff)
fix: add missing WinSeparator highlight groupHEADmaster
Since Neovim 0.10.0, this highlight group is seperate from VertSplit
-rw-r--r--colors/ayu.vim1
1 files changed, 1 insertions, 0 deletions
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