From 8a976c0d23780ad60793595eaba8820038e3f4c4 Mon Sep 17 00:00:00 2001 From: Carlos Zamora Date: Tue, 21 Apr 2020 10:19:54 -0700 Subject: [PATCH] Change Windows Powershell default scheme to Campbell (#5432) The "Campbell Powershell" color scheme does not have a high enough color contrast ratio. Campbell does, so we're changing it there. Closes (only upon validation) #5393. --- src/cascadia/TerminalApp/defaults.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cascadia/TerminalApp/defaults.json b/src/cascadia/TerminalApp/defaults.json index 260db2f2e1f..8a001cc6b3c 100644 --- a/src/cascadia/TerminalApp/defaults.json +++ b/src/cascadia/TerminalApp/defaults.json @@ -31,7 +31,7 @@ "name": "Windows PowerShell", "commandline": "powershell.exe", "icon": "ms-appx:///ProfileIcons/{61c54bbd-c2c6-5271-96e7-009a87ff44bf}.png", - "colorScheme": "Campbell Powershell", + "colorScheme": "Campbell", "antialiasingMode": "grayscale", "closeOnExit": "graceful", "cursorShape": "bar",