Skip to content

Instantly share code, notes, and snippets.

@hyunsikjeong
Created July 19, 2020 07:46
Show Gist options
  • Save hyunsikjeong/b4cc5ccdec74fecb45a392bf75f711bc to your computer and use it in GitHub Desktop.
Save hyunsikjeong/b4cc5ccdec74fecb45a392bf75f711bc to your computer and use it in GitHub Desktop.
XTerm-like color scheme on Windows Terminal
{
"name": "XTerm-like",
"cursorColor": "#ebebeb",
"selectionBackground": "#ffffff",
"background" : "#000000",
"foreground" : "#ebebeb",
"black" : "#000000",
"blue" : "#1e90f5",
"cyan" : "#00cdcd",
"green" : "#006400",
"purple" : "#bb00bb",
"red" : "#bb0000",
"white" : "#ebebeb",
"yellow" : "#c8af00",
"brightBlack" : "#555555",
"brightBlue" : "#50beff",
"brightCyan" : "#55ffff",
"brightGreen" : "#55ff55",
"brightPurple" : "#ff55ff",
"brightRed" : "#ff5555",
"brightWhite" : "#ffffff",
"brightYellow" : "#fff555"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment