Skip to content

Instantly share code, notes, and snippets.

@metehus
Created July 1, 2022 04:46
Show Gist options
  • Save metehus/1108c5bb4b30764a7000a197a0f23ecc to your computer and use it in GitHub Desktop.
Save metehus/1108c5bb4b30764a7000a197a0f23ecc to your computer and use it in GitHub Desktop.
Netlify theme color scheme for windows terminal
{
"background": "#071113",
"black": "#212A35",
"blue": "#626AF7",
"brightBlack": "#6F7C88",
"brightBlue": "#8B94FF",
"brightCyan": "#78F0E6",
"brightGreen": "#CDECA1",
"brightPurple": "#F5A8E3",
"brightRed": "#FFA5A5",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFE98D",
"cursorColor": "#FFFFFF",
"cyan": "#2ACEC0",
"foreground": "#FFFFFF",
"green": "#A5D069",
"name": "Netlify",
"purple": "#DF76C7",
"red": "#F77373",
"selectionBackground": "#FFFFFF",
"white": "#E9ECEF",
"yellow": "#FFD050"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment