branch: elpa/apropospriate-theme commit 07265cc0122d3bde62615e8f5671e271598d95da Author: justin talbott <jus...@waymondo.com> Commit: justin talbott <jus...@waymondo.com>
make which-key/transient/embark/hydra key color consistent --- apropospriate.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/apropospriate.el b/apropospriate.el index cc602fdd59..781f8d9e91 100644 --- a/apropospriate.el +++ b/apropospriate.el @@ -252,6 +252,8 @@ Set to `1.0' or nil to prevent font size manipulation." `(lsp-face-highlight-read ((,class (:inherit highlight-symbol-face)))) `(lsp-face-highlight-textual ((,class (:inherit highlight-symbol-face)))) `(lsp-face-highlight-write ((,class (:inherit highlight-symbol-face :background ,base00+2)))) + `(embark-keybinding ((,class (:foreground ,pink-1)))) + `(transient-key ((,class (:foreground ,pink-1)))) `(transient-separator ((,class (:background ,base00-2)))) `(transient-red ((,class (:foreground ,red)))) `(transient-blue ((,class (:foreground ,blue)))) @@ -687,10 +689,10 @@ Set to `1.0' or nil to prevent font size manipulation." `(org-level-6 ((,class (:inherit header-line)))) `(org-level-7 ((,class (:inherit header-line)))) `(org-level-8 ((,class (:inherit header-line)))) - `(hydra-face-red ((,class (:foreground ,red :bold t)))) + `(hydra-face-red ((,class (:foreground ,pink-1 :bold t)))) `(hydra-face-blue ((,class (:foreground ,blue :bold t)))) `(hydra-face-amaranth ((,class (:foreground ,red-1 :bold t)))) - `(hydra-face-pink ((,class (:foreground ,pink-1 :bold t)))) + `(hydra-face-pink ((,class (:foreground ,pink :bold t)))) `(hydra-face-teal ((,class (:foreground ,cyan :bold t)))) `(hi-yellow ((,class (:inherit highlight :foreground ,yellow :inverse-video t)))) `(hi-pink ((,class (:inherit highlight :foreground ,pink :inverse-video t))))