We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30aaf4b commit 8b150abCopy full SHA for 8b150ab
lua/darkplus/theme.lua
@@ -193,7 +193,7 @@ theme.set_highlights = function()
193
hl(0, "@text.warning", { link = 'Todo' })
194
hl(0, "@text.danger", { link = 'WarningMsg' })
195
hl(0, "@tag", { link = 'Tag' })
196
- hl(0, "@tag.attribute", { fg = c.blue, bg = 'NONE', italic = true, })
+ hl(0, "@tag.attribute", { fg = c.blue_2, bg = 'NONE', italic = true, })
197
hl(0, "@tag.delimiter", { fg = c.dark_gray, bg = 'NONE' })
198
hl(0, "@lsp.type.comment", { link = '@comment' })
199
hl(0, "@lsp.type.enum", { link = 'Type' })
@@ -493,6 +493,9 @@ theme.set_highlights = function()
493
-- toml
494
hl(0, "@type.toml", { fg = c.blue_1, bg = 'NONE' })
495
496
+ -- html
497
+ hl(0, "@markup.heading.html", { fg = c.fg, bg = 'NONE' })
498
+
499
-- zsh
500
hl(0, "zshCommands", { fg = c.yellow, bg = 'NONE' })
501
hl(0, "zshDeref", { fg = c.fg, bg = 'NONE' })
0 commit comments