global image & global script
This commit is contained in:
BIN
globalimages/logo.png
Normal file
BIN
globalimages/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
23
globalscript/theme.js
Normal file
23
globalscript/theme.js
Normal file
@@ -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",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user