Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The TL;DR is that you have to add the information of your theme to the to the [`
Your theme must be hosted on GitHub on a public repository. Before submitting your theme, make sure that your repository contains the following:
1. A `README.md` file in the root of your repo
2. A screenshot of your theme to be displayed in the community theme store. We recommend using an image of 1920×1080px.
3. Your `.css` file must be named `obsidian.css` and be at the root of your repository.
3. Your `.css` file must be named `theme.css` and be at the root of your repository.
4. It is highly recommended that you add a license to your theme. You can use [Choose a License](https://choosealicense.com/) if you don't know which one to pick.
5. To submit your theme, you can go ahead and make a [pull request](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) if you are familiar with git. Otherwise keep reading for instructions on how to submit your theme through GitHub's web interface.

Expand Down