Created
November 30, 2022 14:06
-
-
Save MayMeow/1e2ee6a54413d483431dcd7e602688b9 to your computer and use it in GitHub Desktop.
Shades of purple inspired theme
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": "#15152B", | |
"black": "#000000", | |
"blue": "#6943FF", | |
"brightBlack": "#5C5C61", | |
"brightBlue": "#6871FF", | |
"brightCyan": "#79E8FB", | |
"brightGreen": "#43D426", | |
"brightPurple": "#FF628C", | |
"brightRed": "#F92A1C", | |
"brightWhite": "#CCCCCC", | |
"brightYellow": "#F1D000", | |
"cursorColor": "#FAD000", | |
"cyan": "#00C5C7", | |
"foreground": "#FFFFFF", | |
"green": "#3DB72A", | |
"name": "Shades of Purple", | |
"purple": "#FF2C70", | |
"red": "#D52822", | |
"selectionBackground": "#FFFFFF", | |
"white": "#A599E9", | |
"yellow": "#FAD000" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment