From 4ca574befbccd1ec52b8d877e92ae24d9020eb16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ahmad=20Awais=20=E2=9A=A1=EF=B8=8F?= Date: Thu, 20 Oct 2022 22:16:11 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Terminal=20ansiBlue?= =?UTF-8?q?=20color=20(#131)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/shades-of-purple-color-theme-dark.json | 6 +++--- themes/shades-of-purple-color-theme.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/themes/shades-of-purple-color-theme-dark.json b/themes/shades-of-purple-color-theme-dark.json index f16bf7c..7231906 100644 --- a/themes/shades-of-purple-color-theme-dark.json +++ b/themes/shades-of-purple-color-theme-dark.json @@ -290,11 +290,13 @@ // Integrated Terminal Colors. // https://code.visualstudio.com/docs/getstarted/theme-color-reference#_integrated-terminal-colors + "terminal.background": "#15152b", + "terminal.foreground": "#FFFFFF", "terminal.ansiBlack": "#000000", "terminal.ansiRed": "#EC3A37F5", "terminal.ansiGreen": "#3AD900", "terminal.ansiYellow": "#FAD000", - "terminal.ansiBlue": "#6943FF", + "terminal.ansiBlue": "#7857fe", "terminal.ansiMagenta": "#FF2C70", "terminal.ansiCyan": "#80FCFF", "terminal.ansiWhite": "#FFFFFF", @@ -306,8 +308,6 @@ "terminal.ansiBrightMagenta": "#FB94FF", "terminal.ansiBrightCyan": "#80FCFF", "terminal.ansiBrightWhite": "#FFFFFF", - "terminal.background": "#15152b", - "terminal.foreground": "#FFFFFF", "terminalCursor.background": "#FAD000", "terminalCursor.foreground": "#FAD000", diff --git a/themes/shades-of-purple-color-theme.json b/themes/shades-of-purple-color-theme.json index 4592f91..11dc727 100644 --- a/themes/shades-of-purple-color-theme.json +++ b/themes/shades-of-purple-color-theme.json @@ -290,11 +290,13 @@ // Integrated Terminal Colors. // https://code.visualstudio.com/docs/getstarted/theme-color-reference#_integrated-terminal-colors + "terminal.background": "#1E1E3F", + "terminal.foreground": "#FFFFFF", "terminal.ansiBlack": "#000000", "terminal.ansiRed": "#EC3A37F5", "terminal.ansiGreen": "#3AD900", "terminal.ansiYellow": "#FAD000", - "terminal.ansiBlue": "#6943FF", + "terminal.ansiBlue": "#7857fe", "terminal.ansiMagenta": "#FF2C70", "terminal.ansiCyan": "#80FCFF", "terminal.ansiWhite": "#FFFFFF", @@ -306,8 +308,6 @@ "terminal.ansiBrightMagenta": "#FB94FF", "terminal.ansiBrightCyan": "#80FCFF", "terminal.ansiBrightWhite": "#FFFFFF", - "terminal.background": "#1E1E3F", - "terminal.foreground": "#FFFFFF", "terminalCursor.background": "#FAD000", "terminalCursor.foreground": "#FAD000",