Skip to content
This repository has been archived by the owner on Jan 1, 2024. It is now read-only.

Commit

Permalink
fix(styles): make theme less complex
Browse files Browse the repository at this point in the history
fix(styles): make theme less complex
  • Loading branch information
Metnew committed Feb 18, 2018
1 parent a5600f4 commit 14ed15d
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions src/common/styles/theme.jsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
/**
* You know where to get a new material palette, right?:
* {@link https://www.materialpalette.com/}
*/
export default {
primaryColorDark: '#0e1319',
primaryColor: '#1b1e2f',
primaryColorLight: '#303747',
primaryColorText: '#FFFFFF',
accentColor: '#e2c7c0',
primaryTextColor: '#212121',
secondaryTextColor: '#757575',
dividerColor: '#BDBDBD'
white: '#FFF',
black: '#000',
navy: '#20222c'
}

0 comments on commit 14ed15d

Please sign in to comment.