aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRohan Jain2022-01-22 15:33:43 +0000
committerGitHub2022-01-22 15:33:43 +0000
commit1c747674b66db4f924691dc302bcafdf73ffa79c (patch)
tree342f98336ac1e36f6a53a8d6bc5425a71788d27a
parent5c1a06d28edf5e559448e5f28867fb1688d151f8 (diff)
Add `tag` to gruvbox theme (#1555)
Missed in the commit 943fca332e.
-rw-r--r--runtime/themes/gruvbox.toml1
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"] }