[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/modus-operandi-theme 5c22166 098/112: Add support for E
From: |
Stefan Monnier |
Subject: |
[elpa] externals/modus-operandi-theme 5c22166 098/112: Add support for EBDB |
Date: |
Mon, 30 Mar 2020 15:59:47 -0400 (EDT) |
branch: externals/modus-operandi-theme
commit 5c221660140092ddd3aadf4d62140e44c034a058
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>
Add support for EBDB
---
README.org | 1 +
modus-operandi-theme.el | 16 ++++++++++++++++
modus-vivendi-theme.el | 16 ++++++++++++++++
3 files changed, 33 insertions(+)
diff --git a/README.org b/README.org
index 8f5ce65..09052a9 100644
--- a/README.org
+++ b/README.org
@@ -232,6 +232,7 @@ the "full support" may not be 100% true…
+ dynamic-ruler
+ easy-jekyll
+ easy-kill
++ ebdb
+ ediff
+ eldoc-box
+ elfeed
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index f5e96f9..de7c7b1 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -109,6 +109,7 @@
;; dynamic-ruler
;; easy-jekyll
;; easy-kill
+;; ebdb
;; ediff
;; eldoc-box
;; elfeed
@@ -1115,6 +1116,21 @@ between foreground and background is >= 7:1)."
;;;; easy-kill
`(easy-kill-origin ((,class (:inherit modus-theme-subtle-red))))
`(easy-kill-selection ((,class (:inherit modus-theme-subtle-yellow))))
+ ;;;; ebdb
+ `(ebdb-address-default ((,class (:foreground ,fg-main))))
+ `(ebdb-db-char ((,class (:foreground ,fg-special-cold))))
+ `(ebdb-defunct ((,class (:foreground ,fg-alt))))
+ `(ebdb-field-hidden ((,class (:foreground ,magenta))))
+ `(ebdb-field-url ((,class (:foreground ,blue))))
+ `(ebdb-label ((,class (:foreground ,cyan-alt-other))))
+ `(ebdb-mail-default ((,class (:foreground ,fg-main))))
+ `(ebdb-mail-primary ((,class (:foreground ,blue-alt))))
+ `(ebdb-marked ((,class (:background ,cyan-intense-bg))))
+ `(ebdb-organization-name ((,class (:foreground ,fg-special-calm))))
+ `(ebdb-person-name ((,class (:foreground ,magenta-alt-other))))
+ `(ebdb-phone-default ((,class (:foreground ,fg-special-warm))))
+ `(ebdb-role-defunct ((,class (:foreground ,fg-alt))))
+ `(eieio-custom-slot-tag-face ((,class (:foreground ,red-alt))))
;;;; ediff
`(ediff-current-diff-A ((,class (:inherit modus-theme-special-warm))))
`(ediff-current-diff-Ancestor ((,class (:background ,bg-alt :foreground
,fg-main))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index f2c61e8..41df276 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -109,6 +109,7 @@
;; dynamic-ruler
;; easy-jekyll
;; easy-kill
+;; ebdb
;; ediff
;; eldoc-box
;; elfeed
@@ -1115,6 +1116,21 @@ between foreground and background is >= 7:1)."
;;;; easy-kill
`(easy-kill-origin ((,class (:inherit modus-theme-subtle-red))))
`(easy-kill-selection ((,class (:inherit modus-theme-subtle-yellow))))
+ ;;;; ebdb
+ `(ebdb-address-default ((,class (:foreground ,fg-main))))
+ `(ebdb-db-char ((,class (:foreground ,fg-special-cold))))
+ `(ebdb-defunct ((,class (:foreground ,fg-alt))))
+ `(ebdb-field-hidden ((,class (:foreground ,magenta))))
+ `(ebdb-field-url ((,class (:foreground ,blue))))
+ `(ebdb-label ((,class (:foreground ,cyan-alt-other))))
+ `(ebdb-mail-default ((,class (:foreground ,fg-main))))
+ `(ebdb-mail-primary ((,class (:foreground ,blue-alt))))
+ `(ebdb-marked ((,class (:background ,cyan-intense-bg))))
+ `(ebdb-organization-name ((,class (:foreground ,fg-special-calm))))
+ `(ebdb-person-name ((,class (:foreground ,magenta-alt-other))))
+ `(ebdb-phone-default ((,class (:foreground ,fg-special-warm))))
+ `(ebdb-role-defunct ((,class (:foreground ,fg-alt))))
+ `(eieio-custom-slot-tag-face ((,class (:foreground ,red-alt))))
;;;; ediff
`(ediff-current-diff-A ((,class (:inherit modus-theme-special-warm))))
`(ediff-current-diff-Ancestor ((,class (:background ,bg-alt :foreground
,fg-main))))
- [elpa] externals/modus-operandi-theme ee7ea51 087/112: Remove bold weight from matching parentheses, (continued)
- [elpa] externals/modus-operandi-theme ee7ea51 087/112: Remove bold weight from matching parentheses, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme c4e0434 091/112: Add support for ORG-TREESCOPE, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 3a6ebbc 093/112: Add support for CSV-MODE, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 7890009 100/112: Merge branch 'fix-modus-vivendi-theme' into 'master', Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 7dd0b0e 084/112: Add support for new FOUNTAIN-MODE heading faces, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 413ea53 088/112: Remove bold weight from `smartparens`, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 65a0c89 086/112: Add customisation option for distinct Org blocks, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 7253615 094/112: Add support for DYNAMIC-RULER, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 2e88ffa 095/112: Add support for GIT-WALKTREE, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 6ce0247 099/112: Switched to using correct custom option for vivendi theme., Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 5c22166 098/112: Add support for EBDB,
Stefan Monnier <=
- [elpa] externals/modus-operandi-theme c2da8a0 101/112: Add support for JULIA, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme c6aaf97 104/112: Update DIRED faces. Avoid hidden marks (issue 31)., Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 1dd7c56 107/112: General refinements to `change-log' and `log-view', Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 0394bdd 097/112: Add support for IOCCUR, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme c8f0af7 110/112: Make magit-log-{author, date} colours more distinct, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme cedb331 111/112: Upgrade to version 0.7.0, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme af3a327 089/112: Tweak `bg-paren-match' value and implementation, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme f55723d 067/112: Tweak `deadgrep' file and match colours, Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 7a6ff41 068/112: Add support for RG (rg.el), Stefan Monnier, 2020/03/30
- [elpa] externals/modus-operandi-theme 80fb704 070/112: Add an option for using a background for fringes, Stefan Monnier, 2020/03/30