diff --git a/squarenotsquare/themes/Colors.js b/squarenotsquare/themes/Colors.js index e69de29..e9a66d2 100644 --- a/squarenotsquare/themes/Colors.js +++ b/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' +}; \ No newline at end of file