mirror of
https://github.com/michael-andreuzza/sequoia-obsidian.git
synced 2026-07-22 04:40:30 +00:00
Ship manifest.json, theme.css (Moonlight light + dark), screenshot, and Monochrome/Retro CSS snippet variants. Co-authored-by: Cursor <cursoragent@cursor.com>
1.6 KiB
1.6 KiB
Publish Sequoia to Obsidian Community Themes
Repository checklist
manifest.jsonat repo root (name must match theme folder: Sequoia)theme.cssat repo root — Sequoia Moonlight Light (light) + Sequoia Moonlight Dark (dark)screenshot.png— 512×288 previewversions.json— maps1.0.0→1.0.0README.mdandLICENSE
Extra variants (CSS snippets):
sequoia-monochrome-dark.css— CSS snippet invariants/sequoia-monochrome-light.css— CSS snippet invariants/sequoia-retro-dark.css— CSS snippet invariants/sequoia-retro-light.css— CSS snippet invariants/
GitHub release
- Create release tag
1.0.0(must matchmanifest.jsonversion). - Attach
manifest.jsonandtheme.cssas release assets. - Push tag:
git tag 1.0.0 && git push origin 1.0.0
Or with GitHub CLI:
gh release create 1.0.0 manifest.json theme.css --title "1.0.0" --notes "Initial community theme release."
Submit
- Sign in at community.obsidian.md with your Obsidian account.
- Link your GitHub account in profile settings.
- Themes → New theme → enter
https://github.com/Sequoia-Theme/obsidian. - Agree to developer policies and submit.
Obsidian reads manifest.json from the default branch and installs theme.css + manifest.json from the GitHub release matching the manifest version.
Updates
Bump version in manifest.json, add the new version to versions.json, commit, and create a new tagged release with updated assets.