diff --git a/lua/darkplus/theme.lua b/lua/darkplus/theme.lua index 65f8add..56c22b7 100644 --- a/lua/darkplus/theme.lua +++ b/lua/darkplus/theme.lua @@ -155,6 +155,7 @@ theme.set_highlights = function() hl(0, "@keyword.repeat", { link = 'Include' }) hl(0, "@keyword.coroutine", { link = 'Include' }) hl(0, "@keyword.conditional", { link = 'Conditional' }) + hl(0, "@keyword.import", { link = 'Include' }) hl(0, "@conditional", { link = 'Conditional' }) hl(0, "@repeat", { link = 'Repeat' }) hl(0, "@debug", { link = 'Debug' }) @@ -471,7 +472,6 @@ theme.set_highlights = function() hl(0, "@lsp.type.interface.typescriptreact", { fg = c.cyan, bg = 'NONE' }) hl(0, "@lsp.type.namespace.typescriptreact", { fg = c.cyan, bg = 'NONE' }) hl(0, "@lsp.typemod.variable.readonly.typescriptreact", { fg = c.blue_3, bg = 'NONE' }) - hl(0, "@keyword.import.tsx", { fg = c.purple, bg = 'NONE' }) hl(0, "@tag.builtin.tsx", { link = 'Tag' })