first commit

This commit is contained in:
Sas Andy
2024-08-12 08:42:51 +07:00
parent 6deeec116e
commit 2051b6439d
82 changed files with 78274 additions and 0 deletions

18
login-coba/theme.js Normal file
View File

@@ -0,0 +1,18 @@
var CustomTheme = {
light: {
dark: false,
colors: {
primary: "#FFC107",
// primary: "#2196F3",
"primary-lighten": "#E3F2FD",
"primary-darken": "#0D47A1",
white: "#FFFFFF",
secondary: "#03a9f4",
accent: "#ff5722",
error: "#f44336",
warning: "#ff9800",
info: "#2196f3",
success: "#4caf50",
},
},
}