Created
July 12, 2023 20:52
-
-
Save tiesmaster/6bd2baf0f840883413786a4f61a4accd to your computer and use it in GitHub Desktop.
Improved Solarized Dark for 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": "#002B36", | |
| "black": "#002B36", | |
| "blue": "#268BD2", | |
| "brightBlack": "#073642", | |
| "brightBlue": "#2A9AE8", | |
| "brightCyan": "#38D6CA", | |
| "brightGreen": "#1B9E00", | |
| "brightPurple": "#6C71C4", | |
| "brightRed": "#CB4B16", | |
| "brightWhite": "#FDF6E3", | |
| "brightYellow": "#E8B000", | |
| "cursorColor": "#FFFFFF", | |
| "cyan": "#2AA198", | |
| "foreground": "#839496", | |
| "green": "#859900", | |
| "name": "Solarized Dark", | |
| "purple": "#D33682", | |
| "red": "#DC322F", | |
| "selectionBackground": "#FFFFFF", | |
| "white": "#EEE8D5", | |
| "yellow": "#B58900" | |
| }, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment