Skip to content

Instantly share code, notes, and snippets.

@wsmelton
Created September 22, 2020 23:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wsmelton/c33e03dc123c96e7914d84a84db69abf to your computer and use it in GitHub Desktop.
Save wsmelton/c33e03dc123c96e7914d84a84db69abf to your computer and use it in GitHub Desktop.
Thycotic Theme for Windows Terminal
{
"name": "thycotic",
// entire background
"background": "#081F2C",
// default text
"foreground": "#B3D565",
//quoted values
"cyan": "#3CC4E5",
// commands
"brightYellow": "#80BB01",
// parameters
"brightBlack": "#CDE29A",
// tokens like if, true, false
"brightGreen": "#D7EEEE",
//comments
"green": "#949CA3",
//errors
"brightRed": "#E75955",
// attributes like ValueFromPipeline or :Whatever
"brightWhite": "#C8CCD0",
// other or unknown
"blue": "#E5F0CC",
"brightBlue": "#96D9ED",
"brightCyan": "#F5DD8E",
"brightPurple": "#FF92DF",
"purple": "#FF92DF",
"red": "#FF16B0",
"white": "#FFFFFF",
"black": "#181A1F",
"yellow": "#fcee54"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment