Skip to content

Instantly share code, notes, and snippets.

@zeta709
Created February 2, 2022 13:22
Show Gist options
  • Save zeta709/366540f89735cd33a0edb5363486264b to your computer and use it in GitHub Desktop.
Save zeta709/366540f89735cd33a0edb5363486264b to your computer and use it in GitHub Desktop.
Windows Terminal Selenized color scheme
{
"name": "Selenized Dark",
"background": "#103c48",
"selectionBackground": "#325b66",
"foreground": "#adbcbc",
"cursorColor": "#cad8d9",
"black": "#174956",
"red": "#fa5750",
"green": "#75b938",
"yellow": "#dbb32d",
"blue": "#4695f7",
"purple": "#f275be",
"cyan": "#41c7b9",
"white": "#72898f",
"brightBlack": "#325b66",
"brightRed": "#ff665c",
"brightGreen": "#84c747",
"brightYellow": "#ebc13d",
"brightBlue": "#58a3ff",
"brightPurple": "#ff84cd",
"brightCyan": "#53d6c7",
"brightWhite": "#cad8d9"
},
{
"name": "Selenized Light",
"background": "#fbf3db",
"selectionBackground": "#cfcebe",
"foreground": "#53676d",
"cursorColor": "#3a4d53",
"black": "#e9e4d0",
"red": "#d2212d",
"green": "#489100",
"yellow": "#ad8900",
"blue": "#0072d4",
"purple": "#ca4898",
"cyan": "#009c8f",
"white": "#909995",
"brightBlack": "#cfcebe",
"brightRed": "#cc1729",
"brightGreen": "#428b00",
"brightYellow": "#a78300",
"brightBlue": "#006dce",
"brightPurple": "#c44392",
"brightCyan": "#00978a",
"brightWhite": "#3a4d53"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment