diff --git a/src/common/styles/theme.jsx b/src/common/styles/theme.jsx index 9d91fea7..4f7a40a1 100644 --- a/src/common/styles/theme.jsx +++ b/src/common/styles/theme.jsx @@ -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' }