Skip to content

Commit 9b07045

Browse files
update
1 parent 8b150ab commit 9b07045

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lua/darkplus/theme.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,12 +458,11 @@ theme.set_highlights = function()
458458
hl(0, "@lsp.typemod.function.global.lua", { link = 'Function' })
459459
hl(0, "@lsp.typemod.variable.declaration.lua", { link = 'Variable' })
460460

461-
462-
463461
-- Typescript
464462
hl(0, "@lsp.type.interface.typescriptreact", { fg = c.cyan, bg = 'NONE' })
465463
hl(0, "@lsp.type.namespace.typescriptreact", { fg = c.cyan, bg = 'NONE' })
466464
hl(0, "@lsp.typemod.variable.readonly.typescriptreact", { fg = c.blue_3, bg = 'NONE' })
465+
hl(0, "@keyword.import.tsx", { fg = c.purple, bg = 'NONE' })
467466

468467
hl(0, "typescriptArrowFuncArg", { fg = c.fg, bg = 'NONE' })
469468
hl(0, "typescriptCall", { fg = c.fg, bg = 'NONE' })

0 commit comments

Comments
 (0)