app-darkmode.json 692 B

123456789101112131415161718192021222324252627
  1. {
  2. "window": {
  3. "navigationBarTextStyle": "white",
  4. "navigationBarBackgroundColor": "#191919",
  5. "backgroundColor": "#191919"
  6. },
  7. "tabBar": {
  8. "color": "#FCFCFC",
  9. "selectedColor": "#51A937",
  10. "borderStyle": "white",
  11. "backgroundColor": "#191919",
  12. "list": [
  13. {
  14. "pagePath": "page/component/index",
  15. "iconPath": "image/icon_component_HL.png",
  16. "selectedIconPath": "image/icon_component_dark.png",
  17. "text": "组件"
  18. },
  19. {
  20. "pagePath": "page/component/index",
  21. "iconPath": "image/icon_component_HL.png",
  22. "selectedIconPath": "image/icon_component_dark.png",
  23. "text": "组件"
  24. }
  25. ]
  26. }
  27. }