From 1c747674b66db4f924691dc302bcafdf73ffa79c Mon Sep 17 00:00:00 2001 From: Rohan Jain <343499+crodjer@users.noreply.github.com> Date: Sat, 22 Jan 2022 21:03:43 +0530 Subject: [PATCH] Add `tag` to gruvbox theme (#1555) Missed in the commit 943fca332e. --- runtime/themes/gruvbox.toml | 1 + 1 file changed, 1 insertion(+) 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"] }