A collection of community themes for Nerimity.
This repository hosts the theme JSON files used in Nerimity.
Which fetches from themes.json in the main branch
Each theme should follow this JSON structure:
{
"Awesome Theme Name": {
"colors": {
"background-color": "PLACEHOLDER",
"pane-color": "PLACEHOLDER",
"text-color": "PLACEHOLDER",
"primary-color": "PLACEHOLDER",
"secondary-color": "PLACEHOLDER"
},
"maintainers": ["username"]
}
}
- Fork the repository.
- Create a branch off
themes-src - Add your theme JSON to
themes-src/community/ - Make a PR on the
themes-srcbranch - We will review your submission
Tip: Make sure your theme has descriptive names and balanced colours. Preview it locally before submitting (PLEASE) Thank you for contributing! 🎨