From: Tim Vaughan Date: Sat, 27 Apr 2019 11:51:30 +0000 (+0200) Subject: Adjusted face for text entries. X-Git-Tag: v1.0.0~33 X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=elpher.git;a=commitdiff_plain;h=54397c6300acf4956b914994dc00291eee2f866a Adjusted face for text entries. --- diff --git a/elopher.el b/elopher.el index 1502782..a84117b 100644 --- a/elopher.el +++ b/elopher.el @@ -60,8 +60,8 @@ "Face used for index records.") (defface elopher-text - '((default :weight bold) - (((background dark)) :foreground "white")) + '((((background dark)) :foreground "white") + (((background light)) :weight bold)) "Face used for text records.") (defface elopher-info '()