branch: elpa/inkpot-theme
commit c939eca12b1cb202194ab9e813651e7a1656888a
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>

    Add colors for eglot
---
 changelog.rst   | 4 ++++
 inkpot-theme.el | 5 +++++
 readme.rst      | 1 +
 3 files changed, 10 insertions(+)

diff --git a/changelog.rst b/changelog.rst
index 904cd28c1a..2457d6dfc9 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -3,6 +3,10 @@
 Change Log
 ##########
 
+
+- 2023-04-18
+   - Define colors for ``eglot`` inlay hints.
+
 - 2023-04-04
    - Define colors for ``vundo``.
 
diff --git a/inkpot-theme.el b/inkpot-theme.el
index 09bcf2c88a..51df9c9aa0 100644
--- a/inkpot-theme.el
+++ b/inkpot-theme.el
@@ -193,6 +193,11 @@
    '(whitespace-space ((nil (:foreground "#434357"))))
    '(whitespace-tab ((nil (:foreground "#434357"))))
 
+   ;; `eglot`.
+   `(eglot-inlay-hint-face ((t (:foreground ,ip-slate-light+5.9 :background 
,ip-slate-dark+7.6))))
+   `(eglot-type-hint-face ((t (:foreground ,ip-slate-light+5.9 :background 
,ip-slate-dark+7.6))))
+   `(eglot-parameter-hint-face ((t (:foreground ,ip-slate-light+5.9 
:background ,ip-slate-dark+7.6))))
+
    ;; xref mode.
    `(xref-line-number ((t (:foreground ,ip-slate-lite+17.7 :background 
,ip-grey+18))))
 
diff --git a/readme.rst b/readme.rst
index cd85632707..5f20defe48 100644
--- a/readme.rst
+++ b/readme.rst
@@ -65,6 +65,7 @@ Other:
    - ``ediff-mode``
 
 Bundled Packages:
+   - ``eglot``
    - ``tab-bar-mode``
    - ``which-func``
    - ``white-space``

Reply via email to