diff --git a/runtime/themes/README.md b/runtime/themes/README.md index 1c9c5ae9b..302ba34cf 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 ``` +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: +``` + We have a preview page for themes on our [wiki](https://github.com/helix-editor/helix/wiki/Themes)!