aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <[email protected]>2018-01-03 09:14:49 +1100
committerDylan Araps <[email protected]>2018-01-03 09:14:49 +1100
commit57727f6965a553cd78ac117b349d7a246189b237 (patch)
tree5028710f09dfa2ee0dc033070bb81d354e5f726f
parentcolors: Set colors in linux tty. (diff)
downloadpywal-57727f6965a553cd78ac117b349d7a246189b237.tar.xz
pywal-57727f6965a553cd78ac117b349d7a246189b237.zip
export: Add tty
-rw-r--r--pywal/export.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pywal/export.py b/pywal/export.py
index 8f252f9..5049db7 100644
--- a/pywal/export.py
+++ b/pywal/export.py
@@ -41,6 +41,7 @@ def get_export_type(export_type):
"scss": "colors.scss",
"shell": "colors.sh",
"sway": "colors-sway",
+ "tty": "colors-tty.sh",
"xresources": "colors.Xresources",
"yaml": "colors.yml",
}.get(export_type, export_type)