Skip to content

Commit 8b150ab

Browse files
update
1 parent 30aaf4b commit 8b150ab

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lua/darkplus/theme.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ theme.set_highlights = function()
193193
hl(0, "@text.warning", { link = 'Todo' })
194194
hl(0, "@text.danger", { link = 'WarningMsg' })
195195
hl(0, "@tag", { link = 'Tag' })
196-
hl(0, "@tag.attribute", { fg = c.blue, bg = 'NONE', italic = true, })
196+
hl(0, "@tag.attribute", { fg = c.blue_2, bg = 'NONE', italic = true, })
197197
hl(0, "@tag.delimiter", { fg = c.dark_gray, bg = 'NONE' })
198198
hl(0, "@lsp.type.comment", { link = '@comment' })
199199
hl(0, "@lsp.type.enum", { link = 'Type' })
@@ -493,6 +493,9 @@ theme.set_highlights = function()
493493
-- toml
494494
hl(0, "@type.toml", { fg = c.blue_1, bg = 'NONE' })
495495

496+
-- html
497+
hl(0, "@markup.heading.html", { fg = c.fg, bg = 'NONE' })
498+
496499
-- zsh
497500
hl(0, "zshCommands", { fg = c.yellow, bg = 'NONE' })
498501
hl(0, "zshDeref", { fg = c.fg, bg = 'NONE' })

0 commit comments

Comments
 (0)