@react95/core
Version:
Windows 95 styleguide
33 lines (32 loc) • 886 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const baseTheme = require("../baseTheme.cjs");
const colors = {
anchor: "#1034a6",
anchorVisited: "#440381",
borderDark: "#7f2120",
borderDarkest: "#130405",
borderLight: "#d25051",
borderLighter: "#e69e9f",
borderLightest: "#f1c9ca",
canvas: "#130405",
canvasText: "#EFE9F4",
headerBackground: "#000103",
headerNotActiveBackground: "#7f2120",
headerNotActiveText: "#EFE9F4",
headerText: "#EFE9F4",
material: "#cf4545",
materialText: "#130405",
materialTextDisabled: "#7f2120",
materialTextDisabledShadow: "#e59697",
materialTextInvert: "#EFE9F4",
progress: "#000103",
inputBackground: "#ffffff",
inputBackgroundDisabled: "#d25051"
};
const tokens = {
...baseTheme.theme,
colors,
shadows: baseTheme.generateShadows(colors)
};
exports.tokens = tokens;