mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
[themes] Mention license files in README
This commit is contained in:
parent
b306b25e82
commit
b16752306c
@ -6,4 +6,12 @@ # User submitted themes
|
|||||||
# Author : Name <email@my.domain>
|
# 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)!
|
We have a preview page for themes on our [wiki](https://github.com/helix-editor/helix/wiki/Themes)!
|
||||||
|
Loading…
Reference in New Issue
Block a user