more color tuning
This commit is contained in:
parent
1c359f02fe
commit
088286f87b
@ -38,7 +38,9 @@ return {
|
|||||||
end,
|
end,
|
||||||
['@lsp.mod.readonly'] = { bold = true },
|
['@lsp.mod.readonly'] = { bold = true },
|
||||||
['@lsp.type.namespace.cpp'] = { fg = C.rb },
|
['@lsp.type.namespace.cpp'] = { fg = C.rb },
|
||||||
['@lsp.type.variable'] = { fg = C.text },
|
['@lsp.type.variable'] = { fg = C.mp3 },
|
||||||
|
-- ['@lsp.type.variable'] = { link = '@variable' },
|
||||||
|
['@variable'] = { fg = C.green, link = '' },
|
||||||
['@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 },
|
||||||
@ -53,7 +55,7 @@ return {
|
|||||||
['TelescopePreviewNormal'] = { bg = C.surface0 },
|
['TelescopePreviewNormal'] = { bg = C.surface0 },
|
||||||
['TelescopeTitle'] = { bg = C.surface0 },
|
['TelescopeTitle'] = { bg = C.surface0 },
|
||||||
['TelescopePromptNormal'] = { bg = C.surface0 },
|
['TelescopePromptNormal'] = { bg = C.surface0 },
|
||||||
['TelescopePromptBorder'] = { link = 'TelescopeBorder'},
|
['TelescopePromptBorder'] = { link = 'TelescopeBorder' },
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user