summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-07-20 18:54:23 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-07-20 18:54:23 +0100
commit96d3452d320b6e6fa338d9f61c869641d801e1bd (patch)
tree3520be0f89c7b8eb36a695402c88e6325609ad8e /extra
parent903c0ad20ea55e7be525a2ab1f3d01c1aed93774 (diff)
individually theme arrows heads/bars in thread view
Diffstat (limited to 'extra')
-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'])