more color tuning

This commit is contained in:
Oliver Hartmann
2023-05-31 11:21:55 +02:00
parent d34858bbc3
commit 3c7148431f

View File

@ -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 },
}
}
})