refactor(tokens): replace light and dark with morandi
This commit is contained in:
@@ -1,16 +1,12 @@
|
||||
export const themeNames = ["light", "dark", "brand"] as const;
|
||||
export const themeNames = ["morandi", "brand"] as const;
|
||||
export type ThemeName = (typeof themeNames)[number];
|
||||
|
||||
export const defaultTheme: ThemeName = "light";
|
||||
export const defaultTheme: ThemeName = "morandi";
|
||||
|
||||
export const themeDetails = {
|
||||
light: {
|
||||
label: "Light",
|
||||
note: "Warm editorial default"
|
||||
},
|
||||
dark: {
|
||||
label: "Dark",
|
||||
note: "Warm charcoal default"
|
||||
morandi: {
|
||||
label: "Morandi",
|
||||
note: "Muted dusty neutrals with a calm, understated luxury mood"
|
||||
},
|
||||
brand: {
|
||||
label: "Brand",
|
||||
|
||||
Reference in New Issue
Block a user