Thycotic Theme for Windows Terminal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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