Skip to content

Commit

Permalink
Fix missing HTML tag colorization in onedark theme (helix-editor#8409)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaszebrowsky authored and Schuyler Mortimer committed Jul 10, 2024
1 parent b973e31 commit df42734
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/onedark.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Author : Gokul Soumya <gokulps15@gmail.com>

"tag" = { fg = "red" }
"attribute" = { fg = "yellow" }
"comment" = { fg = "light-gray", modifiers = ["italic"] }
"constant" = { fg = "cyan" }
Expand Down

0 comments on commit df42734

Please sign in to comment.