Skip to content

Instantly share code, notes, and snippets.

@MitchTalmadge
Last active October 27, 2021 08:18
Show Gist options
  • Save MitchTalmadge/b28986d10779ffaeae4543ac45b758ed to your computer and use it in GitHub Desktop.
Save MitchTalmadge/b28986d10779ffaeae4543ac45b758ed to your computer and use it in GitHub Desktop.
"Quiet Light" Windows Terminal Theme / Color Scheme
{
...
"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