How to install
1. Click the theme download link to access it on github, select "download raw file" (on the right, see below).
2. Open your explorer and access the obsidian vault in which you want the theme.
3. Open the .obsidian folder (which should be on top). If it doesn't show up: On Windows: [View > Hidden items > Check]
On Mac: [hit Cmd + Shift + .]
4. Open the "themes" folder. If the folder doesn't exist yet, create it.
5. Place the .zip in that folder.
6. Unzip (restart obsidian.md if the theme does not show up instantly).
7. Done, the theme should now appear in the list of your installed themes.


Caution
Windows 11 apparently creates an extra folder with the theme name when you unzip. Just make sure the theme.css and manifest.json are directly in the folder with the theme name and that folder is directly in "themes".

correct: themes/theme-name/css+json
wrong: themes/theme-name/theme-name/css+json

back...