UNPKG

@clerk/themes

Version:

Themes for the Clerk auth components

17 lines (16 loc) 417 B
import { experimental_createTheme } from "../createTheme"; import { dark } from "./dark"; const shadesOfPurple = experimental_createTheme({ name: "shadesOfPurple", baseTheme: dark, variables: { colorBackground: "#3f3c77", colorPrimary: "#f8d80d", colorPrimaryForeground: "#38375f", colorInputForeground: "#a1fdfe", colorShimmer: "rgba(161,253,254,0.36)" } }); export { shadesOfPurple };