commit 80125f9c13528fb8e93ef491349d5b8da9949902
parent bdb5eb5517e2b2f285ac9ebeeea6a93c1c8ae3dc
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Date: Sun, 29 Mar 2026 18:56:21 +0300
Add missing embark faces (repeat keys, verbose indicator, etc.)
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/solarized-faces.el b/solarized-faces.el
@@ -592,10 +592,17 @@
`(elscreen-tab-control-face ((,class (:background ,base03 :foreground ,base0))))
;;;;; embark
`(embark-keybinding ((,class (:foreground ,green :weight bold))))
+ `(embark-keybinding-repeat ((,class (:foreground ,orange :weight bold))))
`(embark-target ((,class (:foreground ,magenta :weight bold))))
+ `(embark-selected ((,class (:inherit match))))
+ `(embark-keymap ((,class (:foreground ,base01 :slant italic))))
`(embark-collect-candidate ((,class (:foreground ,base0))))
+ `(embark-collect-annotation ((,class (:foreground ,base01))))
`(embark-collect-group-title ((,class (:foreground ,blue :weight bold))))
`(embark-collect-group-separator ((,class (:foreground ,base01))))
+ `(embark-verbose-indicator-title ((,class (:foreground ,blue :weight bold))))
+ `(embark-verbose-indicator-documentation ((,class (:foreground ,base01 :slant italic))))
+ `(embark-verbose-indicator-shadowed ((,class (:foreground ,base01))))
;;;;; epa
`(epa-mark ((,class (:foreground ,magenta :weight bold))))
`(epa-string ((,class (:foreground ,violet))))