Skip to content

Instantly share code, notes, and snippets.

@fedfigca
Created September 22, 2019 00:40
Show Gist options
  • Save fedfigca/98304a030040d6cf1969eb514223577d to your computer and use it in GitHub Desktop.
Save fedfigca/98304a030040d6cf1969eb514223577d to your computer and use it in GitHub Desktop.
Thanatos color theme for Microsoft Terminal
{
"schemes" :
[
{
"name": "Thanatos",
"background" : "#1a2b3c",
"black" : "#040404",
"blue" : "#062f4a",
"brightBlack" : "#3c3c3c",
"brightBlue" : "#7799ba",
"brightCyan" : "#008486",
"brightGreen" : "#0099ad",
"brightPurple" : "#928ba6",
"brightRed" : "#ce4458",
"brightWhite" : "#fef8ec",
"brightYellow" : "#d8cb32",
"cyan" : "#008486",
"foreground" : "#e09887",
"green" : "#0099ad",
"purple" : "#928ba6",
"red" : "#d47186",
"white" : "#fef8ec",
"yellow" : "#d8cb32"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment