Skip to content

Instantly share code, notes, and snippets.

@Alveel
Created April 18, 2021 23:54
Show Gist options
  • Save Alveel/83733f09ac44537e2e88e703a6c84b92 to your computer and use it in GitHub Desktop.
Save Alveel/83733f09ac44537e2e88e703a6c84b92 to your computer and use it in GitHub Desktop.
Windows Terminal theme for Solarized Dark Higher Contrast
{
// Source: https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/windowsterminal/Solarized%20Dark%20Higher%20Contrast.json
"name": "Solarized Dark Higher Contrast",
"black": "#002831",
"red": "#d11c24",
"green": "#6cbe6c",
"yellow": "#a57706",
"blue": "#2176c7",
"purple": "#c61c6f",
"cyan": "#259286",
"white": "#eae3cb",
"brightBlack": "#006488",
"brightRed": "#f5163b",
"brightGreen": "#51ef84",
"brightYellow": "#b27e28",
"brightBlue": "#178ec8",
"brightPurple": "#e24d8e",
"brightCyan": "#00b39e",
"brightWhite": "#fcf4dc",
"background": "#001e27",
"foreground": "#9cc2c3"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment