Last active
June 11, 2021 12:39
-
-
Save ccmywish/333fbb2f4e3188004ed0d968e3106d4c to your computer and use it in GitHub Desktop.
Windows Terminal Flat Remix Theme
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": "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