Skip to content

Instantly share code, notes, and snippets.

@jloow
Created January 25, 2020 19:01
Show Gist options
  • Save jloow/60dbc7dab2dd0031fe6eb5ebaee43df1 to your computer and use it in GitHub Desktop.
Save jloow/60dbc7dab2dd0031fe6eb5ebaee43df1 to your computer and use it in GitHub Desktop.
PaperColor theme for Windows Terminal
// Theme based on https://github.com/NLKNguyen/papercolor-theme
// Add the following under "schemes" in "profiles.json"
{
"name": "PaperColor",
"foreground": "#444444",
"background": "#eeeeee",
"black": "#1c1c1c",
"red": "#af0000",
"green": "#008700",
"yellow":"#d75f00",
"blue": "#005faf",
"purple": "#d70087",
"cyan": "#0087af",
"white": "#e4e4e4",
"brightBlack": "#1c1c1c",
"brightRed": "#af0000",
"brightGreen": "#008700",
"brightYellow": "#d75f00",
"brightBlue": "#005faf",
"brightPurple": "#d70087",
"brightCyan": "#0087af",
"brightWhite": "#e4e4e4"
}
// Under "profiles", add the following to the profile to use the theme:
// "colorSheme": "PaperColor"
// The recommended cursor color is #005faf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment