-
-
Save aikchun/3cb1f8bc9c5a906be3c3ccf1db2b212d to your computer and use it in GitHub Desktop.
Seoul256 color scheme for Windows Terminal
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
{ | |
"schemes" : | |
[ | |
{ | |
"name" : "Seoul256", | |
"background" : "#545454", | |
"foreground" : "#d0d0d0", | |
"cursorColor" : "#d0d0d0", | |
"brightBlack" : "#626262", | |
"brightRed" : "#d68787", | |
"brightGreen" : "#87af87", | |
"brightYellow" : "#ffd787", | |
"brightBlue" : "#add4fb", | |
"brightPurple" : "#ffafaf", | |
"brightCyan" : "#87d7d7", | |
"brightWhite" : "#e4e4e4", | |
"black" : "#4e4e4e", | |
"red" : "#d75f87", | |
"green" : "#5f865f", | |
"yellow" : "#d8af5f", | |
"blue" : "#85add4", | |
"purple" : "#d7afaf", | |
"cyan" : "#87afaf", | |
"white" : "#d0d0d0", | |
}, | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment