summaryrefslogtreecommitdiff
path: root/extra/themes/tomorrow
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2018-06-23 16:27:13 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2018-07-24 22:05:57 +0100
commit945616cdc1dba5bf0cc6a7618a06d18176cb6fff (patch)
tree34f25d7ab76b6c07f2222d1e23926a4059e747a9 /extra/themes/tomorrow
parent72121c3ad31676c27f1468644b48de1a05c37a5f (diff)
update extra theme files
this just adds theming attributes for the new namedqueries buffer, copied from those for the taglist buffer.
Diffstat (limited to 'extra/themes/tomorrow')
-rw-r--r--extra/themes/tomorrow4
1 files changed, 4 insertions, 0 deletions
diff --git a/extra/themes/tomorrow b/extra/themes/tomorrow
index 48ab4bf7..e7c8dc84 100644
--- a/extra/themes/tomorrow
+++ b/extra/themes/tomorrow
@@ -71,6 +71,10 @@ error = 'dark red'
text = 'default','default','%(16_text_fg)s','%(16_gray_bg)s','%(256_text_fg)s','%(256_gray_bg)s'
section = 'underline','default','%(16_alternate)s,underline','%(16_gray_bg)s','%(256_alternate)s,underline','%(256_gray_bg)s'
title = 'standout','default','%(16_alternate)s','%(16_gray_bg)s','%(256_alternate)s','%(256_gray_bg)s'
+[namedqueries]
+ line_focus = 'standout','default','%(16_focus_fg)s','%(16_focus_bg)s','%(256_focus_fg)s','%(256_focus_bg)s'
+ line_even = 'default','default','%(16_text_fg)s','%(16_normal_bg)s','%(256_text_fg)s','%(256_normal_bg)s'
+ line_odd = 'default','default','%(16_text_fg)s','%(16_normal_bg)s','%(256_text_fg)s','%(256_normal_bg)s'
[taglist]
line_focus = 'standout','default','%(16_focus_fg)s','%(16_focus_bg)s','%(256_focus_fg)s','%(256_focus_bg)s'
line_even = 'default','default','%(16_text_fg)s','%(16_normal_bg)s','%(256_text_fg)s','%(256_normal_bg)s'