forked from helix-editor/helix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[themes] Mention license files in README
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,12 @@ If you submit a theme, please include a comment at the top with your name and em | |
# Author : Name <[email protected]> | ||
``` | ||
|
||
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)! |