UNPKG

@crossed/theme

Version:

unicons

74 lines (73 loc) 2.1 kB
"use strict"; 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, neutral: import_neutral.neutral, black: "black", white: "white", text: { primary: "black", secondary: import_neutral.neutral[80], brand: import_primary.primary.primary, invert: "white" }, background: { primary: import_primary.primary[0], secondary: "white", brand: import_primary.primary.primary, hover: import_primary.primary[1], active: import_primary.primary[10] }, border: { primary: import_primary.primary[1], secondary: import_neutral.neutral[70], tertiary: import_primary.primary[70], brand: import_primary.primary.primary }, 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