Last active
July 24, 2020 12:47
-
-
Save potatoqualitee/b82d78f11c0844440a0429eb211ccb5b to your computer and use it in GitHub Desktop.
retrowave 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
{ | |
// this theme created and commented for powershell | |
// based off of 1984 unbolded vs code theme | |
"name" : "retrowave", | |
// entire background | |
"background" : "#070825", | |
// default text | |
"foreground" : "#46BDFF", | |
//quoted values | |
"cyan" : "#df81fc", | |
// commands | |
"brightYellow" : "#ffffff", | |
// parameters | |
"brightBlack" : "#FF16B0", | |
// tokens like if, true, false | |
"brightGreen" : "#fcee54", | |
//comments | |
"green" : "#929292", | |
//errors | |
"brightRed" : "#f85353", | |
// attributes like ValueFromPipeline or :Whatever | |
"brightWhite" : "#ffffff", | |
// other or unknown | |
"blue" : "#46BDFF", | |
"brightBlue" : "#46BDFF", | |
"brightCyan" : "#ff901f", | |
"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