Skip to content

Instantly share code, notes, and snippets.

@stevenfollis
Created June 27, 2019 13:16
Show Gist options
  • Save stevenfollis/ddd6cd0f50b95f0cff70d6c8105276ac to your computer and use it in GitHub Desktop.
Save stevenfollis/ddd6cd0f50b95f0cff70d6c8105276ac to your computer and use it in GitHub Desktop.
Windows Terminal Panda Syntax Theme
{
...
"schemes" :
[
...
{
"background" : "#292A2B",
"black" : "#292A2B",
"blue" : "#45A9F9",
"brightBlack" : "#002B36",
"brightBlue" : "#6FC1FF",
"brightCyan" : "#6FC1FF",
"brightGreen" : "#19F9D8",
"brightPurple" : "#B084EB",
"brightRed" : "#FF2C6D",
"brightWhite" : "#FFFFFF",
"brightYellow" : "#FFCC95",
"cyan" : "#6FC1FF",
"foreground" : "#E6E6E6",
"green" : "#19F9D8",
"name" : "Panda",
"purple" : "#B084EB",
"red" : "#FF2C6D",
"white" : "#E6E6E6",
"yellow" : "#FFB86C"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment