Skip to content

Instantly share code, notes, and snippets.

@caseymullineaux
Last active December 2, 2019 00:42
Show Gist options
  • Save caseymullineaux/e176f9dd90362e856055a89e7f54e979 to your computer and use it in GitHub Desktop.
Save caseymullineaux/e176f9dd90362e856055a89e7f54e979 to your computer and use it in GitHub Desktop.
Customized Firewatch theme for Windows Terminal
{
"name": "Firewatch-Custom",
"black": "#585f6d",
"red": "#d95360",
"green": "#5ab977",
"yellow": "#d7df63",
"blue": "#1f63bd",
"purple": "#d55119",
"cyan": "#44a8b6",
"white": "#e6e5ff",
"brightBlack": "#585f6d",
"brightRed": "#d95360",
"brightGreen": "#5ab977",
"brightYellow": "#dddf63",
"brightBlue": "#4c89c5",
"brightPurple": "#d55119",
"brightCyan": "#44a8b6",
"brightWhite": "#e6e5ff",
"background": "#1e2027",
"foreground": "#9ba2b2"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment