Skip to content

Instantly share code, notes, and snippets.

@oxUnd
Created April 5, 2020 04:12
Show Gist options
  • Save oxUnd/62278b9c16c2b400d84c738a59be8e72 to your computer and use it in GitHub Desktop.
Save oxUnd/62278b9c16c2b400d84c738a59be8e72 to your computer and use it in GitHub Desktop.
windows terminal color schemes
// Add custom color schemes to this array
// http://ciembor.github.io/4bit/#
{
"schemes": [
{
"name": "Dracula",
"background": "#282A36",
"black": "#21222C",
"blue": "#BD93F9",
"brightBlack": "#6272A4",
"brightBlue": "#D6ACFF",
"brightCyan": "#A4FFFF",
"brightGreen": "#69FF94",
"brightPurple": "#FF92DF",
"brightRed": "#FF6E6E",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFFFA5",
"cyan": "#8BE9FD",
"foreground": "#F8F8F2",
"green": "#50FA7B",
"purple": "#FF79C6",
"red": "#FF5555",
"white": "#F8F8F2",
"yellow": "#F1FA8C"
},
{
"name": "4bit-my",
"background": "#0d1926",
"black": "#000000",
"blue": "#7a7ab8",
"brightBlack": "#262626",
"brightBlue": "#bdbddb",
"brightCyan": "#bddbdb",
"brightGreen": "#bddbbd",
"brightPurple": "#bddbbd",
"brightRed": "#dbbdbd",
"brightWhite": "#ffffff",
"brightYellow": "#dbdbbd",
"cyan": "#7ab8b8",
"foreground": "#d9e6f2",
"green": "#7ab87a",
"purple": "#b87ab8",
"red": "#b87a7a",
"white": "#d9d9d9",
"yellow": "#b8b87a"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment