Files
DiceCloud/app/imports/ui/theme.js
2019-01-17 15:00:44 +02:00

12 lines
192 B
JavaScript

const theme = {
primary: "#424242",
secondary: "#E53935",
accent: "#B71C1C",
error: "#f44336",
warning: "#FFB300",
info: "#5C6BC0",
success: "#43A047",
};
export default theme;