branch: externals/standard-themes commit 05a8e9cda3a03292f516cd579e34ba1b5efb35c8 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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)))