MCPcopy Create free account
hub / github.com/error311/FileRise / resolveAppBackground

Function resolveAppBackground

public/js/main.js:835–839  ·  view source on GitHub ↗
(isDark)

Source from the content-addressed store, hash-verified

833}
834
835function resolveAppBackground(isDark) {
836 const branding = window.__FR_BRANDING__ || {};
837 const color = isDark ? branding.appBgDark : branding.appBgLight;
838 return String(color || '').trim();
839}
840
841function applyBrandingThemeColor(isDark) {
842 const color = resolveBrandThemeColor(isDark);

Callers 1

applyDarkModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected