UNPKG

@react95/core

Version:
33 lines (32 loc) 787 B
import { theme, generateShadows } from "../baseTheme.mjs"; const colors = { anchor: "#72b3b4", anchorVisited: "#440381", borderDark: "#888c8f", borderDarkest: "#050608", borderLight: "#dfe0e3", borderLighter: "#ededef", borderLightest: "#f5f5f6", canvas: "#050608", canvasText: "#ffffff", headerBackground: "#72b3b4", headerNotActiveBackground: "#9a9e9c", headerNotActiveText: "#ced0cf", headerText: "#ffffff", material: "#ced0cf", materialText: "#050608", materialTextDisabled: "#888c8f", materialTextDisabledShadow: "#ffffff", materialTextInvert: "#ffffff", progress: "#72b3b4", inputBackground: "#ffffff", inputBackgroundDisabled: "#dfe0e3" }; const tokens = { ...theme, colors, shadows: generateShadows(colors) }; export { tokens };