diff --git a/lua/solarized/highlights/solarized-light.lua b/lua/solarized/highlights/solarized-light.lua index 739d969..0cb51e8 100644 --- a/lua/solarized/highlights/solarized-light.lua +++ b/lua/solarized/highlights/solarized-light.lua @@ -258,8 +258,8 @@ M.set_highlight = function(colors, config) nvim_set_hl('@lsp.type.interface', { link = 'Type' }) nvim_set_hl('@lsp.type.macro', { link = '@function.builtin' }) nvim_set_hl('@lsp.type.namespace', { link = 'Type' }) - nvim_set_hl('@lsp.type.parameter', { link = '@parameter' }) - nvim_set_hl('@lsp.type.property', { link = 'Identifier' }) + nvim_set_hl('@lsp.type.parameter', { link = 'Parameter' }) + nvim_set_hl('@lsp.type.property', { link = 'Property' }) nvim_set_hl('@lsp.type.struct', { link = 'Type' }) nvim_set_hl('@lsp.type.type', { link = 'Type' }) nvim_set_hl('@lsp.type.typeParameter', { link = 'Type' })