Created
February 4, 2019 03:07
-
-
Save mcgrue/709992473f82d74a5940d8a3b0363fc7 to your computer and use it in GitHub Desktop.
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
| /* Primary, Tans */ | |
| #b69679 /* medium tan */ | |
| #7d5945 /* dark tan, "dark bezel"; Also used for 'inactive' text */ | |
| #ebebcb /* light tan, "light bezel"; Also used for highlight text */ | |
| /* Black */ | |
| #000000 /* Black. It's Black! (Form fields) */ | |
| /* Green */ | |
| #459a49 /* Medium Green, for text */ | |
| /* Yellow */ | |
| #ffff55 /* Yellow, for _more different_ text */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment