@crossed/theme
Version:
unicons
74 lines (73 loc) • 2.11 kB
JavaScript
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var colors_exports = {};
__export(colors_exports, {
default: () => colors_default
});
module.exports = __toCommonJS(colors_exports);
var import_primary = require("../primary");
var import_neutral = require("../neutral");
var colors_default = {
primary: import_primary.primary,
black: "black",
white: "white",
neutral: import_neutral.neutral,
text: {
primary: "white",
secondary: import_primary.primary[20],
brand: import_primary.primary[40],
invert: "black"
},
background: {
primary: import_primary.primary[100],
secondary: import_primary.primary[90],
brand: import_primary.primary[40],
hover: import_primary.primary[70],
active: import_primary.primary[80]
},
border: {
primary: import_primary.primary[80],
secondary: import_primary.primary[70],
tertiary: import_primary.primary[70],
brand: import_primary.primary[40]
},
error: {
primary: "#EF4444",
muted: "#D73636",
satured: "#A21A1A",
low: "#FFE6E6",
hight: "#FEC4C4"
},
info: {
dark: "#285F9B",
light: "#EEF6FF",
primary: "#93C5FD"
},
success: {
dark: "#188551",
light: "#EDFFF6",
primary: "#3ABB7D"
},
warning: {
dark: "#AD5C23",
light: "#FFF0E6",
primary: "#F97316"
}
};
//# sourceMappingURL=colors.js.map