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

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

[elpa] externals/modus-operandi-theme e3ce274 91/99: Add support for DIC


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme e3ce274 91/99: Add support for DICTIONARY
Date: Fri, 31 Jul 2020 09:25:32 -0400 (EDT)

branch: externals/modus-operandi-theme
commit e3ce274e3a65a1e3de11f6ca3535068a894001b4
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for DICTIONARY
    
    The package: https://github.com/myrkr/dictionary-el
---
 README.org              | 1 +
 modus-operandi-theme.el | 6 ++++++
 modus-vivendi-theme.el  | 6 ++++++
 3 files changed, 13 insertions(+)

diff --git a/README.org b/README.org
index 38573db..6e91abf 100644
--- a/README.org
+++ b/README.org
@@ -978,6 +978,7 @@ the "full support" may not be 100% true…
 + debbugs
 + define-word
 + deft
++ dictionary
 + diff-hl
 + diff-mode
 + dim-autoload
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index c96842b..be7cf5a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -109,6 +109,7 @@
 ;;     debbugs
 ;;     define-word
 ;;     deft
+;;     dictionary
 ;;     diff-hl
 ;;     diff-mode
 ;;     dim-autoload
@@ -1469,6 +1470,11 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(deft-summary-face ((,class :foreground ,fg-alt :slant 
,modus-theme-slant)))
    `(deft-time-face ((,class :foreground ,fg-special-cold)))
    `(deft-title-face ((,class :inherit bold :foreground ,fg-main)))
+;;;;; dictionary
+   `(dictionary-button-face ((,class :inherit bold :foreground 
,fg-special-cold)))
+   `(dictionary-reference-face ((,class :foreground ,blue-alt-other :underline 
t)))
+   `(dictionary-word-definition-face ((,class :foreground ,fg-main)))
+   `(dictionary-word-entry-face ((,class :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
 ;;;;; diff-hl
    `(diff-hl-change ((,class :inherit modus-theme-fringe-blue)))
    `(diff-hl-delete ((,class :inherit modus-theme-fringe-red)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 31c069d..a4f80dc 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -109,6 +109,7 @@
 ;;     debbugs
 ;;     define-word
 ;;     deft
+;;     dictionary
 ;;     diff-hl
 ;;     diff-mode
 ;;     dim-autoload
@@ -1469,6 +1470,11 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(deft-summary-face ((,class :foreground ,fg-alt :slant 
,modus-theme-slant)))
    `(deft-time-face ((,class :foreground ,fg-special-cold)))
    `(deft-title-face ((,class :inherit bold :foreground ,fg-main)))
+;;;;; dictionary
+   `(dictionary-button-face ((,class :inherit bold :foreground 
,fg-special-cold)))
+   `(dictionary-reference-face ((,class :foreground ,blue-alt-other :underline 
t)))
+   `(dictionary-word-definition-face ((,class :foreground ,fg-main)))
+   `(dictionary-word-entry-face ((,class :foreground ,fg-special-cold :slant 
,modus-theme-slant)))
 ;;;;; diff-hl
    `(diff-hl-change ((,class :inherit modus-theme-fringe-blue)))
    `(diff-hl-delete ((,class :inherit modus-theme-fringe-red)))



reply via email to

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