emby 4.8
This commit is contained in:
1
modules/themes/appletv/theme.css
Normal file
1
modules/themes/appletv/theme.css
Normal file
File diff suppressed because one or more lines are too long
6
modules/themes/appletv/theme.json
Normal file
6
modules/themes/appletv/theme.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"themeColor": "#ADBEC2",
|
||||
"androidStatusBarForegroundColor": "dark",
|
||||
"androidNavigationBarForegroundColor": "dark",
|
||||
"systemTheme": "light"
|
||||
}
|
||||
1
modules/themes/black/theme.css
Normal file
1
modules/themes/black/theme.css
Normal file
File diff suppressed because one or more lines are too long
7
modules/themes/black/theme.json
Normal file
7
modules/themes/black/theme.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"themeColor": "#000",
|
||||
"androidStatusBarForegroundColor": "light",
|
||||
"androidNavigationBarForegroundColor": "light",
|
||||
"preferredLogoImageTypes": [ "LogoLightColor", "LogoLight", "Logo" ],
|
||||
"systemTheme": "dark"
|
||||
}
|
||||
1
modules/themes/dark/theme.css
Normal file
1
modules/themes/dark/theme.css
Normal file
File diff suppressed because one or more lines are too long
7
modules/themes/dark/theme.json
Normal file
7
modules/themes/dark/theme.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"themeColor": "#141414",
|
||||
"androidStatusBarForegroundColor": "light",
|
||||
"androidNavigationBarForegroundColor": "light",
|
||||
"preferredLogoImageTypes": [ "LogoLightColor", "LogoLight", "Logo" ],
|
||||
"systemTheme": "dark"
|
||||
}
|
||||
BIN
modules/themes/darkgradient/blueradiance.jpg
Normal file
BIN
modules/themes/darkgradient/blueradiance.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1020 KiB |
BIN
modules/themes/darkgradient/radiance.png
Normal file
BIN
modules/themes/darkgradient/radiance.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 81 KiB |
1
modules/themes/darkgradient/theme.css
Normal file
1
modules/themes/darkgradient/theme.css
Normal file
File diff suppressed because one or more lines are too long
7
modules/themes/darkgradient/theme.json
Normal file
7
modules/themes/darkgradient/theme.json
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"themeColor": "#141414",
|
||||
"androidStatusBarForegroundColor": "light",
|
||||
"androidNavigationBarForegroundColor": "light",
|
||||
"preferredLogoImageTypes": [ "LogoLightColor", "LogoLight", "Logo" ],
|
||||
"systemTheme": "dark"
|
||||
}
|
||||
1
modules/themes/light/theme.css
Normal file
1
modules/themes/light/theme.css
Normal file
File diff suppressed because one or more lines are too long
6
modules/themes/light/theme.json
Normal file
6
modules/themes/light/theme.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"themeColor": "#ffffff",
|
||||
"androidStatusBarForegroundColor": "dark",
|
||||
"androidNavigationBarForegroundColor": "dark",
|
||||
"systemTheme": "light"
|
||||
}
|
||||
BIN
modules/themes/logodark.png
Normal file
BIN
modules/themes/logodark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
BIN
modules/themes/logowhite.png
Normal file
BIN
modules/themes/logowhite.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
1
modules/themes/themecontroller.js
Normal file
1
modules/themes/themecontroller.js
Normal 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});
|
||||
Reference in New Issue
Block a user