export: Add tty

This commit is contained in:
Dylan Araps 2018-01-03 09:14:49 +11:00
parent dd17579437
commit 57727f6965

View File

@ -41,6 +41,7 @@ def get_export_type(export_type):
"scss": "colors.scss", "scss": "colors.scss",
"shell": "colors.sh", "shell": "colors.sh",
"sway": "colors-sway", "sway": "colors-sway",
"tty": "colors-tty.sh",
"xresources": "colors.Xresources", "xresources": "colors.Xresources",
"yaml": "colors.yml", "yaml": "colors.yml",
}.get(export_type, export_type) }.get(export_type, export_type)