Created
December 15, 2024 19:51
-
-
Save GameLord2011/8ba0d15086e127429354f9d54af4f9c3 to your computer and use it in GitHub Desktop.
True retro windows terminal theme
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": "#000000", | |
| "black": "#C5C5C5", | |
| "blue": "#C5C5C5", | |
| "brightBlack": "#C5C5C5", | |
| "brightBlue": "#C5C5C5", | |
| "brightCyan": "#C5C5C5", | |
| "brightGreen": "#C5C5C5", | |
| "brightPurple": "#C5C5C5", | |
| "brightRed": "#C5C5C5", | |
| "brightWhite": "#C5C5C5", | |
| "brightYellow": "#C5C5C5", | |
| "cursorColor": "#C5C5C5", | |
| "cyan": "#C5C5C5", | |
| "foreground": "#C5C5C5", | |
| "green": "#C5C5C5", | |
| "name": "True Vintage", | |
| "purple": "#C5C5C5", | |
| "red": "#C5C5C5", | |
| "selectionBackground": "#000000", | |
| "white": "#C5C5C5", | |
| "yellow": "#C5C5C5" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment