diff options
author | HampusM <hampus@hampusmat.com> | 2022-09-17 11:36:50 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2022-09-17 11:36:50 +0200 |
commit | 02d35140aa372367e2f38ba8e1be231d7af840fd (patch) | |
tree | 24bb1109c87017d2b8c2a3e38fb8611539bd9a71 | |
parent | 2e061c2d50c7ca296e86bf8d78753b567efc06fc (diff) |
feat: add Coc menu selection background color
-rw-r--r-- | colors/ayu.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/colors/ayu.vim b/colors/ayu.vim index e3e9ec9..c7393bd 100644 --- a/colors/ayu.vim +++ b/colors/ayu.vim @@ -284,3 +284,4 @@ let &background = "dark" " Coc.nvim " ---------- exe "hi! CocHighlightText " . s:fg_info . " gui=bold,underline" +exe "hi! CocMenuSel " . s:bg_selection |