diff --git a/globalimages/logo.png b/globalimages/logo.png new file mode 100644 index 0000000..787be9f Binary files /dev/null and b/globalimages/logo.png differ diff --git a/globalscript/theme.js b/globalscript/theme.js new file mode 100644 index 0000000..cf1b61a --- /dev/null +++ b/globalscript/theme.js @@ -0,0 +1,23 @@ +var CustomTheme = { + light: { + dark: false, + colors: { + primary: "#2196F3", + "primary-lighten": "#E3F2FD", + "primary-darken": "#0D47A1", + secondary: "#FFC107", + "secondary-lighten": "#FFF8E1", + "secondary-darken": "#FF6F00", + error: "#F44336", + "error-lighten": "#FFEBEE", + "error-darken": "#B71C1C", + info: "#3F51B5", + "info-lighten": "#E8EAF6", + "info-darken": "#1A237E", + success: "#4CAF50", + "success-lighten": "#E8F5E9", + "success-darken": "#1B5E20", + white: "#FFFFFF", + }, + }, +} \ No newline at end of file