mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 00:43:04 +00:00
feat: user themes
[deploy]
This commit is contained in:
@@ -6,6 +6,11 @@ export interface UserPreferences {
|
||||
autoConnect: boolean
|
||||
}
|
||||
|
||||
export const theme = writable({
|
||||
color: "#6D81C7",
|
||||
mode: "dark" as "light" | "dark" | "auto",
|
||||
})
|
||||
|
||||
export const userPreferences = writable<UserPreferences>({
|
||||
backup: false,
|
||||
autoConnect: true,
|
||||
|
||||
Reference in New Issue
Block a user