Skip to content

Instantly share code, notes, and snippets.

@z0ff
Last active November 22, 2023 16:35
Show Gist options
  • Save z0ff/0e42691b591266bc5a3d47c188784f6d to your computer and use it in GitHub Desktop.
Save z0ff/0e42691b591266bc5a3d47c188784f6d to your computer and use it in GitHub Desktop.
Solarized Dark (terminal.sexy) for Windows Terminal
{
"schemes":
[
{
"background": "#002B36",
"black": "#002B36",
"blue": "#268BD2",
"brightBlack": "#657B83",
"brightBlue": "#268BD2",
"brightCyan": "#2AA198",
"brightGreen": "#859900",
"brightPurple": "#6C71C4",
"brightRed": "#DC322F",
"brightWhite": "#FDF6E3",
"brightYellow": "#B58900",
"cursorColor": "#FFFFFF",
"cyan": "#2AA198",
"foreground": "#93A1A1",
"green": "#859900",
"name": "Solarized Dark (terminal.sexy)",
"purple": "#6C71C4",
"red": "#DC322F",
"selectionBackground": "#FFFFFF",
"white": "#93A1A1",
"yellow": "#B58900"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment