theme.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "light": {
  3. "navBgColor": "#f6f6f6",
  4. "navTxtStyle": "black",
  5. "bgColor": "#f4f4f4",
  6. "bgTxtStyle": "light",
  7. "bgColorTop": "#eeeeee",
  8. "bgColorBottom": "#efefef",
  9. "tabFontColor": "#999999",
  10. "tabSelectedColor": "#000000",
  11. "tabBgColor": "#ffffff",
  12. "tabBorderStyle": "black",
  13. "iconPath1": "static/images/tabbar/todo.png",
  14. "selectedIconPath1": "static/images/tabbar/todo_selected.png",
  15. "iconPath2": "static/images/tabbar/statistics.png",
  16. "selectedIconPath2": "static/images/tabbar/statistics_selected.png",
  17. "iconPath3": "static/images/tabbar/record.png",
  18. "selectedIconPath3": "static/images/tabbar/record_selected.png",
  19. "iconPath4": "static/images/tabbar/my.png",
  20. "selectedIconPath4": "static/images/tabbar/my_selected.png"
  21. },
  22. "dark": {
  23. "navBgColor": "#000000",
  24. "navTxtStyle": "white",
  25. "bgColor": "#1f1f1f",
  26. "bgTxtStyle": "dark",
  27. "bgColorTop": "#191919",
  28. "bgColorBottom": "#1f1f1f",
  29. "tabFontColor": "#f0f0f0",
  30. "tabSelectedColor": "#ffffff",
  31. "tabBgColor": "#000000",
  32. "tabBorderStyle": "white",
  33. "iconPath1": "static/images/tabbar/todo_dark.png",
  34. "selectedIconPath1": "static/images/tabbar/todo_selected_dark.png",
  35. "iconPath2": "static/images/tabbar/statistics_dark.png",
  36. "selectedIconPath2": "static/images/tabbar/statistics_selected_dark.png",
  37. "iconPath3": "static/images/tabbar/record_dark.png",
  38. "selectedIconPath3": "static/images/tabbar/record_selected_dark.png",
  39. "iconPath4": "static/images/tabbar/my_dark.png",
  40. "selectedIconPath4": "static/images/tabbar/my_selected_dark.png"
  41. }
  42. }