diff --git a/lua/plugins/astrodark.lua b/lua/plugins/astrodark.lua index f36fb36..22c908c 100644 --- a/lua/plugins/astrodark.lua +++ b/lua/plugins/astrodark.lua @@ -39,10 +39,12 @@ return { ['@lsp.mod.readonly'] = { bold = true }, ['@lsp.type.namespace.cpp'] = { fg = C.rb }, ['@lsp.type.variable'] = { fg = C.text }, + ['@lsp.type.enumMember'] = { fg = C.cyan }, ['Comment'] = { italic = true }, ['Type'] = { fg = C.dark_orange }, ['Structure'] = { link = 'Type' }, ['Constant'] = { fg = 'NONE' }, + ['@parameter'] = { fg = C.purple }, } } })