mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 04:49:37 +02:00
Fix general category handling
This commit is contained in:
parent
ce0b82acb7
commit
adf45ff557
16 changed files with 192 additions and 126 deletions
|
@ -305,3 +305,13 @@ export function findFirstValue(obj: any): any {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
export let themes = [
|
||||
{ name: 'light', label: 'Light' },
|
||||
{ name: 'dark', label: 'Dark' },
|
||||
{ name: 'night', label: 'Night' },
|
||||
{ name: 'forest', label: 'Forest' },
|
||||
{ name: 'aqua', label: 'Aqua' },
|
||||
{ name: 'aestheticLight', label: 'Aesthetic Light' },
|
||||
{ name: 'aestheticDark', label: 'Aesthetic Dark' }
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue