summaryrefslogtreecommitdiff
path: root/tests/settings
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-06-23 12:39:08 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2018-07-24 22:05:57 +0100
commit41b4eb36f04c52f876f5d9d41b62a02e7b816ebf (patch)
tree45caf5d05e411aa9b630a62556fe46ed7b6d2e32 /tests/settings
parent035b0f7ebe01342b2c7a1ff91af11dae06615141 (diff)
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.
Diffstat (limited to 'tests/settings')
-rw-r--r--tests/settings/theme_test.py4
1 files changed, 4 insertions, 0 deletions
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 = '', '', '', '', '', ''