Skip to content

Instantly share code, notes, and snippets.

@artiga033
Created October 30, 2024 07:06
Show Gist options
  • Save artiga033/58e9102782d9a196a5e04d60bea73d2a to your computer and use it in GitHub Desktop.
Save artiga033/58e9102782d9a196a5e04d60bea73d2a to your computer and use it in GitHub Desktop.
windows terminal color_schema
{
"background": "#3c445e",
"black": "#000000",
"blue": "#6677cc",
"brightBlack": "#cccccc",
"brightBlue": "#6eb4ff",
"brightCyan": "#c0ffff",
"brightGreen": "#77dd77",
"brightPurple": "#FE33FF",
"brightRed": "#FF8899",
"brightWhite": "#FFFFFF",
"brightYellow": "#FFEE22",
"cursorColor": "#FFFFFF",
"cyan": "#00eee0",
"foreground": "#DDAACC",
"green": "#BBDD22",
"name": "artiga.brand_new.dark",
"purple": "#cc55CC",
"red": "#FF3C3C",
"selectionBackground": "#ee7744",
"white": "#FFFFFF",
"yellow": "#fabd36"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment