From 9d865e070ada2b81a92ba8b3bf564b3fc71efc53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 31 Dec 2022 14:13:37 +0800 Subject: [PATCH] chore: rebuild artifacts (#102) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- colors/duckbones.vim | 2 +- colors/forestbones.vim | 4 ++-- colors/kanagawabones.vim | 2 +- colors/neobones.vim | 4 ++-- colors/nordbones.vim | 2 +- colors/rosebones.vim | 4 ++-- colors/seoulbones.vim | 4 ++-- colors/tokyobones.vim | 4 ++-- colors/vimbones.vim | 2 +- colors/zenbones.vim | 4 ++-- colors/zenburned.vim | 2 +- colors/zenwritten.vim | 4 ++-- 12 files changed, 19 insertions(+), 19 deletions(-) diff --git a/colors/duckbones.vim b/colors/duckbones.vim index 3485893..414a9f2 100644 --- a/colors/duckbones.vim +++ b/colors/duckbones.vim @@ -132,7 +132,6 @@ if &background ==# 'dark' highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#0E101A guibg=#E39500 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#00A3CB guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#0E101A guibg=#00A3CB guisp=NONE gui=NONE cterm=NONE @@ -207,6 +206,7 @@ if &background ==# 'dark' highlight WarningMsg guifg=#E39500 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#51587A guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#0E101A guibg=#795CCC guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#5DCD97 guibg=NONE guisp=NONE gui=NONE cterm=NONE diff --git a/colors/forestbones.vim b/colors/forestbones.vim index 3e03d64..06b77fe 100644 --- a/colors/forestbones.vim +++ b/colors/forestbones.vim @@ -131,7 +131,6 @@ if &background ==# 'dark' highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#2C343A guibg=#DDBD7F guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#7FBCB4 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#2C343A guibg=#7FBCB4 guisp=NONE gui=NONE cterm=NONE @@ -206,6 +205,7 @@ if &background ==# 'dark' highlight WarningMsg guifg=#DDBD7F guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#667783 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#2C343A guibg=#D69AB7 guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#A9C181 guibg=NONE guisp=NONE gui=NONE cterm=NONE @@ -360,7 +360,6 @@ else highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#FAF3E1 guibg=#DEA000 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#3A94C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#FAF3E1 guibg=#3A94C4 guisp=NONE gui=NONE cterm=NONE @@ -435,6 +434,7 @@ else highlight WarningMsg guifg=#DEA000 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#A99B6A guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#FAF3E1 guibg=#DF69BA guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#8DA200 guibg=NONE guisp=NONE gui=NONE cterm=NONE diff --git a/colors/kanagawabones.vim b/colors/kanagawabones.vim index ae09a55..2244c9f 100644 --- a/colors/kanagawabones.vim +++ b/colors/kanagawabones.vim @@ -132,7 +132,6 @@ if &background ==# 'dark' highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#1F1F28 guibg=#E5C283 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#7EB3C9 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#1F1F28 guibg=#7EB3C9 guisp=NONE gui=NONE cterm=NONE @@ -207,6 +206,7 @@ if &background ==# 'dark' highlight WarningMsg guifg=#E5C283 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#646476 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#1F1F28 guibg=#957FB8 guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#98BC6D guibg=NONE guisp=NONE gui=NONE cterm=NONE diff --git a/colors/neobones.vim b/colors/neobones.vim index 495824e..4f67c3b 100644 --- a/colors/neobones.vim +++ b/colors/neobones.vim @@ -129,7 +129,6 @@ if &background ==# 'dark' highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#0F191F guibg=#B77E64 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#8190D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#0F191F guibg=#8190D4 guisp=NONE gui=NONE cterm=NONE @@ -203,6 +202,7 @@ if &background ==# 'dark' highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#466273 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#0F191F guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#90FF6B guibg=NONE guisp=NONE gui=NONE cterm=NONE @@ -356,7 +356,6 @@ else highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#E5EDE6 guibg=#944927 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#E5EDE6 guibg=#286486 guisp=NONE gui=NONE cterm=NONE @@ -430,6 +429,7 @@ else highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#8F9890 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#E5EDE6 guibg=#88507D guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#567A30 guibg=NONE guisp=NONE gui=NONE cterm=NONE diff --git a/colors/nordbones.vim b/colors/nordbones.vim index 02bb064..fd075c8 100644 --- a/colors/nordbones.vim +++ b/colors/nordbones.vim @@ -133,7 +133,6 @@ if &background ==# 'dark' highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#2F3541 guibg=#CF866F guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#8FBCBA guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#2F3541 guibg=#8FBCBA guisp=NONE gui=NONE cterm=NONE @@ -208,6 +207,7 @@ if &background ==# 'dark' highlight WarningMsg guifg=#CF866F guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#69758C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#2F3541 guibg=#B38DAC guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#A4BE8D guibg=NONE guisp=NONE gui=NONE cterm=NONE diff --git a/colors/rosebones.vim b/colors/rosebones.vim index 70bb990..08d028e 100644 --- a/colors/rosebones.vim +++ b/colors/rosebones.vim @@ -131,7 +131,6 @@ if &background ==# 'dark' highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#1A1825 guibg=#F6C074 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#1A1825 guibg=#9CCFD8 guisp=NONE gui=NONE cterm=NONE @@ -206,6 +205,7 @@ if &background ==# 'dark' highlight WarningMsg guifg=#F6C074 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#625D7F guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#1A1825 guibg=#C4A7E7 guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#317490 guibg=NONE guisp=NONE gui=NONE cterm=NONE @@ -360,7 +360,6 @@ else highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#FBF6F0 guibg=#EC9D33 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#FBF6F0 guibg=#5795A0 guisp=NONE gui=NONE cterm=NONE @@ -435,6 +434,7 @@ else highlight WarningMsg guifg=#EC9D33 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#B69A6E guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#FBF6F0 guibg=#917BA9 guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#286A84 guibg=NONE guisp=NONE gui=NONE cterm=NONE diff --git a/colors/seoulbones.vim b/colors/seoulbones.vim index 5aed3d8..ef68c5d 100644 --- a/colors/seoulbones.vim +++ b/colors/seoulbones.vim @@ -133,7 +133,6 @@ if &background ==# 'dark' highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#4B4B4B guibg=#FFDF9B guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#4B4B4B guibg=#97BDDE guisp=NONE gui=NONE cterm=NONE @@ -209,6 +208,7 @@ if &background ==# 'dark' highlight WarningMsg guifg=#FFDF9B guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#4B4B4B guibg=#A5A6C5 guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#98BD99 guibg=NONE guisp=NONE gui=NONE cterm=NONE @@ -366,7 +366,6 @@ else highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#E2E2E2 guibg=#C48562 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#0084A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#E2E2E2 guibg=#0084A3 guisp=NONE gui=NONE cterm=NONE @@ -442,6 +441,7 @@ else highlight WarningMsg guifg=#C48562 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#919191 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#E2E2E2 guibg=#896788 guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#628562 guibg=NONE guisp=NONE gui=NONE cterm=NONE diff --git a/colors/tokyobones.vim b/colors/tokyobones.vim index cfb42e5..3876920 100644 --- a/colors/tokyobones.vim +++ b/colors/tokyobones.vim @@ -131,7 +131,6 @@ if &background ==# 'dark' highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#1A1B26 guibg=#E1B068 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#1A1B26 guibg=#7BA2F7 guisp=NONE gui=NONE cterm=NONE @@ -209,6 +208,7 @@ if &background ==# 'dark' highlight WarningMsg guifg=#E1B068 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#5F617E guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#1A1B26 guibg=#BB9BF7 guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#74DBCB guibg=NONE guisp=NONE gui=NONE cterm=NONE @@ -363,7 +363,6 @@ else highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#D6D7DC guibg=#8F5E14 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#D6D7DC guibg=#34548C guisp=NONE gui=NONE cterm=NONE @@ -441,6 +440,7 @@ else highlight WarningMsg guifg=#8F5E14 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#888B99 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#D6D7DC guibg=#5A4A79 guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#34645D guibg=NONE guisp=NONE gui=NONE cterm=NONE diff --git a/colors/vimbones.vim b/colors/vimbones.vim index e5ba05e..ac10703 100644 --- a/colors/vimbones.vim +++ b/colors/vimbones.vim @@ -132,7 +132,6 @@ if &background ==# 'light' highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#F0F0CA guibg=#944927 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#F0F0CA guibg=#286486 guisp=NONE gui=NONE cterm=NONE @@ -207,6 +206,7 @@ if &background ==# 'light' highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#9A9A81 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#F0F0CA guibg=#88507D guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE cterm=NONE diff --git a/colors/zenbones.vim b/colors/zenbones.vim index 51263d8..21eb4c0 100644 --- a/colors/zenbones.vim +++ b/colors/zenbones.vim @@ -131,7 +131,6 @@ if &background ==# 'dark' highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#1C1917 guibg=#B77E64 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#1C1917 guibg=#6099C0 guisp=NONE gui=NONE cterm=NONE @@ -206,6 +205,7 @@ if &background ==# 'dark' highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#685F5A guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#1C1917 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#819B69 guibg=NONE guisp=NONE gui=NONE cterm=NONE @@ -360,7 +360,6 @@ else highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#F0EDEC guibg=#944927 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#F0EDEC guibg=#286486 guisp=NONE gui=NONE cterm=NONE @@ -435,6 +434,7 @@ else highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#A4968F guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#F0EDEC guibg=#88507D guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE cterm=NONE diff --git a/colors/zenburned.vim b/colors/zenburned.vim index 591b7e2..0e12f42 100644 --- a/colors/zenburned.vim +++ b/colors/zenburned.vim @@ -132,7 +132,6 @@ if &background ==# 'dark' highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#404040 guibg=#B77E64 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#404040 guibg=#6099C0 guisp=NONE gui=NONE cterm=NONE @@ -207,6 +206,7 @@ if &background ==# 'dark' highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#7F7F7F guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#404040 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#819B69 guibg=NONE guisp=NONE gui=NONE cterm=NONE diff --git a/colors/zenwritten.vim b/colors/zenwritten.vim index 893a04a..f075b28 100644 --- a/colors/zenwritten.vim +++ b/colors/zenwritten.vim @@ -131,7 +131,6 @@ if &background ==# 'dark' highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#191919 guibg=#B77E64 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#191919 guibg=#6099C0 guisp=NONE gui=NONE cterm=NONE @@ -206,6 +205,7 @@ if &background ==# 'dark' highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#616161 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#191919 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#819B69 guibg=NONE guisp=NONE gui=NONE cterm=NONE @@ -360,7 +360,6 @@ else highlight! link LspCodeLens LineNr highlight! link NeogitHunkHeader LineNr highlight! link SignColumn LineNr - highlight! link WhichKeySeparator LineNr highlight MasonHeader guifg=#EEEEEE guibg=#944927 guisp=NONE gui=bold cterm=bold highlight MasonHighlight guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight MasonHighlightBlock guifg=#EEEEEE guibg=#286486 guisp=NONE gui=NONE cterm=NONE @@ -435,6 +434,7 @@ else highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticWarn WarningMsg highlight! link gitcommitOverflow WarningMsg + highlight WhichKeySeparator guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight WildMenu guifg=#EEEEEE guibg=#88507D guisp=NONE gui=NONE cterm=NONE highlight! link SneakLabel WildMenu highlight diffAdded guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE cterm=NONE