Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SHSharkar/ab1467dd55208692d17f823784b549dd to your computer and use it in GitHub Desktop.
Save SHSharkar/ab1467dd55208692d17f823784b549dd to your computer and use it in GitHub Desktop.
Shades of Purple Theme for Windows Terminal
{
"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