Character sheet toolbars now take on their character's color
This commit is contained in:
9
app/imports/ui/theme.js
Normal file
9
app/imports/ui/theme.js
Normal file
@@ -0,0 +1,9 @@
|
||||
const theme = {
|
||||
primary: "#424242",
|
||||
secondary: "#E53935",
|
||||
accent: "#B71C1C",
|
||||
error: "#f44336",
|
||||
warning: "#FFB300",
|
||||
info: "#5C6BC0",
|
||||
success: "#43A047",
|
||||
};
|
||||
Reference in New Issue
Block a user