diff --git a/lua/kanso/highlights/plugins.lua b/lua/kanso/highlights/plugins.lua index 68fd349..6f5be3a 100644 --- a/lua/kanso/highlights/plugins.lua +++ b/lua/kanso/highlights/plugins.lua @@ -254,6 +254,9 @@ function M.setup(colors, config) BlinkCmpKindTypeParameter = { link = "Type" }, BlinkCmpKindCopilot = { link = "String" }, + -- coc.vim + CocMenuSel = { link = "PmenuSel" }, + -- IndentBlankline IndentBlanklineChar = { fg = theme.ui.indent_line, nocombine = true }, IndentBlanklineSpaceChar = { fg = theme.ui.indent_line, nocombine = true },