Skip to content

Commit

Permalink
declare brand-{modifier} colours, allowing easier modification
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Nov 1, 2017
1 parent 7bc6eca commit 6488ad2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ $ npm run dev

Enjoy!

### Changing colours

If you want to change the default orange colour being used, update the `brand-{modifier}` values in your `tailwind.js` file.

### Screenshots

![Welcome](/screenshots/welcome.png)
Expand Down
8 changes: 8 additions & 0 deletions src/tailwind-stubs/tailwind.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ var colors = {
'pink-light': '#fa7ea8',
'pink-lighter': '#ffbbca',
'pink-lightest': '#ffebef',

'brand-darkest': '#542605',
'brand-darker': '#7f4012',
'brand-dark': '#de751f',
'brand': '#f6993f',
'brand-light': '#faad63',
'brand-lighter': '#fcd9b6',
'brand-lightest': '#fff5eb',
}

module.exports = {
Expand Down

0 comments on commit 6488ad2

Please sign in to comment.