diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index 548ce56..f51fc93 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,5 +1,5 @@ { "cssTheme": "Mado Miniflow", - "theme": "moonstone", + "theme": "system", "accentColor": "#283e3a" } \ No newline at end of file diff --git a/.obsidian/plugins/obsidian-git/data.json b/.obsidian/plugins/obsidian-git/data.json index 298f5e8..49ce0d8 100644 --- a/.obsidian/plugins/obsidian-git/data.json +++ b/.obsidian/plugins/obsidian-git/data.json @@ -2,8 +2,8 @@ "commitMessage": "Base sync backup: {{date}}", "commitDateFormat": "YYYY-MM-DD HH:mm:ss", "autoSaveInterval": 1, - "autoPushInterval": 5, - "autoPullInterval": 5, + "autoPushInterval": 1, + "autoPullInterval": 1, "autoPullOnBoot": true, "disablePush": true, "pullBeforePush": true,