make themes more distict
This commit is contained in:
@@ -3,29 +3,12 @@
|
||||
"name": "Einhorn-Mathe",
|
||||
"icon": "🦄",
|
||||
"description": "Magische Mathematik mit Einhörnern und Regenbögen",
|
||||
"theme": {
|
||||
"--theme-bg": "#2d1b69",
|
||||
"--theme-bg-mid": "#4a1a8a",
|
||||
"--theme-bg-light": "#6b35b5",
|
||||
"--theme-bg-hover": "#7d42cc",
|
||||
"--theme-text": "#fce4ff",
|
||||
"--theme-muted": "#c4a0dc",
|
||||
"--theme-muted-light": "#dfc4f0",
|
||||
"--theme-accent": "#ff69b4",
|
||||
"--theme-accent-hover": "#e91e8c",
|
||||
"--theme-content-bg": "#fef0ff",
|
||||
"--theme-card-bg": "#fce8ff",
|
||||
"--theme-card-radius": "16px",
|
||||
"--theme-ui-radius": "12px",
|
||||
"--theme-card-shadow": "0 6px 24px rgba(255,105,180,0.18)",
|
||||
"--theme-font": "'Trebuchet MS', sans-serif",
|
||||
"--theme-text-transform": "none",
|
||||
"--theme-letter-spacing": "0px",
|
||||
"--theme-h1-letter-spacing": "0px",
|
||||
"--theme-sidebar-item-margin": "3px 8px",
|
||||
"--theme-sidebar-active-bg": "#ff69b4",
|
||||
"--theme-sidebar-active-border": "none",
|
||||
"--theme-sidebar-active-color": "#ffffff"
|
||||
"theme": "unicorn",
|
||||
"colors": {
|
||||
"bg": "#3d2280",
|
||||
"accent": "#ff69b4",
|
||||
"text": "#fce4ff",
|
||||
"muted": "#c4a0dc"
|
||||
},
|
||||
"lessons": ["adding"]
|
||||
}
|
||||
|
||||
@@ -3,29 +3,12 @@
|
||||
"name": "Kriminalfälle",
|
||||
"icon": "🔍",
|
||||
"description": "Löse echte Kriminalfälle aus Deutschland mit Mathematik",
|
||||
"theme": {
|
||||
"--theme-bg": "#1a252f",
|
||||
"--theme-bg-mid": "#2c3e50",
|
||||
"--theme-bg-light": "#34495e",
|
||||
"--theme-bg-hover": "#3d566e",
|
||||
"--theme-text": "#ecf0f1",
|
||||
"--theme-muted": "#7f8c8d",
|
||||
"--theme-muted-light": "#bdc3c7",
|
||||
"--theme-accent": "#3498db",
|
||||
"--theme-accent-hover": "#2980b9",
|
||||
"--theme-content-bg": "#f4f1ec",
|
||||
"--theme-card-bg": "#ffffff",
|
||||
"--theme-card-radius": "0px",
|
||||
"--theme-ui-radius": "0px",
|
||||
"--theme-card-shadow": "0 1px 3px rgba(0,0,0,0.12)",
|
||||
"--theme-font": "Georgia, 'Times New Roman', serif",
|
||||
"--theme-text-transform": "uppercase",
|
||||
"--theme-letter-spacing": "1px",
|
||||
"--theme-h1-letter-spacing": "2px",
|
||||
"--theme-sidebar-item-margin": "0",
|
||||
"--theme-sidebar-active-bg": "#1a252f",
|
||||
"--theme-sidebar-active-border": "4px solid #3498db",
|
||||
"--theme-sidebar-active-color": "#ecf0f1"
|
||||
"theme": "noir",
|
||||
"colors": {
|
||||
"bg": "#21262d",
|
||||
"accent": "#4393e4",
|
||||
"text": "#e6edf3",
|
||||
"muted": "#848d97"
|
||||
},
|
||||
"lessons": ["steglitz", "bode-museum", "dresden-gruenes-gewoelbe"]
|
||||
}
|
||||
|
||||
14
classes/stricken.json
Normal file
14
classes/stricken.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"id": "stricken",
|
||||
"name": "Mathe-Stricken",
|
||||
"icon": "🧶",
|
||||
"description": "Rechnen mit Wolle, Maschen und Strickmustern",
|
||||
"theme": "unicorn",
|
||||
"colors": {
|
||||
"bg": "#3d2280",
|
||||
"accent": "#ff69b4",
|
||||
"text": "#fce4ff",
|
||||
"muted": "#c4a0dc"
|
||||
},
|
||||
"lessons": ["stricken"]
|
||||
}
|
||||
Reference in New Issue
Block a user