mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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 60a87453b2
.
* 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";
|