add list of themes
This commit is contained in:
parent
61e7a08c3f
commit
e010f83596
5
index.ts
5
index.ts
@ -20,6 +20,11 @@ export function validate_theme(theme: unknown) : asserts theme is ColorTheme {
|
|||||||
// todo: validate
|
// todo: validate
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export const themes = [
|
||||||
|
'Minimal Dark',
|
||||||
|
'Minimal Light',
|
||||||
|
];
|
||||||
|
|
||||||
export type ColorThemeLabel
|
export type ColorThemeLabel
|
||||||
= 'light'
|
= 'light'
|
||||||
| 'dark'
|
| 'dark'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user