Feat: Adoptive theme foundation
This commit is contained in:
11
Frontend/src/theme/presets.ts
Normal file
11
Frontend/src/theme/presets.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// Path: Frontend/src/theme/presets.ts
|
||||
|
||||
import type { ThemeDefinition } from "./schema";
|
||||
|
||||
export const defaultThemePresetPath = "/themes/moku-default.json";
|
||||
|
||||
export const defaultThemePresetMeta = {
|
||||
id: "moku-default",
|
||||
name: "Moku Default",
|
||||
description: "The baseline Moku theme preset, matching the current shell styling tokens.",
|
||||
} satisfies Pick<ThemeDefinition, "id" | "name" | "description">;
|
||||
Reference in New Issue
Block a user