1
0
Fork 0
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:
Sean Morley 2024-12-02 15:47:09 -05:00
parent 50dc0424a9
commit dc29f48ab2
11 changed files with 267 additions and 214 deletions

View file

@ -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' }
];