@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: "#5f549b",
borderDarkest: "#1c1449",
borderLight: "#bcb4e9",
borderLighter: "#dad5f2",
borderLightest: "#eae7f7",
canvas: "#ffffff",
canvasText: "#050608",
headerBackground: "#5e4dba",
headerNotActiveBackground: "#7f7f81",
headerNotActiveText: "#ced0cf",
headerText: "#ffffff",
material: "#b1a7df",
materialText: "#050608",
materialTextDisabled: "#5f549b",
materialTextDisabledShadow: "#ffffff",
materialTextInvert: "#ffffff",
progress: "#5e4dba",
inputBackground: "#ffffff",
inputBackgroundDisabled: "#bcb4e9"
};
const tokens = {
...baseTheme.theme,
colors,
shadows: baseTheme.generateShadows(colors)
};
exports.tokens = tokens;