Skip to content

Instantly share code, notes, and snippets.

@yeahnoob
Last active August 29, 2021 15:01
Show Gist options
  • Save yeahnoob/a046478779ed28e49ded64556814bde6 to your computer and use it in GitHub Desktop.
Save yeahnoob/a046478779ed28e49ded64556814bde6 to your computer and use it in GitHub Desktop.
color schems "Gruvbox Night" and "PaperColor Light" in Window Terminal Preview
{
"schemes":
[
{
"background": "#32302F",
"black": "#32302F",
"blue": "#5CAEA8",
"brightBlack": "#75715E",
"brightBlue": "#66C2C2",
"brightCyan": "#009999",
"brightGreen": "#A6E22E",
"brightPurple": "#AE81FF",
"brightRed": "#F92672",
"brightWhite": "#F8F8F2",
"brightYellow": "#E6DB74",
"cursorColor": "#FFFFFF",
"cyan": "#9CC6AF",
"foreground": "#EBDBA6",
"green": "#689D6A",
"name": "Gruvbox Night",
"purple": "#D3869B",
"red": "#E55989",
"selectionBackground": "#FFFFFF",
"white": "#EBDBB2",
"yellow": "#E6DB74"
},
{
"background": "#EEEEEE",
"black": "#444444",
"blue": "#005FAF",
"brightBlack": "#878787",
"brightBlue": "#0087AF",
"brightCyan": "#005F87",
"brightGreen": "#5F8700",
"brightPurple": "#D70087",
"brightRed": "#D70000",
"brightWhite": "#0087AF",
"brightYellow": "#D75F00",
"cursorColor": "#005F87",
"cyan": "#005F87",
"foreground": "#444444",
"green": "#008700",
"name": "PaperColor Light",
"purple": "#8700AF",
"red": "#AF0000",
"selectionBackground": "#0087AF",
"white": "#EEEEEE",
"yellow": "#D75F00"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment