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

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

[elpa] externals/ef-themes 60821e577b 230/281: Add support for dictionar


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 60821e577b 230/281: Add support for dictionary
Date: Tue, 16 Aug 2022 16:58:36 -0400 (EDT)

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

    Add support for dictionary
---
 ef-themes.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index 3936551d3d..fa0dda9978 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -238,6 +238,11 @@ When called from Lisp, THEME is a symbol."
 ;;;; denote
     `(denote-faces-date ((,c :foreground ,date)))
     `(denote-faces-keywords ((,c :foreground ,name)))
+;;;; dictionary
+    `(dictionary-button-face ((,c :inherit bold)))
+    `(dictionary-reference-face ((,c :inherit link)))
+    `(dictionary-word-definition-face (()))
+    `(dictionary-word-entry-face ((,c :inherit font-lock-comment-face)))
 ;;;; diff-hl
     `(diff-hl-change ((,c :background ,bg-changed-refine)))
     `(diff-hl-delete ((,c :background ,bg-removed-refine)))



reply via email to

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