Last active
August 1, 2023 04:14
-
-
Save ImOnALampshade/9d5aece200791dd3ab388a123d35fcf5 to your computer and use it in GitHub Desktop.
Monokai (Spectrum) Windows Terminal Theme
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
{ | |
"background": "#222222", | |
"black": "#191919", | |
"blue": "#525053", | |
"brightBlack": "#363537", | |
"brightBlue": "#8B888F", | |
"brightCyan": "#C5F2FA", | |
"brightGreen": "#CCE498", | |
"brightPurple": "#B2ACE2", | |
"brightRed": "#FF97BD", | |
"brightWhite": "#FFFFFF", | |
"brightYellow": "#FCE566", | |
"cursorColor": "#BAB6C0", | |
"cyan": "#5AD4E6", | |
"foreground": "#F7F1FF", | |
"green": "#7BD88F", | |
"name": "Monokai (Spectrum)", | |
"purple": "#948AE3", | |
"red": "#FC618D", | |
"selectionBackground": "#F7F1FF", | |
"white": "#F7F1FF", | |
"yellow": "#FD9353" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment