diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2017-07-29 21:27:01 +1000 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2017-07-29 21:27:01 +1000 |
| commit | 65fd7b89d60c13b5c4f2061d9eb4ff8dd968a503 (patch) | |
| tree | daabbde5c54399ca72903073f1452d85060d9fd8 /pywal/export.py | |
| parent | b60d9d0d9758982d48272fa5c59fcb4b7e54d8aa (diff) | |
export: Export the colors in yaml.
Diffstat (limited to 'pywal/export.py')
| -rw-r--r-- | pywal/export.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pywal/export.py b/pywal/export.py index f727466..abf68ab 100644 --- a/pywal/export.py +++ b/pywal/export.py @@ -36,6 +36,7 @@ def get_export_type(export_type): "scss": "colors.scss", "shell": "colors.sh", "xresources": "colors.Xresources", + "yml": "colors.yml", }.get(export_type, export_type) |
