From 3c7148431f5c7adf4e1b35a2f3ae140d3a03f2ab Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Wed, 31 May 2023 11:21:55 +0200 Subject: [PATCH] more color tuning --- lua/plugins/astrodark.lua | 2 ++ 1 file changed, 2 insertions(+) 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 }, } } })