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

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

[elpa] externals/modus-vivendi-theme 8191e47 005/110: Make NO-EMOJI supp


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 8191e47 005/110: Make NO-EMOJI support explicit. Tweak colour.
Date: Wed, 29 Apr 2020 21:39:55 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 8191e473b8959a8b74149fa68bc369b0f71b5ea6
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Make NO-EMOJI support explicit. Tweak colour.
    
    This package was already supported but not listed in the docs.  Its
    styles have been refined a bit.
---
 README.org              | 1 +
 modus-operandi-theme.el | 4 +++-
 modus-vivendi-theme.el  | 4 +++-
 3 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index df01287..b3709f1 100644
--- a/README.org
+++ b/README.org
@@ -313,6 +313,7 @@ the "full support" may not be 100% true…
 + mu4e-conversation
 + multiple-cursors
 + neotree
++ no-emoji
 + num3-mode
 + org*
 + org-journal
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index bbb24e6..bbf8adf 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -190,6 +190,7 @@
 ;;     mu4e-conversation
 ;;     multiple-cursors
 ;;     neotree
+;;     no-emoji
 ;;     num3-mode
 ;;     org
 ;;     org-journal
@@ -598,7 +599,6 @@ between foreground and background is >= 7:1)."
    `(homoglyph ((,class (:foreground ,yellow-alt-other))))
    `(ibuffer-locked-buffer ((,class (:foreground ,yellow-alt-other))))
    `(italic ((,class (:foreground ,fg-special-cold :slant italic))))
-   `(no-emoji ((,class (:foreground ,fg-special-mild :weight bold))))
    `(nobreak-hyphen ((,class (:inherit modus-theme-special-cold))))
    `(nobreak-space ((,class (:inherit modus-theme-special-cold :underline t))))
    `(minibuffer-prompt ((,class (:foreground ,cyan-alt))))
@@ -2113,6 +2113,8 @@ between foreground and background is >= 7:1)."
    `(neo-vc-unlocked-changes-face ((,class (:inherit 
modus-theme-refine-blue))))
    `(neo-vc-up-to-date-face ((,class (:foreground ,fg-alt))))
    `(neo-vc-user-face ((,class (:foreground ,magenta))))
+   ;;;; no-emoji
+   `(no-emoji ((,class (:foreground ,cyan))))
    ;;;; num3-mode
    `(num3-face-even ((,class (:background ,bg-alt :weight bold))))
    ;;;; org
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index e108094..b38048c 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -190,6 +190,7 @@
 ;;     mu4e-conversation
 ;;     multiple-cursors
 ;;     neotree
+;;     no-emoji
 ;;     num3-mode
 ;;     org
 ;;     org-journal
@@ -598,7 +599,6 @@ between foreground and background is >= 7:1)."
    `(homoglyph ((,class (:foreground ,yellow-alt-other))))
    `(ibuffer-locked-buffer ((,class (:foreground ,yellow-alt-other))))
    `(italic ((,class (:foreground ,fg-special-cold :slant italic))))
-   `(no-emoji ((,class (:foreground ,fg-special-mild :weight bold))))
    `(nobreak-hyphen ((,class (:inherit modus-theme-special-cold))))
    `(nobreak-space ((,class (:inherit modus-theme-special-cold :underline t))))
    `(minibuffer-prompt ((,class (:foreground ,cyan-alt))))
@@ -2113,6 +2113,8 @@ between foreground and background is >= 7:1)."
    `(neo-vc-unlocked-changes-face ((,class (:inherit 
modus-theme-refine-blue))))
    `(neo-vc-up-to-date-face ((,class (:foreground ,fg-alt))))
    `(neo-vc-user-face ((,class (:foreground ,magenta))))
+   ;;;; no-emoji
+   `(no-emoji ((,class (:foreground ,cyan))))
    ;;;; num3-mode
    `(num3-face-even ((,class (:background ,bg-alt :weight bold))))
    ;;;; org



reply via email to

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