commit bdb5eb5517e2b2f285ac9ebeeea6a93c1c8ae3dc
parent 0cdd29a14465b32a469fd380e7a4cddb85d30788
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Date: Sun, 29 Mar 2026 18:56:00 +0300
Add missing eglot faces (mode-line, inlay hints)
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -575,6 +575,10 @@
`(eglot-highlight-symbol-face ((,class (:inherit bold :background ,base02))))
`(eglot-diagnostic-tag-unnecessary-face ((,class (:foreground ,base01 :underline (:style wave :color ,yellow)))))
`(eglot-diagnostic-tag-deprecated-face ((,class (:foreground ,base01 :strike-through ,base01))))
+ `(eglot-mode-line ((,class (:foreground ,base0 :weight bold))))
+ `(eglot-inlay-hint-face ((,class (:foreground ,base01 :height 0.9))))
+ `(eglot-type-hint-face ((,class (:inherit eglot-inlay-hint-face :foreground ,cyan))))
+ `(eglot-parameter-hint-face ((,class (:inherit eglot-inlay-hint-face :foreground ,yellow))))
;;;;; elfeed
`(elfeed-search-date-face ((,class (:foreground ,base01))))
`(elfeed-search-feed-face ((,class (:foreground ,base01))))