mirror of
https://bitbucket.org/walplanet/deemix-gui
synced 2026-01-15 16:22:52 -03:00
theme.js edited online with Bitbucket
This commit is contained in:
@@ -6,8 +6,7 @@ import { ref, watch } from '@vue/composition-api'
|
||||
|
||||
const THEMES = {
|
||||
dark: 'dark',
|
||||
light: 'light',
|
||||
purple: 'purple'
|
||||
light: 'light'
|
||||
}
|
||||
|
||||
const initialTheme = localStorage.getItem('selectedTheme') || document.documentElement.dataset.theme || THEMES.dark
|
||||
|
||||
Reference in New Issue
Block a user