global image & global script

This commit is contained in:
Sas Andy
2024-08-12 13:37:00 +07:00
parent 2051b6439d
commit a2aacdd47e
2 changed files with 23 additions and 0 deletions

BIN
globalimages/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

23
globalscript/theme.js Normal file
View 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",
},
},
}