https://github.com/floatpane/matcha-themes
Community-driven theme store for matcha
https://github.com/floatpane/matcha-themes
Last synced: 18 days ago
JSON representation
Community-driven theme store for matcha
- Host: GitHub
- URL: https://github.com/floatpane/matcha-themes
- Owner: floatpane
- Created: 2026-06-24T13:15:46.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2026-06-24T15:47:06.000Z (about 2 months ago)
- Last Synced: 2026-06-24T17:17:03.672Z (about 2 months ago)
- Language: TypeScript
- Homepage: https://themes.matcha.email/
- Size: 1.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Matcha Themes
A community-driven collection of themes for [Matcha](https://github.com/floatpane/matcha).
## Submitting a Theme
1. Fork this repository
2. Add a new JSON file under `themes/.json`
3. Use the following schema:
```json
{
"name": "Your Theme Name",
"accent": "#HEXHEX",
"accent_dark": "#HEXHEX",
"accent_text": "#HEXHEX",
"secondary": "#HEXHEX",
"subtle_text": "#HEXHEX",
"muted_text": "#HEXHEX",
"dim_text": "#HEXHEX",
"danger": "#HEXHEX",
"warning": "#HEXHEX",
"tip": "#HEXHEX",
"link": "#HEXHEX",
"directory": "#HEXHEX",
"contrast": "#HEXHEX"
}
```
4. Open a pull request using the provided template.
## Browse Themes
Visit the website at [themes.matcha.email](https://themes.matcha.email) (or run the local site below).
## License
MIT