summaryrefslogtreecommitdiff
path: root/extra/theme_convert.py
diff options
context:
space:
mode:
Diffstat (limited to 'extra/theme_convert.py')
-rwxr-xr-xextra/theme_convert.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/extra/theme_convert.py b/extra/theme_convert.py
index 0873bd02..8a0d26ca 100755
--- a/extra/theme_convert.py
+++ b/extra/theme_convert.py
@@ -103,6 +103,8 @@ if __name__ == "__main__":
new['thread']['attachment'] = lookup(['thread','attachment'])
new['thread']['attachment_focus'] = lookup(['thread','attachment_focus'])
new['thread']['body'] = lookup(['thread','body'])
+ new['thread']['arrow_heads'] = lookup(['thread','body'])
+ new['thread']['arrow_bars'] = lookup(['thread','body'])
new['thread']['header'] = lookup(['thread','header'])
new['thread']['header_key'] = lookup(['thread','header_key'])
new['thread']['header_value'] = lookup(['thread','header_value'])