Created
July 1, 2022 04:46
-
-
Save metehus/1108c5bb4b30764a7000a197a0f23ecc to your computer and use it in GitHub Desktop.
Netlify theme color scheme for windows terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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