Files
BetterDesk/web-nodejs/themes/default.json
T
UNITRONIX 6ccf7c6130 Add Docker migration and branding UI
Introduce an interactive Docker migration flow and branding/theme support. Adds automatic/manual RustDesk-to-BetterDesk migration logic and menu option (betterdesk-docker.sh), plus a full migration guide (docs/DOCKER_MIGRATION.md) and README updates. Switches project license references to AGPL-3.0 and updates LICENSE locations for hbbs patches. Web console enhancements: new branding service and default theme, i18n middleware now injects branding, extended translations (en/pl), settings UI/JS and CSS for branding/theming, and login JS updated to include CSRF token. Also includes various view/template updates to surface branding across the UI.
2026-02-22 15:22:44 +01:00

39 lines
1.0 KiB
JSON

{
"version": "1.0",
"type": "betterdesk-theme",
"branding": {
"appName": "BetterDesk",
"appDescription": "RustDesk Server Management",
"logoType": "icon",
"logoIcon": "dns",
"logoSvg": "",
"logoUrl": "",
"faviconSvg": "",
"colors": {
"bgPrimary": "#0d1117",
"bgSecondary": "#161b22",
"bgTertiary": "#21262d",
"bgElevated": "#30363d",
"textPrimary": "#e6edf3",
"textSecondary": "#8b949e",
"accentBlue": "#58a6ff",
"accentBlueHover": "#79c0ff",
"accentBlueMuted": "#58a6ff",
"accentGreen": "#2ea44f",
"accentGreenHover": "#3fb950",
"accentGreenMuted": "#2ea44f",
"accentRed": "#f85149",
"accentRedHover": "#ff6b6b",
"accentRedMuted": "#f85149",
"accentYellow": "#d29922",
"accentYellowHover": "#e3b341",
"accentYellowMuted": "#d29922",
"accentPurple": "#a371f7",
"accentPurpleHover": "#bc8cff",
"accentPurpleMuted": "#a371f7",
"borderPrimary": "#30363d",
"borderSecondary": "#21262d"
}
}
}