Skip to content

Instantly share code, notes, and snippets.

@MayMeow
Created November 30, 2022 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MayMeow/1e2ee6a54413d483431dcd7e602688b9 to your computer and use it in GitHub Desktop.
Save MayMeow/1e2ee6a54413d483431dcd7e602688b9 to your computer and use it in GitHub Desktop.
Shades of purple inspired theme
{
"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