Created
September 25, 2020 22:20
-
-
Save kevinblumenfeld/902d520790a4a63e695e7e27be9baec5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"copyOnSelect": false, | |
"copyFormatting": false, | |
"profiles": { | |
"defaults": { | |
}, | |
"list": [ | |
{ | |
"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}", | |
"name": "Windows PowerShell", | |
"commandline": "powershell.exe", | |
"hidden": false, | |
"colorScheme": "Brogrammer" | |
}, | |
{ | |
"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}", | |
"name": "Command Prompt", | |
"commandline": "cmd.exe", | |
"hidden": false | |
}, | |
{ | |
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}", | |
"hidden": false, | |
"name": "PowerShell", | |
"source": "Windows.Terminal.PowershellCore" | |
}, | |
{ | |
"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}", | |
"hidden": false, | |
"name": "Azure Cloud Shell", | |
"source": "Windows.Terminal.Azure" | |
} | |
] | |
}, | |
"initialCols": 120, | |
"keybindings": [ | |
{ | |
"command": { | |
"action": "copy", | |
"singleLine": false | |
}, | |
"keys": "ctrl+c" | |
}, | |
{ | |
"command": "paste", | |
"keys": "ctrl+v" | |
}, | |
{ | |
"command": "find", | |
"keys": "ctrl+shift+f" | |
}, | |
{ | |
"command": { | |
"action": "splitPane", | |
"split": "auto", | |
"splitMode": "duplicate" | |
}, | |
"keys": "alt+shift+d" | |
} | |
], | |
"schemes": [ | |
{ | |
"name": "midnight-in-mojave", | |
"black": "#1e1e1e", | |
"red": "#ff453a", | |
"green": "#32d74b", | |
"yellow": "#ffd60a", | |
"blue": "#0a84ff", | |
"purple": "#bf5af2", | |
"cyan": "#5ac8fa", | |
"white": "#ffffff", | |
"brightBlack": "#1e1e1e", | |
"brightRed": "#ff453a", | |
"brightGreen": "#32d74b", | |
"brightYellow": "#ffd60a", | |
"brightBlue": "#0a84ff", | |
"brightPurple": "#bf5af2", | |
"brightCyan": "#5ac8fa", | |
"brightWhite": "#ffffff", | |
"background": "#1e1e1e", | |
"foreground": "#ffffff" | |
}, | |
{ | |
"name": "Material", | |
"black": "#212121", | |
"red": "#b7141f", | |
"green": "#457b24", | |
"yellow": "#f6981e", | |
"blue": "#134eb2", | |
"purple": "#560088", | |
"cyan": "#0e717c", | |
"white": "#efefef", | |
"brightBlack": "#424242", | |
"brightRed": "#e83b3f", | |
"brightGreen": "#7aba3a", | |
"brightYellow": "#ffea2e", | |
"brightBlue": "#54a4f3", | |
"brightPurple": "#aa4dbc", | |
"brightCyan": "#26bbd1", | |
"brightWhite": "#d9d9d9", | |
"background": "#eaeaea", | |
"foreground": "#232322" | |
}, | |
{ | |
"name": "Lavandula", | |
"black": "#230046", | |
"red": "#7d1625", | |
"green": "#337e6f", | |
"yellow": "#7f6f49", | |
"blue": "#4f4a7f", | |
"purple": "#5a3f7f", | |
"cyan": "#58777f", | |
"white": "#736e7d", | |
"brightBlack": "#372d46", | |
"brightRed": "#e05167", | |
"brightGreen": "#52e0c4", | |
"brightYellow": "#e0c386", | |
"brightBlue": "#8e87e0", | |
"brightPurple": "#a776e0", | |
"brightCyan": "#9ad4e0", | |
"brightWhite": "#8c91fa", | |
"background": "#050014", | |
"foreground": "#736e7d" | |
}, | |
{ | |
"name": "LiquidCarbonTransparent", | |
"black": "#000000", | |
"red": "#ff3030", | |
"green": "#559a70", | |
"yellow": "#ccac00", | |
"blue": "#0099cc", | |
"purple": "#cc69c8", | |
"cyan": "#7ac4cc", | |
"white": "#bccccc", | |
"brightBlack": "#000000", | |
"brightRed": "#ff3030", | |
"brightGreen": "#559a70", | |
"brightYellow": "#ccac00", | |
"brightBlue": "#0099cc", | |
"brightPurple": "#cc69c8", | |
"brightCyan": "#7ac4cc", | |
"brightWhite": "#bccccc", | |
"background": "#000000", | |
"foreground": "#afc2c2" | |
}, | |
{ | |
"name": "Dark+", | |
"black": "#000000", | |
"red": "#cd3131", | |
"green": "#0dbc79", | |
"yellow": "#e5e510", | |
"blue": "#2472c8", | |
"purple": "#bc3fbc", | |
"cyan": "#11a8cd", | |
"white": "#e5e5e5", | |
"brightBlack": "#666666", | |
"brightRed": "#f14c4c", | |
"brightGreen": "#23d18b", | |
"brightYellow": "#f5f543", | |
"brightBlue": "#3b8eea", | |
"brightPurple": "#d670d6", | |
"brightCyan": "#29b8db", | |
"brightWhite": "#e5e5e5", | |
"background": "#0e0e0e", | |
"foreground": "#cccccc" | |
}, | |
{ | |
"name": "Brogrammer", | |
"black": "#1f1f1f", | |
"red": "#f81118", | |
"green": "#2dc55e", | |
"yellow": "#ecba0f", | |
"blue": "#2a84d2", | |
"purple": "#4e5ab7", | |
"cyan": "#1081d6", | |
"white": "#d6dbe5", | |
"brightBlack": "#d6dbe5", | |
"brightRed": "#de352e", | |
"brightGreen": "#1dd361", | |
"brightYellow": "#f3bd09", | |
"brightBlue": "#1081d6", | |
"brightPurple": "#5350b9", | |
"brightCyan": "#0f7ddb", | |
"brightWhite": "#ffffff", | |
"background": "#131313", | |
"foreground": "#d6dbe5" | |
}, | |
{ | |
"name": "Blue Matrix", | |
"black": "#101116", | |
"red": "#ff5680", | |
"green": "#00ff9c", | |
"yellow": "#fffc58", | |
"blue": "#00b0ff", | |
"purple": "#d57bff", | |
"cyan": "#76c1ff", | |
"white": "#c7c7c7", | |
"brightBlack": "#686868", | |
"brightRed": "#ff6e67", | |
"brightGreen": "#5ffa68", | |
"brightYellow": "#fffc67", | |
"brightBlue": "#6871ff", | |
"brightPurple": "#d682ec", | |
"brightCyan": "#60fdff", | |
"brightWhite": "#ffffff", | |
"background": "#101116", | |
"foreground": "#00a2ff" | |
}, | |
{ | |
"name": "BlueMatrix", | |
"black": "#010101", | |
"red": "#dd0000", | |
"green": "#00dd00", | |
"yellow": "#dddd00", | |
"blue": "#0000dd", | |
"cyan": "#00dddd", | |
"purple": "#dd00dd", | |
"white": "#efefef", | |
"brightRed": "#ff0000", | |
"brightGreen": "#00ff00", | |
"brightYellow": "#ffff00", | |
"brightBlue": "#0000ff", | |
"brightPurple": "#ff00ff", | |
"brightCyan": "#00ffff", | |
"brightWhite": "#ffffff", | |
"brightBlack": "#0d0d0d", | |
"foreground": "#fefefe", | |
"background": "#012456" | |
}, | |
{ | |
"name": "AdventureTime", | |
"black": "#050404", | |
"red": "#bd0013", | |
"green": "#4ab118", | |
"yellow": "#e7741e", | |
"blue": "#0f4ac6", | |
"purple": "#665993", | |
"cyan": "#70a598", | |
"white": "#f8dcc0", | |
"brightBlack": "#4e7cbf", | |
"brightRed": "#fc5f5a", | |
"brightGreen": "#9eff6e", | |
"brightYellow": "#efc11a", | |
"brightBlue": "#1997c6", | |
"brightPurple": "#9b5953", | |
"brightCyan": "#c8faf4", | |
"brightWhite": "#f6f5fb", | |
"background": "#1f1d45", | |
"foreground": "#f8dcc0" | |
}, | |
{ | |
"name": "Jackie Brown", | |
"black": "#2c1d16", | |
"red": "#ef5734", | |
"green": "#2baf2b", | |
"yellow": "#bebf00", | |
"blue": "#246eb2", | |
"purple": "#d05ec1", | |
"cyan": "#00acee", | |
"white": "#bfbfbf", | |
"brightBlack": "#666666", | |
"brightRed": "#e50000", | |
"brightGreen": "#86a93e", | |
"brightYellow": "#e5e500", | |
"brightBlue": "#0000ff", | |
"brightPurple": "#e500e5", | |
"brightCyan": "#00e5e5", | |
"brightWhite": "#e5e5e5", | |
"background": "#2c1d16", | |
"foreground": "#ffcc2f" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment