-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d544f61
commit 37b6ebd
Showing
5 changed files
with
28 additions
and
36 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,18 @@ | ||
const colors = { | ||
// Primary colors | ||
// Colors | ||
gwnOrange: '#EB563B', | ||
lilac: '#B49BC6', | ||
lime: '#ACC073', | ||
melanin: '#703929', | ||
citrus: '#E66E3F', | ||
moss: '5A7906', | ||
|
||
// Text colors | ||
textPrimary: '#000000', // black | ||
textSecondary: '#484848', // gray for subtitles | ||
textGrey: '#A7A5A5', | ||
|
||
// Surface colors -- used for backgrounds | ||
darkGrey: '#D9D9D9', | ||
lightGrey: '#F9F9F9', | ||
white: '#FEFEFA', | ||
|
||
// Shadow colors | ||
shadowDark: '#000000', // black | ||
|
||
// Extra icon colors | ||
iconDark: '#231F20', // dark grey | ||
// Neutrals | ||
black: '#000000', | ||
fadedBlack: '#2D2D2D', | ||
white: '#FBFBFB', | ||
grey: '#A7A5A5', | ||
darkGrey: '#797979', | ||
}; | ||
|
||
export default colors; |
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