This commit is contained in:
root
2023-08-31 15:30:17 +02:00
commit dea16b40a8
833 changed files with 142024 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,6 @@
{
"themeColor": "#ADBEC2",
"androidStatusBarForegroundColor": "dark",
"androidNavigationBarForegroundColor": "dark",
"systemTheme": "light"
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,7 @@
{
"themeColor": "#000",
"androidStatusBarForegroundColor": "light",
"androidNavigationBarForegroundColor": "light",
"preferredLogoImageTypes": [ "LogoLightColor", "LogoLight", "Logo" ],
"systemTheme": "dark"
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,7 @@
{
"themeColor": "#141414",
"androidStatusBarForegroundColor": "light",
"androidNavigationBarForegroundColor": "light",
"preferredLogoImageTypes": [ "LogoLightColor", "LogoLight", "Logo" ],
"systemTheme": "dark"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1020 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,7 @@
{
"themeColor": "#141414",
"androidStatusBarForegroundColor": "light",
"androidNavigationBarForegroundColor": "light",
"preferredLogoImageTypes": [ "LogoLightColor", "LogoLight", "Logo" ],
"systemTheme": "dark"
}

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,6 @@
{
"themeColor": "#ffffff",
"androidStatusBarForegroundColor": "dark",
"androidNavigationBarForegroundColor": "dark",
"systemTheme": "light"
}

BIN
modules/themes/logodark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@@ -0,0 +1 @@
define(["exports","./../approuter.js","./../emby-apiclient/events.js","./../layoutmanager.js","./../common/usersettings/usersettings.js"],function(_exports,_approuter,_events,_layoutmanager,_usersettings){function ThemeController(){}function onInitRouteRequest(e,routeRequest){"/home"===routeRequest.path&&(_layoutmanager.default.tv&&"horizontal"===_usersettings.default.tvHome()?(routeRequest.controller="home_horiz/home.js",routeRequest.contentPath="/home_horiz/home.html",routeRequest.adjustHeaderForEmbeddedScroll=!1):(routeRequest.controller="home/home.js",routeRequest.contentPath="/home/home.html",routeRequest.adjustHeaderForEmbeddedScroll=!0))}Object.defineProperty(_exports,"__esModule",{value:!0}),_exports.default=void 0,ThemeController.prototype.load=function(){return _events.default.on(_approuter.default,"initrouterequest",onInitRouteRequest),Promise.resolve()},ThemeController.prototype.destroy=function(){_events.default.off(_approuter.default,"initrouterequest",onInitRouteRequest)},_exports.default=ThemeController});