You've already forked AstralRinth
forked from didirus/AstralRinth
@@ -2,7 +2,7 @@ import { defineStore } from 'pinia'
|
||||
|
||||
export const useTheming = defineStore('themeStore', {
|
||||
state: () => ({
|
||||
themeOptions: ['light', 'dark'],
|
||||
themeOptions: ['dark'],
|
||||
collapsedNavigation: false,
|
||||
selectedTheme: 'dark',
|
||||
darkTheme: true,
|
||||
|
||||
Reference in New Issue
Block a user