From 41b4eb36f04c52f876f5d9d41b62a02e7b816ebf Mon Sep 17 00:00:00 2001 From: Patrick Totzke Date: Sat, 23 Jun 2018 12:39:08 +0100 Subject: update theme spec, default theme and tests This patchseries adds a new buffer type for displaying notmuch's saved querystrings. This commit adds the respective theming attributes used in the new buffer. They are just copies of the taglist buffer really. THIS BREAKS COMPATIBILITY WITH USER THEMES! The theme files need to be updated to also have these new attributes in order to conform with the updated spec. --- tests/settings/theme_test.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/settings/theme_test.py b/tests/settings/theme_test.py index b3f90661..c74de50e 100644 --- a/tests/settings/theme_test.py +++ b/tests/settings/theme_test.py @@ -34,6 +34,10 @@ DUMMY_THEME = """\ line_even = '', '', '', '', '', '' line_focus = '', '', '', '', '', '' line_odd = '', '', '', '', '', '' +[namedqueries] + line_even = '', '', '', '', '', '' + line_focus = '', '', '', '', '', '' + line_odd = '', '', '', '', '', '' [search] focus = '', '', '', '', '', '' normal = '', '', '', '', '', '' -- cgit v1.2.3