forked from github/plane
a14f8c281b
* chore: store various shades of accent color * refactor: custom theme selector * refactor: custom theme selector * chore: update custom theme input labels * fix: color generator function logic * fix: accent color preloaded data * chore: new theming structure * chore: update shades calculation logic * refactor: variable names * chore: update color scheming * chore: new color scheming * refactor: themes folder structure * chore: update classnames according to new variables * Revert "chore: update classnames according to new variables" This reverts commit 60a87453b21768167e37889e709c12287ca07b08. * chore: remove temp file
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
export * from "./color-picker-input";
|
|
export * from "./custom-theme-selector";
|
|
export * from "./theme-switch";
|