Skip to content

Commit

Permalink
fix(theme): update tag highlights
Browse files Browse the repository at this point in the history
  • Loading branch information
pauchiner committed Feb 6, 2024
1 parent 979bc9f commit c6dfea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/pastelnight/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@ function M.setup()
['@string.regexp'] = { fg = c.orange },
['@string.escape'] = { fg = c.red },
['@string.special.symbol'] = { fg = c.sky },
['@tag'] = { fg = c.purple },
['@tag'] = { fg = c.yellow },
['@tag.attribute'] = { fg = c.orange },
['@tag.delimiter'] = { fg = c.purple },
['@tag.delimiter'] = { fg = c.yellow },
['@text'] = { fg = c.fg },
['@note'] = { fg = c.fg },
['@warning'] = { fg = c.fg },
Expand Down

0 comments on commit c6dfea1

Please sign in to comment.