Skip to content

Instantly share code, notes, and snippets.

@chausen
Created June 25, 2025 14:33
Show Gist options
  • Save chausen/afa162e24c470f553f57894e74206977 to your computer and use it in GitHub Desktop.
Save chausen/afa162e24c470f553f57894e74206977 to your computer and use it in GitHub Desktop.
windows terminal sourcerer theme
{
"background": "#171717",
"black": "#000000",
"blue": "#6688AA",
"brightBlack": "#222222",
"brightBlue": "#90B0D1",
"brightCyan": "#87CEEB",
"brightGreen": "#B1D631",
"brightPurple": "#8181A6",
"brightRed": "#FF6A6A",
"brightWhite": "#FAF4C6",
"brightYellow": "#87875F",
"cursorColor": "#C1CDC1",
"cyan": "#528B8B",
"foreground": "#C1CDC1",
"green": "#719611",
"name": "sourcerer",
"purple": "#8F6F8F",
"red": "#AA4450",
"selectionBackground": "#656565",
"white": "#C1CDC1",
"yellow": "#FF9800"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment