Files
helix-engage-server/data/theme-backups/theme-2026-04-02T10-19-29-559Z.json
saridsa2 8cc1bdc812 feat: theme config service — REST API with versioning + backup
- ThemeService: read/write/validate theme.json, auto-backup on save
- ThemeController: GET/PUT/POST /api/config/theme (public GET, versioned PUT)
- ThemeConfig type with version + updatedAt fields
- Default theme: Global Hospital blue scale
- ConfigThemeModule registered in AppModule

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 15:50:51 +05:30

62 lines
1.5 KiB
JSON

{
"brand": {
"name": "Helix Engage",
"hospitalName": "Global Hospital",
"logo": "/helix-logo.png",
"favicon": "/favicon.ico"
},
"colors": {
"brand": {
"25": "rgb(240 253 250)",
"50": "rgb(204 251 241)",
"100": "rgb(153 246 228)",
"200": "rgb(94 234 212)",
"300": "rgb(45 212 191)",
"400": "rgb(20 184 166)",
"500": "rgb(13 148 136)",
"600": "rgb(15 118 110)",
"700": "rgb(17 94 89)",
"800": "rgb(19 78 74)",
"900": "rgb(17 63 61)",
"950": "rgb(4 47 46)"
}
},
"typography": {
"body": "'Satoshi', 'Inter', -apple-system, sans-serif",
"display": "'Satoshi', 'Inter', -apple-system, sans-serif"
},
"login": {
"title": "Sign in to Ramaiah",
"subtitle": "Ramaiah Hospital",
"showGoogleSignIn": false,
"showForgotPassword": true,
"poweredBy": {
"label": "Powered by F0rty2.ai",
"url": "https://f0rty2.ai"
}
},
"sidebar": {
"title": "Ramaiah",
"subtitle": "Ramaiah Hospital · {role}"
},
"ai": {
"quickActions": [
{
"label": "Doctor availability",
"prompt": "What doctors are available and what are their visiting hours?"
},
{
"label": "Clinic timings",
"prompt": "What are the clinic locations and timings?"
},
{
"label": "Patient history",
"prompt": "Can you summarize this patient's history?"
},
{
"label": "Treatment packages",
"prompt": "What treatment packages are available?"
}
]
}
}