From 7c7938b0abfd8643bed6b0abd3f2128e085cb105 Mon Sep 17 00:00:00 2001 From: scutifer Date: Thu, 22 Aug 2024 10:33:32 +0530 Subject: [PATCH] Update tag color to be a middle-green color from https://github.com/primer/github-vscode-theme/blob/main/src/classic/colors.json --- themes/github_theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/github_theme.json b/themes/github_theme.json index 623fca5..dae7c2c 100644 --- a/themes/github_theme.json +++ b/themes/github_theme.json @@ -340,7 +340,7 @@ "font_weight": null }, "tag": { - "color": "#24292eff", + "color": "#22863aff", "font_style": null, "font_weight": null },