merge eva repos into single repository
This commit is contained in:
commit
200dd620ae
52 changed files with 2281 additions and 0 deletions
23
frontend/src/style/theme.js
Normal file
23
frontend/src/style/theme.js
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
import { fade } from 'material-ui/utils/colorManipulator';
|
||||
import { spacing, colors } from 'material-ui/styles';
|
||||
|
||||
export default {
|
||||
spacing,
|
||||
fontFamily: 'Roboto, sans-serif',
|
||||
palette: {
|
||||
primary1Color: colors.grey900,
|
||||
primary2Color: colors.grey900,
|
||||
primary3Color: colors.grey600,
|
||||
accent1Color: colors.grey500,
|
||||
accent2Color: colors.grey500,
|
||||
accent3Color: colors.grey100,
|
||||
textColor: colors.fullWhite,
|
||||
secondaryTextColor: fade(colors.fullWhite, 0.7),
|
||||
alternateTextColor: '#303030',
|
||||
canvasColor: '#303030',
|
||||
borderColor: fade(colors.fullWhite, 0.3),
|
||||
disabledColor: fade(colors.fullWhite, 0.3),
|
||||
pickerHeaderColor: fade(colors.fullWhite, 0.12),
|
||||
clockCircleColor: fade(colors.fullWhite, 0.12),
|
||||
},
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue