Add initial configs for obsidian and copy logic for files
obsidian seems to only have a per-vault config approach, so my approach is to define settings within .config/obsidian, then copy to vault dirs
This commit is contained in:
4
src_files/.config/obsidian/appearance.json
Normal file
4
src_files/.config/obsidian/appearance.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"theme": "obsidian",
|
||||
"accentColor": "#2f930e"
|
||||
}
|
Reference in New Issue
Block a user