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 committed Sep 26, 2023
1 parent 0c879d4 commit ba06371
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 <[email protected]>

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

0 comments on commit ba06371

Please sign in to comment.