Character sheet toolbars now take on their character's color

This commit is contained in:
Stefan Zermatten
2019-01-09 14:40:31 +02:00
parent 76da2c8393
commit aa6d973ae1
4 changed files with 44 additions and 11 deletions

9
app/imports/ui/theme.js Normal file
View File

@@ -0,0 +1,9 @@
const theme = {
primary: "#424242",
secondary: "#E53935",
accent: "#B71C1C",
error: "#f44336",
warning: "#FFB300",
info: "#5C6BC0",
success: "#43A047",
};