mirror of
https://github.com/rose-pine/neovim.git
synced 2025-10-15 12:38:53 +02:00
fix: Remove subtle hl for CmpItemKinds
This commit is contained in:
parent
7b50508629
commit
9f4c6c3016
1 changed files with 0 additions and 2 deletions
|
|
@ -420,8 +420,6 @@ theme.plugins = {
|
||||||
CmpItemKindFunction = { fg = p.iris },
|
CmpItemKindFunction = { fg = p.iris },
|
||||||
CmpItemKindMethod = { fg = p.iris },
|
CmpItemKindMethod = { fg = p.iris },
|
||||||
CmpItemKindSnippet = { fg = p.iris },
|
CmpItemKindSnippet = { fg = p.iris },
|
||||||
CmpItemKindKeyword = { fg = p.subtle },
|
|
||||||
CmpItemKindText = { fg = p.subtle },
|
|
||||||
|
|
||||||
-- neogit
|
-- neogit
|
||||||
-- https://github.com/TimUntersberger/neogit
|
-- https://github.com/TimUntersberger/neogit
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue