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 8b150ab commit 9b07045Copy full SHA for 9b07045
lua/darkplus/theme.lua
@@ -458,12 +458,11 @@ theme.set_highlights = function()
458
hl(0, "@lsp.typemod.function.global.lua", { link = 'Function' })
459
hl(0, "@lsp.typemod.variable.declaration.lua", { link = 'Variable' })
460
461
-
462
463
-- Typescript
464
hl(0, "@lsp.type.interface.typescriptreact", { fg = c.cyan, bg = 'NONE' })
465
hl(0, "@lsp.type.namespace.typescriptreact", { fg = c.cyan, bg = 'NONE' })
466
hl(0, "@lsp.typemod.variable.readonly.typescriptreact", { fg = c.blue_3, bg = 'NONE' })
+ hl(0, "@keyword.import.tsx", { fg = c.purple, bg = 'NONE' })
467
468
hl(0, "typescriptArrowFuncArg", { fg = c.fg, bg = 'NONE' })
469
hl(0, "typescriptCall", { fg = c.fg, bg = 'NONE' })
0 commit comments