Skip to content

Instantly share code, notes, and snippets.

@aikchun
Forked from chidea/settings.json
Last active May 27, 2023 06:54
Show Gist options
  • Save aikchun/3cb1f8bc9c5a906be3c3ccf1db2b212d to your computer and use it in GitHub Desktop.
Save aikchun/3cb1f8bc9c5a906be3c3ccf1db2b212d to your computer and use it in GitHub Desktop.
Seoul256 color scheme for Windows Terminal
{
"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