theme.js 652 B

12345678910111213141516
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.default = {
  4. fontFamily: "\n BlinkMacSystemFont, \"Segoe UI\", Roboto,\"Helvetica Neue\",\n Helvetica, \"PingFang SC\", \"Hiragino Sans GB\", \"Microsoft YaHei\",\n SimSun, \"sans-serif\"",
  5. textColor: '#2C3542',
  6. activeTextColor: '#333333',
  7. uncheckedColor: '#D8D8D8',
  8. lineColor: '#416180',
  9. regionColor: '#CCD7EB',
  10. verticalAxisRotate: -Math.PI / 4,
  11. horizontalAxisRotate: Math.PI / 4,
  12. // descriptionIcon theme
  13. descriptionIconStroke: '#fff',
  14. descriptionIconFill: 'rgba(58, 73, 101, .25)',
  15. };
  16. //# sourceMappingURL=theme.js.map