Files
BetterDesk/web-nodejs/themes/light.json
T
UNITRONIX 4d2a4e0488 fix(api,ui): fix tags/groups, status type, operator permissions (#138)
UI: group chip buttons changed to icon-only (matching folder chips), Create Group tile styling unified with Create Folder, old .group-chip-action CSS replaced with unified .chip-action class.

Go server: peerResponse and singlePeerResponse now return status as int (1=active, 0=disabled) instead of string, added status_text for admin panel backward compat. Fixes RustDesk client crash 'type String is not a subtype of type int?'.

Go server: new handleUsersWithClientFallback — detects RustDesk client requests to /api/users and returns current user without requiring user.view permission. Fixes disappearing folders/groups caused by _getUsers() 403 short-circuiting _pull().

Node.js: normalisePeer updated to use status_text fallback for status_tier.

Branding: RustDesk Server Management -> BetterDesk Server Management across themes, i18n, settings. Console version bumped to 3.0.0.

This commit was made possible thanks to Insolve.
2026-05-28 01:46:19 +02:00

39 lines
1.0 KiB
JSON

{
"version": "1.0",
"type": "betterdesk-theme",
"branding": {
"appName": "BetterDesk",
"appDescription": "BetterDesk Server Management",
"logoType": "icon",
"logoIcon": "dns",
"logoSvg": "",
"logoUrl": "",
"faviconSvg": "",
"colors": {
"bgPrimary": "#ffffff",
"bgSecondary": "#f6f8fa",
"bgTertiary": "#eaeef2",
"bgElevated": "#ffffff",
"textPrimary": "#1f2328",
"textSecondary": "#656d76",
"accentBlue": "#0969da",
"accentBlueHover": "#0550ae",
"accentBlueMuted": "#ddf4ff",
"accentGreen": "#1a7f37",
"accentGreenHover": "#116329",
"accentGreenMuted": "#dafbe1",
"accentRed": "#cf222e",
"accentRedHover": "#a40e26",
"accentRedMuted": "#ffebe9",
"accentYellow": "#9a6700",
"accentYellowHover": "#7d4e00",
"accentYellowMuted": "#fff8c5",
"accentPurple": "#8250df",
"accentPurpleHover": "#6639ba",
"accentPurpleMuted": "#fbefff",
"borderPrimary": "#d0d7de",
"borderSecondary": "#eaeef2"
}
}
}