From 4b2fc35fc77718178862d452d74c108fea8c9cf1 Mon Sep 17 00:00:00 2001 From: Kristi Russell Date: Fri, 13 Oct 2023 10:29:02 -0400 Subject: [PATCH] Update terminal green color --- themes/tokyo-night-color-theme.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/tokyo-night-color-theme.json b/themes/tokyo-night-color-theme.json index 1c6ed94..ae30c86 100644 --- a/themes/tokyo-night-color-theme.json +++ b/themes/tokyo-night-color-theme.json @@ -340,7 +340,7 @@ "terminal.ansiBlack": "#363b54", "terminal.ansiRed": "#f7768e", - "terminal.ansiGreen": "#41a6b5", + "terminal.ansiGreen": "#73daca", "terminal.ansiYellow": "#e0af68", "terminal.ansiBlue": "#7aa2f7", "terminal.ansiMagenta": "#bb9af7",