feat(app): generate color palettes (#16232)
This commit is contained in:
parent
7d7837e5b6
commit
b976f339e8
29 changed files with 1274 additions and 2994 deletions
|
|
@ -27,7 +27,7 @@ export function applyTheme(theme: DesktopTheme, themeId?: string): void {
|
|||
}
|
||||
|
||||
function buildThemeCss(light: ResolvedTheme, dark: ResolvedTheme, themeId: string): string {
|
||||
const isDefaultTheme = themeId === "oc-1"
|
||||
const isDefaultTheme = themeId === "oc-2"
|
||||
const lightCss = themeToCss(light)
|
||||
const darkCss = themeToCss(dark)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue