From 9d807ebe0f69cce4afef66eca403d6698a0512d5 Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Wed, 4 Sep 2024 14:07:44 -0600 Subject: [PATCH] Highlight type nodes the same as variable nodes --- themes/github_theme.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/github_theme.json b/themes/github_theme.json index dae7c2c..57fd998 100644 --- a/themes/github_theme.json +++ b/themes/github_theme.json @@ -355,7 +355,7 @@ "font_weight": 400 }, "type": { - "color": "#d73a49ff", + "color": "#24292eff", "font_style": null, "font_weight": null }, @@ -729,7 +729,7 @@ "font_weight": 400 }, "type": { - "color": "#f97583ff", + "color": "#e1e4e8ff", "font_style": null, "font_weight": null },