We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6699a5 commit e59b1e9Copy full SHA for e59b1e9
lua/vscode/theme.lua
@@ -609,7 +609,7 @@ theme.set_highlights = function(opts)
609
hl(0, 'BlinkCmpKindClass', { link = 'BlinkCmpKindConstructor' })
610
hl(0, 'BlinkCmpKindInterface', { fg = c.vscLightBlue, bg = 'NONE' })
611
hl(0, 'BlinkCmpKindModule', { link = 'BlinkCmpKindClass' })
612
- hl(0, 'BlinkCmpKindProperty', { fg = c.vscFront })
+ hl(0, 'BlinkCmpKindProperty', { link = 'BlinkCmpKindField' })
613
hl(0, 'BlinkCmpKindUnit', { link = 'BlinkCmpKindField' })
614
hl(0, 'BlinkCmpKindValue', { link = '@variable.member' })
615
hl(0, 'BlinkCmpKindEnum', { link = 'BlinkCmpKindConstructor' })
0 commit comments