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

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

[elpa] externals/modus-vivendi-theme 69203f2 091/110: Add support for EG


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 69203f2 091/110: Add support for EGLOT
Date: Wed, 29 Apr 2020 21:40:14 -0400 (EDT)

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

    Add support for EGLOT
---
 README.org              | 1 +
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 3 files changed, 7 insertions(+)

diff --git a/README.org b/README.org
index 4e58056..53dc200 100644
--- a/README.org
+++ b/README.org
@@ -432,6 +432,7 @@ the "full support" may not be 100% true…
 + easy-kill
 + ebdb
 + ediff
++ eglot
 + eldoc-box
 + elfeed
 + elfeed-score
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index c2ada4a..319a211 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -118,6 +118,7 @@
 ;;     easy-kill
 ;;     ebdb
 ;;     ediff
+;;     eglot
 ;;     eldoc-box
 ;;     elfeed
 ;;     elfeed-score
@@ -1349,6 +1350,8 @@ AMOUNT is a customisation option."
    `(ediff-odd-diff-Ancestor ((,class (:background ,bg-diff-neutral-0 
:foreground ,fg-diff-neutral-0))))
    `(ediff-odd-diff-B ((,class (:background ,bg-diff-neutral-2 :foreground 
,fg-diff-neutral-2))))
    `(ediff-odd-diff-C ((,class (:background ,bg-diff-neutral-1 :foreground 
,fg-diff-neutral-1))))
+   ;;;; eglot
+   `(eglot-mode-line ((,class (:foreground ,magenta-active :weight 
,modus-theme-bold))))
    ;;;; eldoc-box
    `(eldoc-box-body ((,class (:background ,bg-alt :foreground ,fg-main))))
    `(eldoc-box-border ((,class (:background ,fg-alt))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 76834f8..3f4a524 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -118,6 +118,7 @@
 ;;     easy-kill
 ;;     ebdb
 ;;     ediff
+;;     eglot
 ;;     eldoc-box
 ;;     elfeed
 ;;     elfeed-score
@@ -1349,6 +1350,8 @@ AMOUNT is a customisation option."
    `(ediff-odd-diff-Ancestor ((,class (:background ,bg-diff-neutral-0 
:foreground ,fg-diff-neutral-0))))
    `(ediff-odd-diff-B ((,class (:background ,bg-diff-neutral-2 :foreground 
,fg-diff-neutral-2))))
    `(ediff-odd-diff-C ((,class (:background ,bg-diff-neutral-1 :foreground 
,fg-diff-neutral-1))))
+   ;;;; eglot
+   `(eglot-mode-line ((,class (:foreground ,magenta-active :weight 
,modus-theme-bold))))
    ;;;; eldoc-box
    `(eldoc-box-body ((,class (:background ,bg-alt :foreground ,fg-main))))
    `(eldoc-box-border ((,class (:background ,fg-alt))))



reply via email to

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