diff options
author | Ingrid | 2021-06-06 12:45:59 +0000 |
---|---|---|
committer | GitHub | 2021-06-06 12:45:59 +0000 |
commit | 54f3548d541c3fc6fd793aeacb584cbe0d934b82 (patch) | |
tree | c96500ad4ca1ce914b1d3f34aceb6882dd6bc125 /contrib/themes/README.md | |
parent | 3280510d5b24141a9c39cbd279ba28cf57ba3605 (diff) |
theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113)
* theme: Enable style modifiers in theme.toml
* docs: theme documentation
* fixup: parse modifiers with filter_map
* theme: tests for parse_style
* theme: Log invalid cases in theme.toml parse
* docs: theme documentation fixup
* docs: Blaz's theming comments
* docs: Theme doc fixes from pickfire
Co-authored-by: Ivan Tham <pickfire@riseup.net>
* theme: More context in logs, TODO for alerting users
* contrib: Ingrid's theme
* docs: Theme subsection fixes
Co-authored-by: Ivan Tham <pickfire@riseup.net>
Diffstat (limited to 'contrib/themes/README.md')
-rw-r--r-- | contrib/themes/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/contrib/themes/README.md b/contrib/themes/README.md new file mode 100644 index 00000000..1c9c5ae9 --- /dev/null +++ b/contrib/themes/README.md @@ -0,0 +1,9 @@ +# 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> +``` + +We have a preview page for themes on our [wiki](https://github.com/helix-editor/helix/wiki/Themes)! |