emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes f9c83d6c01 099/281: Put orderless faces in or


From: ELPA Syncer
Subject: [elpa] externals/ef-themes f9c83d6c01 099/281: Put orderless faces in order
Date: Tue, 16 Aug 2022 16:58:22 -0400 (EDT)

branch: externals/ef-themes
commit f9c83d6c0139a63a30b150380e7723e9513ff89a
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Put orderless faces in order
---
 ef-themes.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index 76a7f925bf..ab6cc75f2d 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -488,6 +488,11 @@ When called from Lisp, THEME is a symbol."
     `(notmuch-tree-no-match-date-face ((,c :inherit shadow)))
     `(notmuch-wash-cited-text ((,c :inherit message-cited-text-1)))
     `(notmuch-wash-toggle-button ((,c :background ,bg-dim :foreground 
,fg-alt)))
+;;;; orderless
+    `(orderless-match-face-0 ((,c :inherit bold :foreground ,accent-0)))
+    `(orderless-match-face-1 ((,c :inherit bold :foreground ,accent-1)))
+    `(orderless-match-face-2 ((,c :inherit bold :foreground ,accent-2)))
+    `(orderless-match-face-3 ((,c :inherit bold :foreground ,accent-3)))
 ;;;; org
     `(org-agenda-calendar-event ((,c :foreground ,fg-alt)))
     `(org-agenda-calendar-sexp ((,c :inherit (italic 
org-agenda-calendar-event))))
@@ -571,11 +576,6 @@ When called from Lisp, THEME is a symbol."
     `(org-verbatim ((,c :foreground ,variable)))
     `(org-verse (( )))
     `(org-warning ((,c :inherit warning)))
-;;;; orderless
-    `(orderless-match-face-0 ((,c :inherit bold :foreground ,accent-0)))
-    `(orderless-match-face-1 ((,c :inherit bold :foreground ,accent-1)))
-    `(orderless-match-face-2 ((,c :inherit bold :foreground ,accent-2)))
-    `(orderless-match-face-3 ((,c :inherit bold :foreground ,accent-3)))
 ;;;; outline-mode
     `(outline-1 ((,c :inherit bold :foreground ,rainbow-1)))
     `(outline-2 ((,c :inherit bold :foreground ,rainbow-2)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]