theme.json 167B

12345678910
  1. {
  2. "light": {
  3. "navBackgroundColor": "#ffffff",
  4. "navTextStyle": "black"
  5. },
  6. "dark": {
  7. "navBackgroundColor": "#000000",
  8. "navTextStyle": "white"
  9. }
  10. }