change default dark theme

This commit is contained in:
seriousm4x
2023-08-06 20:46:15 +02:00
parent 318f76f439
commit 97d0aab2f5

View File

@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
<script>
const darkTheme = 'dracula';
const darkTheme = 'dark';
const lightTheme = 'cupcake';
const preferesDark = window.matchMedia('(prefers-color-scheme: dark)').matches;
const theme = localStorage.getItem('theme')