Skip to content

Instantly share code, notes, and snippets.

@mattchenderson
Last active May 21, 2020 14:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattchenderson/541771da424e109750da5b6993dd1aa4 to your computer and use it in GitHub Desktop.
Save mattchenderson/541771da424e109750da5b6993dd1aa4 to your computer and use it in GitHub Desktop.
Windows Terminal color profile for official Azure Functions ASCII art branding. This is not a complete profile file. Happy #ServerlessSeptember
{
"profiles": [
{
"name": "FuncCampbell",
"yellow": "#fdbd0f",
"brightYellow": "#fcd116",
"cyan": "#3999c6",
"background": "#0C0C0C",
"black": "#0C0C0C",
"blue": "#0037DA",
"brightBlack": "#767676",
"brightBlue": "#3B78FF",
"brightCyan": "#61D6D6",
"brightGreen": "#16C60C",
"brightPurple": "#B4009E",
"brightRed": "#E74856",
"brightWhite": "#F2F2F2",
"foreground": "#F2F2F2",
"green": "#13A10E",
"purple": "#881798",
"red": "#C50F1F",
"white": "#CCCCCC"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment