theme.json 195 B

123456789101112
  1. {
  2. "light": {
  3. "tabBarBgColor": "#ffffff",
  4. "navTxtStyle": "black",
  5. "fontColor": "#333333"
  6. },
  7. "dark": {
  8. "tabBarBgColor": "#0C0D1A",
  9. "navTxtStyle": "white",
  10. "fontColor": "#ffffff"
  11. }
  12. }