coolant
Version:
The modular build radiator
18 lines (17 loc) • 428 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Style = {
color: {
state: {
success: "rgb(40,167,59)",
inProgress: "rgb(23,162,184)",
failed: "rgb(219,53,69)",
},
muted: "rgba(255, 255, 255, 0.5)",
background: "rgb(52, 56, 64)",
font: "rgb(255, 255, 255)",
},
size: {
baseFontSize: 2,
},
};