Skip to content

Commit e59b1e9

Browse files
authored
Update theme.lua
1 parent a6699a5 commit e59b1e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/vscode/theme.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ theme.set_highlights = function(opts)
609609
hl(0, 'BlinkCmpKindClass', { link = 'BlinkCmpKindConstructor' })
610610
hl(0, 'BlinkCmpKindInterface', { fg = c.vscLightBlue, bg = 'NONE' })
611611
hl(0, 'BlinkCmpKindModule', { link = 'BlinkCmpKindClass' })
612-
hl(0, 'BlinkCmpKindProperty', { fg = c.vscFront })
612+
hl(0, 'BlinkCmpKindProperty', { link = 'BlinkCmpKindField' })
613613
hl(0, 'BlinkCmpKindUnit', { link = 'BlinkCmpKindField' })
614614
hl(0, 'BlinkCmpKindValue', { link = '@variable.member' })
615615
hl(0, 'BlinkCmpKindEnum', { link = 'BlinkCmpKindConstructor' })

0 commit comments

Comments
 (0)