Skip to content

Instantly share code, notes, and snippets.

@chidea
Created March 15, 2021 15:10
Show Gist options
  • Select an option

  • Save chidea/8beb6ea6ed0a9c4461788c6cfe38fc20 to your computer and use it in GitHub Desktop.

Select an option

Save chidea/8beb6ea6ed0a9c4461788c6cfe38fc20 to your computer and use it in GitHub Desktop.
Seoul256 color scheme for Windows Terminal
{
"schemes" :
[
{
"name" : "Seoul256",
"background" : "#3a3a3a",
"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",
},
]
}
@chidea

chidea commented Jul 5, 2026

Copy link
Copy Markdown
Author

Another version (converted by Gemini AI) :

{
            "name": "Seoul256",
            "cursorColor": "#BBBBBB",
            "selectionBackground": "#4E4E4E",
            "background": "#3A3A3A",
            "foreground": "#D0D0D0",
            "black": "#4E4E4E",
            "blue": "#87AFDF",
            "cyan": "#87AFAF",
            "green": "#87AF87",
            "purple": "#D7AFAF",
            "red": "#D78787",
            "white": "#D0D0D0",
            "yellow": "#D7D7AF",
            "brightBlack": "#626262",
            "brightBlue": "#AFD7FF",
            "brightCyan": "#AFD7D7",
            "brightGreen": "#AFAFA7",
            "brightPurple": "#FFD7FF",
            "brightRed": "#FFAFAF",
            "brightWhite": "#EEEEEE",
            "brightYellow": "#FFFFD7"
        }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment