Site-Specific Theming
Site-Specific Theming is a Launcher feature that enables the usage of different Launcher themes based on the device location.
Overview
User Guide
Feature Configuration
"theme" : {
"enable": true,
"logo": "/sdcard/Download/ems/defaultlogo.png",
"wallpaperImage": "/sdcard/Download/ems/defaultwallpaper.png",
"darkTheme": true,
"accentColor": "#00FFFF",
"folderBackgroundColor": "#000000"
},
"altThemes": {
"mainline_store": {
"enable": true,
"logo": "/sdcard/Download/ems/logo1.png",
"wallpaperImage": "/sdcard/Download/ems/wallpaper1.png",
"darkTheme": true,
"accentColor": "#C089E0"
},
"subsidiary_store": {
"enable": true,
"logo": "/sdcard/Download/ems/logo2.png",
"wallpaperImage": "/sdcard/Download/ems/wallpaper2.png",
"darkTheme": false,
"accentColor": "#89CFF0"
}
}Last updated