[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)))
- [elpa] externals/modus-operandi-theme 3f18a36 72/99: RENAME CUSTOM OPTION for variable-pitch headings, (continued)
- [elpa] externals/modus-operandi-theme 3f18a36 72/99: RENAME CUSTOM OPTION for variable-pitch headings, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 099fe43 78/99: Revert commit 94e113878, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 1e466e0 80/99: Modus Operandi: fix bad var from commit d8986b791, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 8414a5d 86/99: Unquote face symbols in 'org-src-block-faces', Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme b8c3d0f 83/99: Use new symbol for variable-pitch headings option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 5166bc0 92/99: Add org-quote background for "org blocks" option, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme da76787 96/99: Minor refinements for BONGO, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 643298e 99/99: Merge branch 'master' into local branch, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme ea85175 87/99: New custom option for intense hl-line, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme 15d045b 89/99: Internal: add custom ids for headings in README, Stefan Monnier, 2020/07/31
- [elpa] externals/modus-operandi-theme e3ce274 91/99: Add support for DICTIONARY,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme a339d41 97/99: New CUSTOM OPTION for intense paren matching, Stefan Monnier, 2020/07/31