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. --- alot/defaults/default.theme | 4 ++++ alot/defaults/theme.spec | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'alot/defaults') diff --git a/alot/defaults/default.theme b/alot/defaults/default.theme index 473bc2a5..b97dac50 100644 --- a/alot/defaults/default.theme +++ b/alot/defaults/default.theme @@ -24,6 +24,10 @@ line_focus = 'standout','','yellow','light gray','#ff8','g58' line_even = 'default','','light gray','black','default','g3' line_odd = 'default','','light gray','black','default','default' +[namedqueries] + line_focus = 'standout','','yellow','light gray','#ff8','g58' + line_even = 'default','','light gray','black','default','g3' + line_odd = 'default','','light gray','black','default','default' [thread] arrow_heads = '','','dark red','','#a00','' arrow_bars = '','','dark red','','#800','' diff --git a/alot/defaults/theme.spec b/alot/defaults/theme.spec index a316e320..387bbe2a 100644 --- a/alot/defaults/theme.spec +++ b/alot/defaults/theme.spec @@ -22,6 +22,10 @@ line_focus = attrtriple line_even = attrtriple line_odd = attrtriple +[namedqueries] + line_focus = attrtriple + line_even = attrtriple + line_odd = attrtriple [search] [[threadline]] normal = attrtriple -- cgit v1.2.3