aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/README.md
diff options
context:
space:
mode:
authorblinxen2023-11-13 21:10:09 +0000
committerMichael Davis2023-11-19 20:44:02 +0000
commitb16752306cf6799b30a5bd5cde743a8cf4c395f4 (patch)
tree6d5f7549893cd8f8cac4ccca70c277e1fc616177 /runtime/themes/README.md
parentb306b25e82a33b4704846ab4fce9b10b2ee7f67c (diff)
[themes] Mention license files in README
Diffstat (limited to 'runtime/themes/README.md')
-rw-r--r--runtime/themes/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/themes/README.md b/runtime/themes/README.md
index 1c9c5ae9..302ba34c 100644
--- a/runtime/themes/README.md
+++ b/runtime/themes/README.md
@@ -6,4 +6,12 @@ If you submit a theme, please include a comment at the top with your name and em
# 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)!