A community-driven collection of themes for Matcha.
- Fork this repository
- Add a new JSON file under
themes/<your-theme>.json - Use the following schema:
{
"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"
}- Open a pull request using the provided template.
Visit the website at themes.matcha.email (or run the local site below).
MIT