mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage-server
synced 2026-04-11 18:08:16 +00:00
- 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>
64 lines
1.6 KiB
JSON
64 lines
1.6 KiB
JSON
{
|
|
"brand": {
|
|
"name": "Helix Engage",
|
|
"hospitalName": "Global Hospital",
|
|
"logo": "/helix-logo.png",
|
|
"favicon": "/favicon.ico"
|
|
},
|
|
"colors": {
|
|
"brand": {
|
|
"25": "rgb(249 252 243)",
|
|
"50": "rgb(244 249 231)",
|
|
"100": "rgb(235 244 210)",
|
|
"200": "rgb(224 247 161)",
|
|
"300": "rgb(206 243 104)",
|
|
"400": "rgb(195 255 31)",
|
|
"500": "rgb(172 235 0)",
|
|
"600": "rgb(142 194 0)",
|
|
"700": "rgb(116 158 0)",
|
|
"800": "rgb(97 133 0)",
|
|
"900": "rgb(75 102 0)",
|
|
"950": "rgb(49 66 0)"
|
|
}
|
|
},
|
|
"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?"
|
|
}
|
|
]
|
|
},
|
|
"version": 1,
|
|
"updatedAt": "2026-04-02T10:19:29.559Z"
|
|
} |