From b2beebd64505ec6eb2985be54c7578f07db78fe8 Mon Sep 17 00:00:00 2001 From: Mandy Noto Date: Fri, 20 Jan 2023 21:20:56 -0800 Subject: [PATCH] feat(theme): add more cmp items --- lua/rose-pine/theme.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lua/rose-pine/theme.lua b/lua/rose-pine/theme.lua index 18a091b..2b6ce68 100644 --- a/lua/rose-pine/theme.lua +++ b/lua/rose-pine/theme.lua @@ -400,6 +400,14 @@ function M.get(config) CmpItemKindMethod = { fg = p.iris }, CmpItemKindSnippet = { fg = p.iris }, CmpItemKindVariable = { fg = p.foam }, + CmpItemKindBoolean = { link = "Boolean" }, + CmpItemKindProperty = { link = "Function" }, + CmpItemKindString = { fg = p.rose }, + CmpItemKindText = { fg = p.pine }, + -- -- TODO: turn to highlight_low for light mode, high for dark + CmpPmenuSel = { bg = 'highlight_high' }, + -- CmpPmenuSel = { bg = p.highlight_med }, + -- CmpPmenuSel = { bg = p.overlay }, GhostText = { fg = p.muted }, -- SmiteshP/nvim-navic