aboutsummaryrefslogtreecommitdiff
path: root/modern/src/theme/palette.js
blob: 02261950f83f4531eae24ecb9ce42a50a5f83d0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export default {
  primary: {
    main: '#1a237e',
  },
  secondary: {
    main: '#4caf50',
    contrastText: '#ffffff',
  },
  colors: {
    white: '#ffffff',
    positive: '#4caf50',
    medium: '#ffa000',
    negative: '#f44336',
    neutral: '#9e9e9e',
  },
};