Skip to content

Commit

Permalink
Merge pull request #1 from OperationCode/kellys_branch
Browse files Browse the repository at this point in the history
changes colors.js
  • Loading branch information
kylemh committed Oct 23, 2019
2 parents 002f6c6 + 228bb4e commit ef82d6c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions colors.js
@@ -1,12 +1,12 @@
module.exports = {
background: '#FFFFFF',
backgroundDark: '#f0e6f6',
background: '#F7F7F7',
backgroundDark: '#E2E2E2',

primary: '#7c37ad',
primaryLight: '#ae66df',
primaryDark: '#4b007d',
primary: '#3ED6F0',
primaryLight: '#71A2B6',
primaryDark: '#7C8483',

secondary: '#ff4081',
secondaryLight: '#ff79b0',
secondaryDark: '#c60055',
secondary: '#252E3E',
secondaryLight: '#C2D3CD',
secondaryDark: '#252E3E',
};

0 comments on commit ef82d6c

Please sign in to comment.