Last active
December 9, 2018 17:08
-
-
Save afgomez/6e7664bd1a8c68c2a3107ab7793a99e3 to your computer and use it in GitHub Desktop.
Pizarra color palette
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
{ | |
"black": "#040506", | |
// UI BGs | |
"grey1": "#08090b", | |
"grey2": "#101216", | |
"grey3": "#1c1f25", | |
// UI subtle | |
"grey4": "#3e424b", | |
// Comments | |
"grey5": "#64686f", | |
// Other | |
"teal-default": "#4DFFA5", | |
"teal-bright": "#9AFFCC", | |
"orange-default": "#D67133", | |
// Decorator | |
"gray-blue": "#94c5cc", | |
// Terminal | |
"black-default": "#040506", | |
"black-bright": "#646866", | |
"red-default": "#D64933", | |
"red-bright": "#DD8577", | |
"green-default": "#97D633", | |
"green-bright": "#B5DD77", | |
"yellow-default": "#D6B233", | |
"yellow-bright": "#DDC677", | |
"blue-default": "#4089b5", | |
"blue-bright": "#52afe8", | |
"magenta-default": "#D65191", | |
"magenta-bright": "#DD96B8", | |
"cyan-default": "#67EDFF", | |
"cyan-bright": "#B4F6FF", | |
"white-default": "#ebeced", | |
"white-bright": "#ffffff" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment