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