Files
DiceCloud/app/imports/ui/theme.js

12 lines
192 B
JavaScript

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