Created
October 1, 2023 14:29
-
-
Save SuperMatt/8d9ec9221fc6213467d9fa038e348d7f to your computer and use it in GitHub Desktop.
GitHub Dark Terminal Theme
This file contains 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": "#24292E", | |
"black": "#586069", | |
"blue": "#2188FF", | |
"brightBlack": "#959DA5", | |
"brightBlue": "#79B8FF", | |
"brightCyan": "#56D4DD", | |
"brightGreen": "#85E89D", | |
"brightPurple": "#B392F0", | |
"brightRed": "#F97583", | |
"brightWhite": "#FAFBFC", | |
"brightYellow": "#FFEA7F", | |
"cursorColor": "#79B8FF", | |
"cyan": "#39C5CF", | |
"foreground": "#D1D5DA", | |
"green": "#34D058", | |
"name": "GitHub Dark", | |
"purple": "#B392F0", | |
"red": "#EA4A5A", | |
"selectionBackground": "#FFFFFF", | |
"white": "#D1D5DA", | |
"yellow": "#FFEA7F" | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment