Created
May 27, 2020 17:43
-
-
Save mikhailbot/91a43e1fbfdf1c53b34938a3384f6aff to your computer and use it in GitHub Desktop.
GitHub Dark for Windows Terminal
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
"schemes": [ | |
{ | |
"name" : "GitHub Dark", | |
"background" : "#24292e", | |
"black" : "#24292e", | |
"blue" : "#044289", | |
"cyan" : "#79b8ff", | |
"foreground" : "#fafbfc", | |
"green" : "#28a745", | |
"purple" : "#6f42c1", | |
"red" : "#cb2431", | |
"white" : "#f6f8fa", | |
"yellow" : "#ffd33d", | |
"brightBlack" : "#6a737d", | |
"brightBlue" : "#2188ff", | |
"brightCyan" : "#dbedff", | |
"brightGreen" : "#85e89d", | |
"brightPurple" : "#b392f0", | |
"brightRed" : "#f97583", | |
"brightWhite" : "#fafbfc", | |
"brightYellow" : "#ffea7f" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment