diff options
author | Lucas Zebrowsky | 2023-09-26 20:19:52 +0000 |
---|---|---|
committer | GitHub | 2023-09-26 20:19:52 +0000 |
commit | ba06371499a8682effbd733f2692ae140b63284e (patch) | |
tree | 3383536043ac5ae66aa9b68331f790a951a1b26f /runtime | |
parent | 0c879d4edcd8644475f4fa809af2d9aaf6959eb0 (diff) |
Fix missing HTML tag colorization in onedark theme (#8409)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/onedark.toml | 1 |
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" } |