Skip to content

Commit

Permalink
Merge pull request #645 from gagan-suie/dev
Browse files Browse the repository at this point in the history
Feat: added cyberpunk and synthwave themes
  • Loading branch information
gagansuie authored Jul 28, 2023
2 parents 3fd5b95 + c27de04 commit b62c637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/settings/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { themeChange } from 'theme-change'
import { current_theme } from '$lib/stores/helperStore'
let themes = ['dark', 'light'] //, 'cyberpunk', 'synthwave']
let themes = ['dark', 'light', 'cyberpunk', 'synthwave']
onMount(() => {
themeChange(false)
Expand Down

0 comments on commit b62c637

Please sign in to comment.