Created
April 14, 2024 04:03
-
-
Save jakerieger/269b5982c2e92207b223b1e2fd98b39b to your computer and use it in GitHub Desktop.
Tokyo Night Windows Terminal 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
{ | |
"background": "#24283B", | |
"black": "#414868", | |
"blue": "#7AA2F7", | |
"brightBlack": "#565F89", | |
"brightBlue": "#448CFF", | |
"brightCyan": "#4AD4FF", | |
"brightGreen": "#87FFEC", | |
"brightPurple": "#9F6DFF", | |
"brightRed": "#F76373", | |
"brightWhite": "#D6DEFF", | |
"brightYellow": "#FFC776", | |
"cursorColor": "#C0CAF5", | |
"cyan": "#7DCFFF", | |
"foreground": "#A9B1D6", | |
"green": "#73DACA", | |
"name": "Tokyo Night Storm", | |
"purple": "#BB9AF7", | |
"red": "#F7768E", | |
"selectionBackground": "#414868", | |
"white": "#C0CAF5", | |
"yellow": "#E0AF68" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment