Skip to content

Commit

Permalink
Give powershell its own scheme (#2936)
Browse files Browse the repository at this point in the history
Fixes #2883.
  • Loading branch information
zadjii-msft authored and DHowett committed Sep 28, 2019
1 parent 23bea9e commit 1caece7
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions src/cascadia/TerminalApp/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@
"commandline": "powershell.exe",
"hidden": false,
"startingDirectory": "%USERPROFILE%",
"background": "#012456",
"closeOnExit": true,
"colorScheme": "Campbell",
"colorScheme": "Campbell Powershell",
"cursorColor": "#FFFFFF",
"cursorShape": "bar",
"fontFace": "Consolas",
Expand Down Expand Up @@ -73,6 +72,27 @@
"brightCyan": "#61D6D6",
"brightWhite": "#F2F2F2"
},
{
"name": "Campbell Powershell",
"foreground": "#CCCCCC",
"background": "#012456",
"black": "#0C0C0C",
"red": "#C50F1F",
"green": "#13A10E",
"yellow": "#C19C00",
"blue": "#0037DA",
"purple": "#881798",
"cyan": "#3A96DD",
"white": "#CCCCCC",
"brightBlack": "#767676",
"brightRed": "#E74856",
"brightGreen": "#16C60C",
"brightYellow": "#F9F1A5",
"brightBlue": "#3B78FF",
"brightPurple": "#B4009E",
"brightCyan": "#61D6D6",
"brightWhite": "#F2F2F2"
},
{
"name": "Vintage",
"foreground": "#C0C0C0",
Expand Down

0 comments on commit 1caece7

Please sign in to comment.