Skip to content

Instantly share code, notes, and snippets.

@matsuu
Last active May 11, 2022 15:16
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 matsuu/d26a99913f76ccb855000a1ff8d71892 to your computer and use it in GitHub Desktop.
Save matsuu/d26a99913f76ccb855000a1ff8d71892 to your computer and use it in GitHub Desktop.
PaperColor Theme for Windows Terminal based on https://github.com/marhs/material-terminator
{
"name": "PaperColor Light",
"cursorColor": "#25C3DC",
"foreground": "#3c3c3b",
"background": "#eeeeee",
"black": "#2c2c2c",
"red": "#d7005f",
"green": "#718c00",
"yellow":"#ff8f01",
"blue": "#005f87",
"purple": "#6a1e9a",
"cyan": "#3e999f",
"white": "#f8f8f8",
"brightBlack": "#2c2c2c",
"brightRed": "#ef5251",
"brightGreen": "#90c94d",
"brightYellow": "#ffa000",
"brightBlue": "#4271ae",
"brightPurple": "#c774c1",
"brightCyan": "#3e999f",
"brightWhite": "#f5f5f5"
},
{
"name": "PaperColor Dark",
"cursorColor": "#25C3DC",
"foreground": "#f2f2f2",
"background": "#2e2e2d",
"black": "#2c2c2c",
"red": "#c62828",
"green": "#558b2e",
"yellow":"#f9a825",
"blue": "#1565c1",
"purple": "#6a1e9a",
"cyan": "#00838f",
"white": "#ffffff",
"brightBlack": "#969694",
"brightRed": "#f15250",
"brightGreen": "#86bd47",
"brightYellow": "#f8e63a",
"brightBlue": "#77b2f6",
"brightPurple": "#b963c8",
"brightCyan": "#25c3dc",
"brightWhite": "#ffffff"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment