diff --git a/src/lib/util/theme.ts b/src/lib/util/theme.ts index 91e955ef..940c66b7 100644 --- a/src/lib/util/theme.ts +++ b/src/lib/util/theme.ts @@ -10,7 +10,16 @@ export const themeStore = persist( 'themeStore' ); -const darkThemes = ['dark', 'synthwave', 'halloween', 'forest', 'luxury', 'black', 'dracula']; +const darkThemes = [ + 'dark', + 'synthwave', + 'halloween', + 'aqua', + 'forest', + 'luxury', + 'black', + 'dracula' +]; export const setTheme = (theme: string): void => { if (theme.includes(' ')) {