demo.theme.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "light": {
  3. "navigationBarTextStyle": "black",
  4. "navigationBarBackgroundColor": "#F7F7F7",
  5. "backgroundColor": "#F7F7F7",
  6. "tabBarColor": "#7A7E83",
  7. "tabBarSelectedColor": "#3cc51f",
  8. "tabBarBorderStyle": "black",
  9. "tabBarBackgroundColor": "#F7F7F7",
  10. "iconPathComponent": "image/icon_component.png",
  11. "selectedIconPathComponent": "image/icon_component_HL.png",
  12. "iconPathAPI": "image/icon_API.png",
  13. "selectedIconPathAPI": "image/icon_API_HL.png",
  14. "iconPathCloud": "image/icon_cloud.png",
  15. "selectedIconPathCloud": "image/icon_cloud_HL.png",
  16. "backgroundTextStyle": "dark"
  17. },
  18. "dark": {
  19. "navigationBarTextStyle": "white",
  20. "navigationBarBackgroundColor": "#1F1F1F",
  21. "backgroundColor": "#1F1F1F",
  22. "tabBarColor": "#FFFFFFCC",
  23. "tabBarSelectedColor": "#51A937",
  24. "tabBarBorderStyle": "white",
  25. "tabBarBackgroundColor": "#1F1F1F",
  26. "iconPathComponent": "image/icon_component_dark.png",
  27. "selectedIconPathComponent": "image/icon_component_HL.png",
  28. "iconPathAPI": "image/icon_API_dark.png",
  29. "selectedIconPathAPI": "image/icon_API_HL.png",
  30. "iconPathCloud": "image/icon_cloud_dark.png",
  31. "selectedIconPathCloud": "image/icon_cloud_HL.png",
  32. "backgroundTextStyle": "light"
  33. }
  34. }