Last active
October 27, 2021 08:18
-
-
Save MitchTalmadge/b28986d10779ffaeae4543ac45b758ed to your computer and use it in GitHub Desktop.
"Quiet Light" Windows Terminal Theme / Color Scheme
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
{ | |
... | |
"profiles": { | |
"defaults": { | |
"colorScheme": "Quiet Light" | |
} | |
}, | |
... | |
"schemes": [ | |
{ | |
"name": "Quiet Light", | |
"foreground": "#705697", | |
"background": "#F5F5F5", | |
"cursorColor": "#705697", | |
"selectionBackground": "#FFFFFF", | |
"black": "#000000", | |
"blue": "#2472C8", | |
"cyan": "#0FA8CD", | |
"green": "#448C27", | |
"purple": "#BC3FBC", | |
"red": "#AA3731", | |
"white": "#666666", | |
"yellow": "#DAAA01", | |
"brightBlack": "#666666", | |
"brightBlue": "#2472C8", | |
"brightCyan": "#0FA8CD", | |
"brightGreen": "#70a55b", | |
"brightPurple": "#BC3FBC", | |
"brightRed": "#CD3131", | |
"brightWhite": "#777777", | |
"brightYellow": "#DAAA01" | |
}, | |
], | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment