-
-
Save joaostack/278c4584e74b7a8d670db89e70a93f82 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