-
-
Save MejanH/44a61b5e12f849ffd0148896e594bd45 to your computer and use it in GitHub Desktop.
I ported the SynthWave 84 color scheme to work in the Windows Terminal
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": "SynthWave 84", | |
"background": "#262335", | |
"foreground": "#ffffff", | |
"white": "#ffffff", | |
"brightWhite": "#ffffff", | |
"black": "#000000", | |
"brightBlack": "#888888", | |
"blue": "#03edf9", | |
"brightBlue": "#03edf9", | |
"brightCyan": "#03edf9", | |
"brightGreen": "#72f1b8", | |
"brightPurple": "#ff7edb", | |
"brightRed": "#fe4450", | |
"brightYellow": "#fede5d", | |
"cyan": "#03edf9", | |
"green": "#72f1b8", | |
"purple": "#ff7edb", | |
"red": "#fe4450", | |
"yellow": "#f97e72" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment