Skip to content

Commit a6699a5

Browse files
authored
make sure kind folder is the same as neotree
1 parent e16b50f commit a6699a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/vscode/theme.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,14 +618,14 @@ theme.set_highlights = function(opts)
618618
hl(0, 'BlinkCmpKindColor', { link = 'cssColor' })
619619
hl(0, 'BlinkCmpKindFile', { link = '@text.uri' })
620620
hl(0, 'BlinkCmpKindReference', { link = '@variable.parameter.reference' })
621-
hl(0, 'BlinkCmpKindFolder', { fg = c.vscBlue, bg = 'NONE' })
621+
hl(0, 'BlinkCmpKindFolder', { link = 'NeotestDir' })
622622
hl(0, 'BlinkCmpKindEnumMember', { link = '@variable.member' })
623623
hl(0, 'BlinkCmpKindConstant', { link = '@constant' })
624624
hl(0, 'BlinkCmpKindStruct', { link = '@structure' })
625625
hl(0, 'BlinkCmpKindEvent', { fg = c.vscDarkYellow, bg = 'NONE' })
626626
hl(0, 'BlinkCmpKindOperator', { link = '@operator' })
627627
hl(0, 'BlinkCmpKindTypeParameter', { link = '@variable.parameter' })
628-
hl(0, 'BlinkCmpKindCopilot', { fg = c.vscBlueGreen })
628+
hl(0, 'BlinkCmpKindCopilot', { fg = c.vscBlueGreen })
629629

630630
-- HiPhish/rainbow-delimiters.nvim
631631
hl(0, 'RainbowDelimiterRed', { fg = c.vscPink, bg = 'NONE' })

0 commit comments

Comments
 (0)