Add light and dark theme pair for the system appearance setting

This commit is contained in:
Hadrian Chio
2026-08-05 09:24:06 +02:00
parent 2dd0985ea9
commit e61c66dc26
12 changed files with 183 additions and 36 deletions
+2
View File
@@ -88,6 +88,8 @@ export interface AppConfig {
active_vault: string | null;
active_bookmark_id?: string | null;
theme: string;
system_light_theme: string;
system_dark_theme: string;
accent_color: string | null;
font_size: number | null;
font_family: string | null;