@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: "#888c8f",
borderDarkest: "#000000",
borderLight: "#dfe0e3",
borderLighter: "#ededef",
borderLightest: "#f5f5f6",
canvas: "#000000",
canvasText: "#ffffff",
headerBackground: "#000000",
headerNotActiveBackground: "#ffffff",
headerNotActiveText: "#000000",
headerText: "#ffffff",
material: "#ffffff",
materialText: "#000000",
materialTextDisabled: "#888c8f",
materialTextDisabledShadow: "#ffffff",
materialTextInvert: "#ffffff",
progress: "#000000",
inputBackground: "#ffffff",
inputBackgroundDisabled: "#dfe0e3"
};
const tokens = {
...baseTheme.theme,
colors,
shadows: baseTheme.generateShadows(colors)
};
exports.tokens = tokens;