Skip to content

Commit

Permalink
fix: solarized-light lsp property and parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 5, 2024
1 parent 1a34eb1 commit 673a507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/solarized/highlights/solarized-light.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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' })
Expand Down

0 comments on commit 673a507

Please sign in to comment.