UNPKG

@react95/core

Version:
33 lines (32 loc) 886 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const baseTheme = require("../baseTheme.cjs"); const colors = { anchor: "#1034a6", anchorVisited: "#440381", borderDark: "#d1579e", borderDarkest: "#44132f", borderLight: "#f1acd5", borderLighter: "#f7d1e7", borderLightest: "#fae5f1", canvas: "#EFF1F3", canvasText: "#000000", headerBackground: "#87255B", headerNotActiveBackground: "#a08796", headerNotActiveText: "#EBD2BE", headerText: "#EFF1F3", material: "#E5A4CB", materialText: "#000000", materialTextDisabled: "#d1579e", materialTextDisabledShadow: "#EFF1F3", materialTextInvert: "#EFF1F3", progress: "#256EFF", inputBackground: "#ffffff", inputBackgroundDisabled: "#f1acd5" }; const tokens = { ...baseTheme.theme, colors, shadows: baseTheme.generateShadows(colors) }; exports.tokens = tokens;