Last active
June 23, 2019 02:04
-
-
Save LibertyBeta/728720421be79ad033bb95d094167c60 to your computer and use it in GitHub Desktop.
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" : "#0C0C0C", | |
"black" : "#1D2021", | |
"blue" : "#83A598", | |
"brightBlack" : "#665C54", | |
"brightBlue" : "#BDAE93", | |
"brightCyan" : "#D65D0E", | |
"brightGreen" : "#3C3836", | |
"brightPurple" : "#EBDBB2", | |
"brightRed" : "#FE8019", | |
"brightWhite" : "#FBF1C7", | |
"brightYellow" : "#504945", | |
"cyan" : "#8EC07C", | |
"foreground" : "#F2F2F2", | |
"green" : "#B8BB26", | |
"name" : "Gruv Hard", | |
"purple" : "#D3869B", | |
"red" : "#FB4934", | |
"white" : "#D5C4A1", | |
"yellow" : "#FABD2F" | |
} |
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" : "#272822", | |
"black" : "#48483E", | |
"blue" : "#DC2566", | |
"brightBlack" : "#8FC029", | |
"brightBlue" : "#D4C96E", | |
"brightCyan" : "#55BCCE", | |
"brightGreen" : "#9358FE", | |
"brightPurple" : "#56B7A5", | |
"brightRed" : "#ACADA1", | |
"brightWhite" : "#76715E", | |
"brightYellow" : "#FA2772", | |
"cyan" : "#A7E22E", | |
"foreground" : "#F1EBEB", | |
"green" : "#E7DB75", | |
"name" : "Monokai", | |
"purple" : "#66D9EE", | |
"red" : "#AE82FF", | |
"white" : "#66EFD5", | |
"yellow" : "#CFD0C2" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment