Skip to content

Instantly share code, notes, and snippets.

@masala-man
Last active July 30, 2021 14:09
Show Gist options
  • Save masala-man/6d13c2ec2f932206f400bcf886e86a0d to your computer and use it in GitHub Desktop.
Save masala-man/6d13c2ec2f932206f400bcf886e86a0d to your computer and use it in GitHub Desktop.
base16-snazzy colours for Windows Terminal
"schemes": [
{
"name" : "Snazzy",
"cursorColor": "#97979b",
"selectionBackground": "#f1f1f0",
"background" : "#282a36",
"foreground" : "#eff0eb",
"black" : "#282a36",
"blue" : "#57c7ff",
"cyan" : "#9aedfe",
"green" : "#5af78e",
"purple" : "#ff6ac1",
"red" : "#ff5c57",
"white" : "#f1f1f0",
"yellow" : "#f3f99d",
"brightBlack" : "#282a36",
"brightBlue" : "#57c7ff",
"brightCyan" : "#9aedfe",
"brightGreen" : "#5af78e",
"brightPurple" : "#ff6ac1",
"brightRed" : "#ff5c57",
"brightWhite" : "#f1f1f0",
"brightYellow" : "#f3f99d"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment