From 96d3452d320b6e6fa338d9f61c869641d801e1bd Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Fri, 20 Jul 2012 18:54:23 +0100 Subject: individually theme arrows heads/bars in thread view --- extra/theme_convert.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extra') 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']) -- cgit v1.2.3