mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
547 B
Markdown
18 lines
547 B
Markdown
# 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>
|
|
```
|
|
|
|
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>
|
|
```
|
|
|
|
We have a preview page for themes on our [wiki](https://github.com/helix-editor/helix/wiki/Themes)!
|