@antv/g6
Version:
A Graph Visualization Framework in JavaScript
25 lines • 766 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.light = void 0;
const base_1 = require("./base");
const tokens = {
bgColor: '#ffffff',
comboColor: '#99ADD1',
comboColorDisabled: '#f0f0f0',
comboStroke: '#99add1',
comboStrokeDisabled: '#d9d9d9',
edgeColor: '#99add1',
edgeColorDisabled: '#d9d9d9',
edgeColorInactive: '#1B324F',
nodeColor: '#1783ff',
nodeColorDisabled: '#1B324F',
nodeHaloStrokeOpacityActive: 0.15,
nodeHaloStrokeOpacitySelected: 0.25,
nodeIconOpacityInactive: 0.85,
nodeOpacityDisabled: 0.06,
nodeOpacityInactive: 0.25,
nodeStroke: '#000000',
textColor: '#000000',
};
exports.light = (0, base_1.create)(tokens);
//# sourceMappingURL=light.js.map
;