Last active
January 30, 2023 20:42
-
-
Save kallookoo/14005653bcb6d9b7e6b70a7f8fcf6807 to your computer and use it in GitHub Desktop.
Tomorrow Night scheme for Windows Terminal
This file contains 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
{ | |
"name": "Tomorrow Night", | |
"black": "#000000", | |
"red": "#cc6666", | |
"green": "#b5bd68", | |
"yellow": "#f0c674", | |
"blue": "#81a2be", | |
"purple": "#b294bb", | |
"cyan": "#8abeb7", | |
"white": "#ffffff", | |
"brightBlack": "#808080", // Black is not used to improve support in the Powershell. | |
"brightRed": "#cc6666", | |
"brightGreen": "#b5bd68", | |
"brightYellow": "#f0c674", | |
"brightBlue": "#81a2be", | |
"brightPurple": "#b294bb", | |
"brightCyan": "#8abeb7", | |
"brightWhite": "#ffffff", | |
"background": "#1d1f21", | |
"foreground": "#c5c8c6", | |
"selectionBackground": "#c5c8c6" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks:)