From 2da3ca6418339e37c7ba8c801492b99ac6faed37 Mon Sep 17 00:00:00 2001 From: Tim Vaughan Date: Wed, 12 Aug 2020 09:36:40 +0200 Subject: [PATCH] Updated faces for 27.1. --- emus.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/emus.el b/emus.el index 23a1da1..cfa674a 100644 --- a/emus.el +++ b/emus.el @@ -57,11 +57,13 @@ :type '(string)) (defface emus-artist - '((t :inherit font-lock-string-face :background "#333")) + '(((background dark) :inherit font-lock-string-face :inverse-video t :extend t) + (t :inherit font-lock-string-face :background "#ddd" :extend t)) "Face used for artist names in browser.") (defface emus-album - '((t :inherit font-lock-constant-face :background "#222")) + '(((background dark) :inherit font-lock-constant-face :inverse-video t :extend t) + (t :inherit font-lock-constant-face :background "#eee" :extend t)) "Face used for album names in browser.") (defface emus-track -- 2.20.1