more colors
This commit is contained in:
parent
6d26280753
commit
493b712291
@ -40,13 +40,14 @@ return {
|
|||||||
['@lsp.type.namespace.cpp'] = { fg = C.rb },
|
['@lsp.type.namespace.cpp'] = { fg = C.rb },
|
||||||
['@lsp.type.variable'] = { fg = C.light_purple },
|
['@lsp.type.variable'] = { fg = C.light_purple },
|
||||||
-- ['@lsp.type.variable'] = { link = '@variable' },
|
-- ['@lsp.type.variable'] = { link = '@variable' },
|
||||||
['@variable'] = { fg = C.green, link = '' },
|
['@variable'] = { fg = C.light_purple, link = '' },
|
||||||
|
-- ['Function'] = { fg = C.light_cyan },
|
||||||
['@lsp.type.enumMember'] = { fg = C.cyan },
|
['@lsp.type.enumMember'] = { fg = C.cyan },
|
||||||
['Comment'] = { italic = true },
|
['Comment'] = { italic = true },
|
||||||
['Type'] = { fg = C.dark_orange },
|
['Type'] = { fg = C.dark_orange },
|
||||||
['Structure'] = { link = 'Type' },
|
['Structure'] = { link = 'Type' },
|
||||||
['Constant'] = { fg = 'NONE' },
|
['Constant'] = { fg = 'NONE' },
|
||||||
['@parameter'] = { fg = C.purple },
|
['@parameter'] = { fg = C.toml },
|
||||||
['NormalFloat'] = { bg = C.surface0 },
|
['NormalFloat'] = { bg = C.surface0 },
|
||||||
['TelescopeBorder'] = { bg = C.surface0 },
|
['TelescopeBorder'] = { bg = C.surface0 },
|
||||||
['TelescopeNormal'] = { bg = C.surface0 },
|
['TelescopeNormal'] = { bg = C.surface0 },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user