Skip to content

Instantly share code, notes, and snippets.

@JamesHagerman
Last active February 6, 2021 09:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JamesHagerman/41b2ebf16568d3150363b5b7890c3328 to your computer and use it in GitHub Desktop.
Save JamesHagerman/41b2ebf16568d3150363b5b7890c3328 to your computer and use it in GitHub Desktop.
{
"theme": "dark",
"profiles": [
{
"name": "Command Prompt",
"commandline": "cmd.exe",
"closeOnExit" : true,
"colorScheme" : "RetroAmber",
"cursorColor" : "#fc9505",
"cursorShape": "filledBox",
"fontSize" : 16,
"padding" : "5, 5, 5, 5",
"tabTitle" : "Command Prompt",
"fontFace": "PxPlus IBM VGA8",
"experimental.retroTerminalEffect": true
}
],
"schemes": [
{
"name": "RetroAmber",
"background": "#140b05",
"black": "#fc9505",
"blue": "#fc9505",
"brightBlack": "#fc9505",
"brightBlue": "#fc9505",
"brightCyan": "#fc9505",
"brightGreen": "#fc9505",
"brightPurple": "#fc9505",
"brightRed": "#fc9505",
"brightWhite": "#fc9505",
"brightYellow": "#fc9505",
"cyan": "#fc9505",
"foreground": "#fc9505",
"green": "#fc9505",
"purple": "#fc9505",
"red": "#fc9505",
"white": "#fc9505",
"yellow": "#fc9505"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment