Created
June 25, 2025 14:33
-
-
Save chausen/afa162e24c470f553f57894e74206977 to your computer and use it in GitHub Desktop.
windows terminal sourcerer theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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