Skip to content

Instantly share code, notes, and snippets.

@ccmywish
Last active June 11, 2021 12:39
Show Gist options
  • Save ccmywish/333fbb2f4e3188004ed0d968e3106d4c to your computer and use it in GitHub Desktop.
Save ccmywish/333fbb2f4e3188004ed0d968e3106d4c to your computer and use it in GitHub Desktop.
Windows Terminal Flat Remix Theme
{
"name": "Flat Remix",
"background": "#1F2229",
"foreground": "#FFFFFF",
//black and brightBlack are exchanged
"brightBlack": "#8C42AB",
"black": "#1F2229",
"brightRed": "#D41919",
"red": "#EC0101",
"brightGreen": "#5EBDAB",
"green": "#47D4B9",
"brightYellow": "#FEA44C",
"yellow": "#FF8A18",
"brightBlue": "#367bf0",
"blue": "#277FFF",
"brightPurple": "#BF2E5D",
"purple": "#D71655",
"brightCyan": "#49AEE6",
"cyan": "#05A1F7",
"brightWhite": "#E6E6E6",
"white": "#FFFFFF"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment