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

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

[nongnu] elpa/oblivion-theme 56516bca65 1/3: Add eglot colors


From: ELPA Syncer
Subject: [nongnu] elpa/oblivion-theme 56516bca65 1/3: Add eglot colors
Date: Sat, 11 Nov 2023 07:00:06 -0500 (EST)

branch: elpa/oblivion-theme
commit 56516bca658ee0e4683f0c8b30ffa61e00677ba7
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    Add eglot colors
---
 oblivion-theme.el | 5 +++++
 readme.rst        | 1 +
 2 files changed, 6 insertions(+)

diff --git a/oblivion-theme.el b/oblivion-theme.el
index 08d91efbae..a14e195118 100644
--- a/oblivion-theme.el
+++ b/oblivion-theme.el
@@ -144,6 +144,11 @@
    `(whitespace-space ((nil (:foreground ,ob-aluminium4))))
    `(whitespace-tab ((nil (:background ,ob-aluminium6+5 :foreground 
,ob-aluminium4))))
 
+   ;; `eglot`.
+   `(eglot-inlay-hint-face ((t (:foreground ,ob-aluminium4 :background 
,ob-aluminium6-5))))
+   `(eglot-type-hint-face ((t (:foreground ,ob-aluminium4 :background 
,ob-chameleon1))))
+   `(eglot-parameter-hint-face ((t (:foreground ,ob-aluminium4 :background 
,ob-aluminium6-5))))
+
    ;; xref mode.
    `(xref-line-number ((t (:background ,ob-aluminium6+16 :foreground 
,ob-aluminium4))))
 
diff --git a/readme.rst b/readme.rst
index cebecbc177..3a728bc726 100644
--- a/readme.rst
+++ b/readme.rst
@@ -50,6 +50,7 @@ Other:
    - ``ediff-mode``
 
 Bundled Packages:
+   - ``eglot``.
    - ``tab-bar-mode``
    - ``which-func``
    - ``white-space``



reply via email to

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