mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-19 04:49:37 +02:00
Add 'Northern Lights' theme and update localization and Tailwind configuration
This commit is contained in:
parent
50dc0424a9
commit
dc29f48ab2
11 changed files with 267 additions and 214 deletions
|
@ -313,5 +313,6 @@ export let themes = [
|
|||
{ name: 'forest', label: 'Forest' },
|
||||
{ name: 'aqua', label: 'Aqua' },
|
||||
{ name: 'aestheticLight', label: 'Aesthetic Light' },
|
||||
{ name: 'aestheticDark', label: 'Aesthetic Dark' }
|
||||
{ name: 'aestheticDark', label: 'Aesthetic Dark' },
|
||||
{ name: 'northernLights', label: 'Northern Lights' }
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue