Browse Source

material colors

pull/1/head
Tim Glasgow 2 years ago
parent
commit
6596395544
  1. 30
      squarenotsquare/themes/Colors.js

30
squarenotsquare/themes/Colors.js

@ -0,0 +1,30 @@
export const material = {
dark: '#212121',
//200
blue200: '#90caf9',
//400
blue400: '#5c6bc0',
grey400: '#bdbdbd',
//600
grey600: '#757575',
//700
grey700: '#616161',
//800
amber800: '#ff8f00',
blue800: '#1565c0',
red800: '#c62828',
red800dark: '#7f0000',
grey800: '#424242',
grey800dark: '#1b1b1b',
green800: '#2e7d32',
}
export const fonts = {
dark: '#000000',
light: '#ffffff'
};
Loading…
Cancel
Save