Skip to content

Instantly share code, notes, and snippets.

@tiesmaster
Created July 12, 2023 20:52
Show Gist options
  • Select an option

  • Save tiesmaster/6bd2baf0f840883413786a4f61a4accd to your computer and use it in GitHub Desktop.

Select an option

Save tiesmaster/6bd2baf0f840883413786a4f61a4accd to your computer and use it in GitHub Desktop.
Improved Solarized Dark for Windows Terminal
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#073642",
"brightBlue": "#2A9AE8",
"brightCyan": "#38D6CA",
"brightGreen": "#1B9E00",
"brightPurple": "#6C71C4",
"brightRed": "#CB4B16",
"brightWhite": "#FDF6E3",
"brightYellow": "#E8B000",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#839496",
"green": "#859900",
"name": "Solarized Dark",
"purple": "#D33682",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#EEE8D5",
"yellow": "#B58900"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment