Created
August 6, 2021 15:40
-
-
Save tsuu32/d5daa4a763b10c9bfc7c13461175c488 to your computer and use it in GitHub Desktop.
Windows Terminal color scheme ported from iTerm2 Material Design
This file contains hidden or 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
{ | |
"background": "#263238", | |
"black": "#546E7A", | |
"blue": "#40C4FF", | |
"brightBlack": "#B0BEC5", | |
"brightBlue": "#80D8FF", | |
"brightCyan": "#A7FDEB", | |
"brightGreen": "#B9F6CA", | |
"brightPurple": "#FF80AB", | |
"brightRed": "#FF8A80", | |
"brightWhite": "#FFFFFF", | |
"brightYellow": "#FFE57F", | |
"cursorColor": "#FFFFFF", | |
"cyan": "#64FCDA", | |
"foreground": "#ECEFF1", | |
"green": "#5CF19E", | |
"name": "iTerm2 Material Design", | |
"purple": "#FF4081", | |
"red": "#FF5252", | |
"selectionBackground": "#607D8B", | |
"white": "#FFFFFF", | |
"yellow": "#FFD740" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment