⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 themecommon.luac.lua

📁 htc manila 2 sourcecode
💻 LUA
字号:
-- Decompiled using luadec 0.4 by sztupy (http://winmo.sztupy.hu)
-- Command line was: -l 3;0;1;1;1;1;1;1;1;1;6;6;6;6;6;6;0;0;0;; 5e085a76_manila.luac 

Theme_CurrentPageLevel = 0
local l_0_0 = _config_os
if l_0_0 == "windowsmobile" then
   l_0_0 = _application
   l_0_0 = l_0_0.Navigation
   l_0_0 = l_0_0.CurrentRequest
   l_0_0 = l_0_0.PageGroup
   l_0_0 = l_0_0.Level
   Theme_CurrentPageLevel = l_0_0
end
l_0_0 = function(l_1_0)
   Theme_CurrentPageLevel = l_1_0
end

OverrideThemeLevel = l_0_0
l_0_0 = function()
   local l_2_0 = Theme_CurrentPageLevel
   return l_2_0
end

GetThemeLevel = l_0_0
l_0_0 = function()
   local l_3_0 = Theme_MainTextUnselectedMenu
   return l_3_0
end

GetMenuUnselectedColor = l_0_0
l_0_0 = function()
   local l_4_0 = Theme_MainTextSelectedMenu
   return l_4_0
end

GetMenuSelectedColor = l_0_0
l_0_0 = function()
   local l_5_0 = Theme_AlarmTextSelected
   return l_5_0
end

GetAlarmSelectedColor = l_0_0
l_0_0 = function()
   local l_6_0 = Theme_AlarmTextUnselected
   return l_6_0
end

GetAlarmUnselectedColor = l_0_0
l_0_0 = function()
   local l_7_0 = Theme_AlarmTextOff
   return l_7_0
end

GetAlarmOffColor = l_0_0
l_0_0 = function()
   local l_8_0 = Theme_DateTextSelected
   return l_8_0
end

GetDateSelectedColor = l_0_0
l_0_0 = function()
   local l_9_0 = Theme_DateTextUnselected
   return l_9_0
end

GetDateUnselectedColor = l_0_0
l_0_0 = function(l_10_0)
   if l_10_0 == nil then
      l_10_0 = Theme_CurrentPageLevel
   end
   if l_10_0 == 0 then
      return Theme_MainTextUnselectedLevel0
   else
      return Theme_MainTextUnselectedLevel1
   end
end

GetMainTextUnselectedColor = l_0_0
l_0_0 = function(l_11_0)
   if l_11_0 == nil then
      l_11_0 = Theme_CurrentPageLevel
   end
   if l_11_0 == 0 then
      return Theme_MainTextSelectedLevel0
   else
      return Theme_MainTextSelectedLevel1
   end
end

GetMainTextSelectedColor = l_0_0
l_0_0 = function(l_12_0)
   if l_12_0 == nil then
      l_12_0 = Theme_CurrentPageLevel
   end
   if l_12_0 == 0 then
      return Theme_SubTextSelectedLevel0
   else
      return Theme_SubTextSelectedLevel1
   end
end

GetSubTextSelectedColor = l_0_0
l_0_0 = function(l_13_0)
   if l_13_0 == nil then
      l_13_0 = Theme_CurrentPageLevel
   end
   if l_13_0 == 0 then
      return Theme_SubTextUnselectedLevel0
   else
      return Theme_SubTextUnselectedLevel1
   end
end

GetSubTextUnselectedColor = l_0_0
l_0_0 = function(l_14_0)
   if l_14_0 == nil then
      l_14_0 = Theme_CurrentPageLevel
   end
   if l_14_0 == 0 then
      return Theme_OnOffTextSelectedLevel0
   else
      return Theme_OnOffTextSelectedLevel1
   end
end

GetOnOffTextSelectedColor = l_0_0
l_0_0 = function(l_15_0)
   if l_15_0 == nil then
      l_15_0 = Theme_CurrentPageLevel
   end
   if l_15_0 == 0 then
      return Theme_OnOffTextUnselectedLevel0
   else
      return Theme_OnOffTextUnselectedLevel1
   end
end

GetOnOffTextUnselectedColor = l_0_0
l_0_0 = function(l_16_0)
   if Theme_HomeNotificationsMainSelected ~= nil then
      return Theme_HomeNotificationsMainSelected
   else
      return l_16_0.Color
   end
end

GetNotificationMainSelectedColor = l_0_0
l_0_0 = function(l_17_0)
   if Theme_HomeNotificationsSubSelected ~= nil then
      return Theme_HomeNotificationsSubSelected
   else
      return l_17_0.Color
   end
end

GetNotificationSubSelectedColor = l_0_0
l_0_0 = function(l_18_0)
   if Theme_HomeNotificationsMainUnselected ~= nil then
      return Theme_HomeNotificationsMainUnselected
   else
      return l_18_0.Color
   end
end

GetNotificationMainUnselectedColor = l_0_0
l_0_0 = function(l_19_0)
   if Theme_HomeNotificationsSubUnselected ~= nil then
      return Theme_HomeNotificationsSubUnselected
   else
      return l_19_0.Color
   end
end

GetNotificationSubUnselectedColor = l_0_0

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -