feat(app): generate color palettes (#16232)

This commit is contained in:
Adam
2026-03-08 19:28:58 -05:00
committed by GitHub
parent 7d7837e5b6
commit b976f339e8
29 changed files with 1268 additions and 2988 deletions

View File

@@ -1,5 +1,6 @@
export type {
DesktopTheme,
ThemePaletteColors,
ThemeSeedColors,
ThemeVariant,
HexColor,
@@ -19,7 +20,10 @@ export {
generateScale,
generateNeutralScale,
generateAlphaScale,
fitOklch,
blend,
mixColors,
shift,
lighten,
darken,
withAlpha,