@react95/core
Version:
Windows 95 styleguide
33 lines (32 loc) • 916 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const baseTheme = require("../baseTheme.cjs");
const colors = {
anchor: "#1034a6",
anchorVisited: "#440381",
borderDark: "#828282",
borderDarkest: "black",
borderLight: "#e5e5e5",
borderLighter: "#f0f0f0",
borderLightest: "#f6f6f6",
canvas: "black",
canvasText: "#ffffff",
headerBackground: "linear-gradient(to right, #012470, #a5c7e7)",
headerNotActiveBackground: "#7f7f7f",
headerNotActiveText: "#d6cfc7",
headerText: "#ffffff",
material: "#d6cfc7",
materialText: "black",
materialTextDisabled: "#828282",
materialTextDisabledShadow: "#ffffff",
materialTextInvert: "#ffffff",
progress: "#00256e",
inputBackground: "#ffffff",
inputBackgroundDisabled: "#e5e5e5"
};
const tokens = {
...baseTheme.theme,
colors,
shadows: baseTheme.generateShadows(colors)
};
exports.tokens = tokens;