From 38fbf9e11ea84a95cff4706dc77a5e4d9192771a Mon Sep 17 00:00:00 2001 From: Chirikumbrah <78883260+Chirikumbrah@users.noreply.github.com> Date: Fri, 21 Jun 2024 07:58:51 +0300 Subject: [PATCH] removed some tag colors Co-authored-by: Michael Davis --- runtime/themes/gruvbox.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime/themes/gruvbox.toml b/runtime/themes/gruvbox.toml index 3c96f0202d967..220843b50de3e 100644 --- a/runtime/themes/gruvbox.toml +++ b/runtime/themes/gruvbox.toml @@ -65,8 +65,6 @@ "string.symbol" = { fg = "yellow1" } "tag" = { fg = "aqua1" } -"tag.attribute" = { fg = "purple" } -"tag.delimiter" = { fg = "foreground" } "type" = { fg = "yellow1" } "type.enum.variant" = { modifiers = ["italic"] }