@crossed/theme
Version:
unicons
54 lines (53 loc) • 988 B
JavaScript
import { primary } from "../primary";
import { neutral } from "../neutral";
var colors_default = {
primary,
black: "black",
white: "white",
neutral,
text: {
primary: "white",
secondary: primary[20],
brand: primary[40],
invert: "black"
},
background: {
primary: primary[100],
secondary: primary[90],
brand: primary[40],
hover: primary[70],
active: primary[80]
},
border: {
primary: primary[80],
secondary: primary[70],
tertiary: primary[70],
brand: 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"
}
};
export {
colors_default as default
};
//# sourceMappingURL=colors.js.map