Created
December 7, 2022 07:08
-
-
Save nicholastay/29861f3ae38ff68800b8ae77e11305a8 to your computer and use it in GitHub Desktop.
Tokyo Night (Night variant) - Windows Terminal
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": "#1A1B26", | |
"black": "#15161E", | |
"blue": "#7AA2F7", | |
"brightBlack": "#414868", | |
"brightBlue": "#7AA2F7", | |
"brightCyan": "#7DCFFF", | |
"brightGreen": "#9ECE6A", | |
"brightPurple": "#BB9AF7", | |
"brightRed": "#F7768E", | |
"brightWhite": "#C0CAF5", | |
"brightYellow": "#E0AF68", | |
"cursorColor": "#C0CAF5", | |
"cyan": "#7DCFFF", | |
"foreground": "#C0CAF5", | |
"green": "#9ECE6A", | |
"name": "Tokyo Night (Night)", | |
"purple": "#BB9AF7", | |
"red": "#F7768E", | |
"selectionBackground": "#C0CAF5", | |
"white": "#A9B1D6", | |
"yellow": "#E0AF68" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment