Skip to content

Instantly share code, notes, and snippets.

@potatoqualitee
Last active July 24, 2020 12:47
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save potatoqualitee/b82d78f11c0844440a0429eb211ccb5b to your computer and use it in GitHub Desktop.
Save potatoqualitee/b82d78f11c0844440a0429eb211ccb5b to your computer and use it in GitHub Desktop.
retrowave theme for windows terminal
{
// 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