@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: "#477b5e",
borderDarkest: "#001004",
borderLight: "#b0d2bb",
borderLighter: "#d3e6d9",
borderLightest: "#e6f1ea",
canvas: "#050608",
canvasText: "#fcfff6",
headerBackground: "#3d9961",
headerNotActiveBackground: "#807f80",
headerNotActiveText: "#d4deda",
headerText: "#fcfff6",
material: "#99c9a8",
materialText: "#050608",
materialTextDisabled: "#3d5367",
materialTextDisabledShadow: "#cdead2",
materialTextInvert: "#fcfff6",
progress: "#3d9961",
inputBackground: "#ffffff",
inputBackgroundDisabled: "#b0d2bb"
};
const tokens = {
...baseTheme.theme,
colors,
shadows: baseTheme.generateShadows(colors)
};
exports.tokens = tokens;