An open API service indexing awesome lists of open source software.

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

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