2021-06-06 16:45:59 +04:00
|
|
|
# User submitted themes
|
|
|
|
|
|
|
|
If you submit a theme, please include a comment at the top with your name and email address:
|
|
|
|
|
|
|
|
```toml
|
|
|
|
# Author : Name <email@my.domain>
|
|
|
|
```
|
|
|
|
|
2023-11-14 01:10:09 +04:00
|
|
|
If you are submitting a theme that is already published somewhere, then please
|
|
|
|
add the corresponding license file for it under `licenses/` with the following
|
|
|
|
name `theme_name.license` and add a comment at the top of the theme file:
|
|
|
|
|
|
|
|
```toml
|
|
|
|
# License: <License specification>
|
|
|
|
```
|
|
|
|
|
2021-06-06 16:45:59 +04:00
|
|
|
We have a preview page for themes on our [wiki](https://github.com/helix-editor/helix/wiki/Themes)!
|