Created
February 16, 2020 16:23
-
-
Save mgasparel/b72bd4afaff94ded2b06edaa81b8107c to your computer and use it in GitHub Desktop.
Shades of Purple 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": "#000000", | |
"black": "#000000", | |
"blue": "#6943ff", | |
"brightBlack": "#808080", | |
"brightBlue": "#0066ff", | |
"brightCyan": "#00ffff", | |
"brightGreen": "#33ff00", | |
"brightPurple": "#cc00ff", | |
"brightRed": "#ff0000", | |
"brightWhite": "#FFFFFF", | |
"brightYellow": "#ffff00", | |
"cyan": "#80fcff", | |
"foreground": "#A599E9", | |
"green": "#3ad900", | |
"name": "Shades of Purple Custom", | |
"purple": "#D33682", | |
"red": "#D90429", | |
"white": "#c7c7c7", | |
"yellow": "#FAD000" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment