Created
January 2, 2020 20:03
-
-
Save PhEEP/f0de29566f3ac7b52bdef18f9db32243 to your computer and use it in GitHub Desktop.
Microsoft Terminal Cyberpunk Scheme in JSON format
This file contains hidden or 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
{ | |
"name": "Cyberpunk", | |
"black": "#000000", | |
"red": "#FF7092", | |
"green": "#00FBAC", | |
"yellow": "#FFFA6A", | |
"blue": "#00BFFF", | |
"purple": "#DF95FF", | |
"cyan": "#86CBFE", | |
"white": "#FFFFFF", | |
"brightBlack": "#555555", | |
"brightRed": "#FF8AA4", | |
"brightGreen": "#21F6BC", | |
"brightYellow": "#FFF787", | |
"brightBlue": "#1BCCFD", | |
"brightPurple": "#E6AEFE", | |
"brightCyan": "#99D6FC", | |
"brightWhite": "#FFFFFF", | |
"background": "#332A57", | |
"foreground": "#E5E5E5" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment