Created
May 21, 2019 20:44
-
-
Save timheuer/e2d15cc01949fedc5764d30d1a0354ae to your computer and use it in GitHub Desktop.
custom-scheme
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": "TimCustom", | |
"foreground": "#EEEEEC", | |
"background": "#555753", | |
"black": "#555753", | |
"red": "#3465A4", | |
"green": "#4E9A06", | |
"yellow": "#C4A000", | |
"blue": "#3465A4", | |
"purple": "#75507B", | |
"cyan": "#C4A000", | |
"white": "#D3D7CF", | |
"brightBlack": "#555753", | |
"brightRed": "#729FCF", | |
"brightGreen": "#8AE234", | |
"brightYellow": "#34E2E2", | |
"brightBlue": "#EF2929", | |
"brightPurple": "#AD7FA8", | |
"brightCyan": "#FCE94F", | |
"brightWhite": "#EEEEEC" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment