diff options
author | Rohan Jain | 2022-01-22 15:33:43 +0000 |
---|---|---|
committer | GitHub | 2022-01-22 15:33:43 +0000 |
commit | 1c747674b66db4f924691dc302bcafdf73ffa79c (patch) | |
tree | 342f98336ac1e36f6a53a8d6bc5425a71788d27a /runtime | |
parent | 5c1a06d28edf5e559448e5f28867fb1688d151f8 (diff) |
Add `tag` to gruvbox theme (#1555)
Missed in the commit 943fca332e.
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/gruvbox.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/gruvbox.toml b/runtime/themes/gruvbox.toml index 2754688d..a976a9bd 100644 --- a/runtime/themes/gruvbox.toml +++ b/runtime/themes/gruvbox.toml @@ -19,6 +19,7 @@ "function" = { fg = "green1", modifiers = ["bold"] } "function.macro" = "aqua1" "function.builtin" = "yellow1" +"tag" = "red1" "comment" = { fg = "gray1", modifiers = ["italic"] } "constant" = { fg = "purple1" } "constant.builtin" = { fg = "purple1", modifiers = ["bold"] } |