mirror of https://github.com/helix-editor/helix
Fix missing HTML tag colorization in onedark theme (#8409)
parent
0c879d4edc
commit
ba06371499
|
@ -1,5 +1,6 @@
|
||||||
# Author : Gokul Soumya <gokulps15@gmail.com>
|
# Author : Gokul Soumya <gokulps15@gmail.com>
|
||||||
|
|
||||||
|
"tag" = { fg = "red" }
|
||||||
"attribute" = { fg = "yellow" }
|
"attribute" = { fg = "yellow" }
|
||||||
"comment" = { fg = "light-gray", modifiers = ["italic"] }
|
"comment" = { fg = "light-gray", modifiers = ["italic"] }
|
||||||
"constant" = { fg = "cyan" }
|
"constant" = { fg = "cyan" }
|
||||||
|
|
Loading…
Reference in New Issue