Created
March 17, 2025 09:33
-
-
Save SHSharkar/ab1467dd55208692d17f823784b549dd to your computer and use it in GitHub Desktop.
Shades of Purple Theme for Windows Terminal
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
{ | |
"schemes": [ | |
{ | |
"name": "Shades of Purple", | |
"background": "#1E1E3F", | |
"foreground": "#A599E9", | |
"black": "#000000", | |
"red": "#FF628C", | |
"green": "#3AD900", | |
"yellow": "#FAD000", | |
"blue": "#9EFFFF", | |
"purple": "#B362FF", | |
"cyan": "#9EFFFF", | |
"white": "#FFFFFF", | |
"brightBlack": "#565656", | |
"brightRed": "#FF628C", | |
"brightGreen": "#A5FF90", | |
"brightYellow": "#FFEE80", | |
"brightBlue": "#9EFFFF", | |
"brightPurple": "#FB94FF", | |
"brightCyan": "#9EFFFF", | |
"brightWhite": "#FFFFFF", | |
"cursorColor": "#FAD000", | |
"selectionBackground": "#B362FF" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment