theme.json 478 B

12345678910111213141516171819202122
  1. {
  2. "light": {
  3. "bgColor": "#f8f8f8",
  4. "bgContentColor": "#f8f8f8",
  5. "navBgColor": "#ffffff",
  6. "navTextStyle": "black",
  7. "tabColor": "#999999",
  8. "tabSelectedColor": "#14b8a6",
  9. "tabBorderStyle": "white",
  10. "tabBgColor": "#ffffff"
  11. },
  12. "dark": {
  13. "bgColor": "#191919",
  14. "bgContentColor": "#191919",
  15. "navBgColor": "#191919",
  16. "navTextStyle": "white",
  17. "tabColor": "#cccccc",
  18. "tabSelectedColor": "#ffffff",
  19. "tabBorderStyle": "black",
  20. "tabBgColor": "#191919"
  21. }
  22. }