@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: "#7b5f5b",
borderDarkest: "#050608",
borderLight: "#c3b1aa",
borderLighter: "#ddd4d0",
borderLightest: "#ece7e5",
canvas: "#050608",
canvasText: "#dad0c7",
headerBackground: "#483f63",
headerNotActiveBackground: "#7d5e58",
headerNotActiveText: "#e8dad6",
headerText: "#ffffff",
material: "#ac978f",
materialText: "#050608",
materialTextDisabled: "#7b5f5b",
materialTextDisabledShadow: "#e8dad6",
materialTextInvert: "#ffffff",
progress: "#483f63",
inputBackground: "#ffffff",
inputBackgroundDisabled: "#c3b1aa"
};
const tokens = {
...baseTheme.theme,
colors,
shadows: baseTheme.generateShadows(colors)
};
exports.tokens = tokens;