Obsidian Theme Reference
Foreword
Welcome to Obsidian Theme Reference (or OTR for short). This reference document will (hopefully) contain information about all current Obsidian themes in the community store. It hopes to be useful for those looking to try out new Obsidian themes, but will not go into too much detail for each theme (like tldr pages). The themes are listed in alphabetical order.
FAQ
Here are some frequently asked questions.
Project Status
This site is currently still very WIP.
I have to manually extract, summarise, fill in information, try out each theme and provide an appropriate score for them. There is no longer any download count because I find that that tends to skew the opinion of a theme too much.
There is a progress tracker for theme entries added.
About the old scoring system
Henceforth, the scoring system will be delegated as second class. It shall be changed merely to serve as a reference, which is what this site should be. This will be replaced by a reference criteria.
For reference, take a look at the criteria example provided.
I would like to contribute
Head over to the repository's README.
Theme x has outdated or inaccurate information, how do I suggest changes?
Open a GitHub Discussion directly at the theme's page from this site.
I am a theme dev, I would like to add my theme
Feel free to submit a PR if you feel that your theme is not accurately described or has outdated information.
Viewing locally
You can view the contents of this site in your Obsidian vault locally. Just run the following command in your directory of choice. - Assuming you have Git installed
git clone https://github.com/bladeacer/ObsiThemeRef.git
Then, open the ./ObsiThemeRef/docs/ directory as an Obsidian vault.
If needed, run the following command to update your local branch with the remote one.
git pull