Created
March 2, 2022 18:41
-
-
Save ascarter/ef26cf1342fcf57a39289c677f0f54f3 to your computer and use it in GitHub Desktop.
GitHub Dark Dimmed Windows terminal colors
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": "#2D333B", | |
"black": "#2D333B", | |
"blue": "#6CB6FF", | |
"brightBlack": "#768390", | |
"brightBlue": "#6CB6FF", | |
"brightCyan": "#96D0FF", | |
"brightGreen": "#8DDB8C", | |
"brightPurple": "#DCBDFB", | |
"brightRed": "#F47067", | |
"brightWhite": "#ADBAC7", | |
"brightYellow": "#F69D50", | |
"cursorColor": "#FFFFFF", | |
"cyan": "#96D0FF", | |
"foreground": "#adbac7", | |
"green": "#8DDB8C", | |
"name": "GitHub Dark Dimmed", | |
"purple": "#DCBDFB", | |
"red": "#F47067", | |
"selectionBackground": "#FFFFFF", | |
"white": "#ADBAC7", | |
"yellow": "#F69D50" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment