theme.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "light": {
  3. "navigationBarTextStyle": "white",
  4. "navigationBarBackgroundColor": "#007AFF",
  5. "backgroundColorContent": "#efeff4",
  6. "tabBarPagebackgroundColorContent": "#efeff4",
  7. "backgroundColor": "#efeff4",
  8. "backgroundTextStyle": "dark",
  9. "tabBarColor": "#7A7E83",
  10. "tabBarSelectedColor": "#007AFF",
  11. "tabBarBorderStyle": "black",
  12. "tabBarBackgroundColor": "#F8F8F8",
  13. "tabBarComponentIconPath": "static/component.png",
  14. "tabBarComponentSelectedIconPath": "static/componentHL.png",
  15. "tabBarAPIIconPath": "static/api.png",
  16. "tabBarAPISelectedIconPath": "static/apiHL.png",
  17. "tabBarCSSIconPath": "static/css.png",
  18. "tabBarCSSSelectedIconPath": "static/cssHL.png",
  19. "tabBarTemplateIconPath": "static/template.png",
  20. "tabBarTemplateSelectedIconPath": "static/templateHL.png"
  21. },
  22. "dark": {
  23. "navigationBarTextStyle": "white",
  24. "navigationBarBackgroundColor": "#1F1F1F",
  25. "backgroundColor": "#1F1F1F",
  26. "backgroundColorContent": "#646464",
  27. "tabBarPagebackgroundColorContent": "#1F1F1F",
  28. "backgroundTextStyle": "light",
  29. "tabBarColor": "#cacaca",
  30. "tabBarSelectedColor": "#007AFF",
  31. "tabBarBorderStyle": "white",
  32. "tabBarBackgroundColor": "#1F1F1F",
  33. "tabBarComponentIconPath": "static/component.png",
  34. "tabBarComponentSelectedIconPath": "static/componentHL.png",
  35. "tabBarAPIIconPath": "static/api.png",
  36. "tabBarAPISelectedIconPath": "static/apiHL.png",
  37. "tabBarCSSIconPath": "static/css.png",
  38. "tabBarCSSSelectedIconPath": "static/cssHL.png",
  39. "tabBarTemplateIconPath": "static/template.png",
  40. "tabBarTemplateSelectedIconPath": "static/templateHL.png"
  41. }
  42. }