UNPKG

@react95/core

Version:
33 lines (32 loc) 787 B
import { theme, generateShadows } from "../baseTheme.mjs"; const colors = { anchor: "#1034a6", anchorVisited: "#440381", borderDark: "#05427f", borderDarkest: "#000000", borderLight: "#2b8fff", borderLighter: "#8ac1ff", borderLightest: "#bedcff", canvas: "#000000", canvasText: "#ffffff", headerBackground: "#171123", headerNotActiveBackground: "#4E6766", headerNotActiveText: "#0180ff", headerText: "#ffffff", material: "#0180ff", materialText: "#000000", materialTextDisabled: "#05427f", materialTextDisabledShadow: "#7ebfff", materialTextInvert: "#ffffff", progress: "#F46036", inputBackground: "#ffffff", inputBackgroundDisabled: "#2b8fff" }; const tokens = { ...theme, colors, shadows: generateShadows(colors) }; export { tokens };