aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes
diff options
context:
space:
mode:
authorLucas Zebrowsky2023-09-26 20:19:52 +0000
committerGitHub2023-09-26 20:19:52 +0000
commitba06371499a8682effbd733f2692ae140b63284e (patch)
tree3383536043ac5ae66aa9b68331f790a951a1b26f /runtime/themes
parent0c879d4edcd8644475f4fa809af2d9aaf6959eb0 (diff)
Fix missing HTML tag colorization in onedark theme (#8409)
Diffstat (limited to 'runtime/themes')
-rw-r--r--runtime/themes/onedark.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml
index 21101ea7..1db2aff8 100644
--- a/runtime/themes/onedark.toml
+++ b/runtime/themes/onedark.toml
@@ -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" }