Last active
July 15, 2021 13:49
-
-
Save xavierchanth/1d01985ad67ff296c3564afe87b8b877 to your computer and use it in GitHub Desktop.
Windows Terminal Arc+
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
| { | |
| "name": "VSCode", | |
| "background": "#21252b", | |
| "foreground": "#dfdfdf", | |
| "cursorColor": "#f8f8f0", | |
| "black": "#000000", | |
| "blue": "#2472c8", | |
| "cyan": "#11a8cd", | |
| "green": "#0dbc79", | |
| "purple": "#bc3fbc", | |
| "red": "#cd3131", | |
| "white": "#e5e5e5", | |
| "yellow": "#e5e510", | |
| "brightBlack": "#666666", | |
| "brightBlue": "#3b8eea", | |
| "brightCyan": "#29b8db", | |
| "brightGreen": "#23d18b", | |
| "brightPurple": "#d670d6", | |
| "brightRed": "#f14c4c", | |
| "brightWhite": "#e5e5e5", | |
| "brightYellow": "#f5f543", | |
| "selectionBackground": "#ffffff" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment