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

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

[elpa] externals/standard-themes 05a8e9cda3 04/74: Add support for eglot


From: ELPA Syncer
Subject: [elpa] externals/standard-themes 05a8e9cda3 04/74: Add support for eglot
Date: Wed, 30 Nov 2022 08:58:21 -0500 (EST)

branch: externals/standard-themes
commit 05a8e9cda3a03292f516cd579e34ba1b5efb35c8
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for eglot
---
 standard-themes.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/standard-themes.el b/standard-themes.el
index 4b5759d598..4808152769 100644
--- a/standard-themes.el
+++ b/standard-themes.el
@@ -1113,6 +1113,8 @@ Helper function for `standard-themes-preview-colors'."
     `(ediff-odd-diff-Ancestor ((,c :inherit ediff-even-diff-Ancestor)))
     `(ediff-odd-diff-B ((,c :inherit ediff-even-diff-B)))
     `(ediff-odd-diff-C ((,c :inherit ediff-even-diff-C)))
+;;;; eglot
+    `(eglot-mode-line ((,c :inherit bold :foreground ,modeline-info)))
 ;;;; eldoc
     ;; NOTE: see https://github.com/purcell/package-lint/issues/187
     (list 'eldoc-highlight-function-argument `((,c :inherit warning 
:background ,bg-warning)))



reply via email to

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