From 5a876ad15e91d1d3c448b95002ed8590c9b3a218 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Sun, 13 Oct 2024 10:23:41 -0400 Subject: [PATCH] set appearance to track system instead of specifying a specific light/dark theme --- .obsidian/appearance.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.obsidian/appearance.json b/.obsidian/appearance.json index ccdac70..6d96785 100644 --- a/.obsidian/appearance.json +++ b/.obsidian/appearance.json @@ -1,5 +1,5 @@ { - "theme": "moonstone", + "theme": "system", "interfaceFontFamily": "Atkinson Hyperlegible", "textFontFamily": "Atkinson Hyperlegible", "monospaceFontFamily": "DejaVu Sans Mono"