UNPKG

@react95/core

Version:
33 lines (32 loc) 787 B
import { theme, generateShadows } from "../baseTheme.mjs"; const colors = { anchor: "#1034a6", anchorVisited: "#440381", borderDark: "#695f50", borderDarkest: "#28251e", borderLight: "#9d8f80", borderLighter: "#c9c1b9", borderLightest: "#e1dcd8", canvas: "#28251e", canvasText: "#d8d0c8", headerBackground: "#404878", headerNotActiveBackground: "#605848", headerNotActiveText: "#908070", headerText: "#d8d0c8", material: "#908070", materialText: "#28251e", materialTextDisabled: "#695f50", materialTextDisabledShadow: "#baae9f", materialTextInvert: "#ffffff", progress: "#48604f", inputBackground: "#ffffff", inputBackgroundDisabled: "#9d8f80" }; const tokens = { ...theme, colors, shadows: generateShadows(colors) }; export { tokens };