more color tuning
This commit is contained in:
@ -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 },
|
||||
}
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user