Skip to content

Instantly share code, notes, and snippets.

@liuyigh
Created May 31, 2023 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save liuyigh/074ad0fe3ad6625ed206e9eaa2012acf to your computer and use it in GitHub Desktop.
Save liuyigh/074ad0fe3ad6625ed206e9eaa2012acf to your computer and use it in GitHub Desktop.
Solarized Dark High Contrast color theme for Windows Terminal
{
"background": "#001e27",
"black": "#002831",
"blue": "#2176c7",
"brightBlack": "#006488",
"brightBlue": "#178ec8",
"brightCyan": "#00b39e",
"brightGreen": "#51ef84",
"brightPurple": "#e24d8e",
"brightRed": "#f5163b",
"brightWhite": "#fcf4dc",
"brightYellow": "#b27e28",
"cursorColor": "#f34b00",
"cyan": "#259286",
"foreground": "#9cc2c3",
"green": "#6cbe6c",
"name": "Solarized HC",
"purple": "#c61c6f",
"red": "#d11c24",
"selectionBackground": "#003748",
"white": "#eae3cb",
"yellow": "#a57706"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment