branch: elpa/apropospriate-theme
commit ad27279e7bf883aa7bedec21593d5453bc3963c3
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
add which-key-posframe, change which-key-command-description-face
---
README.md | 1 +
apropospriate.el | 2 ++
2 files changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 372fbb1..38f9331 100644
--- a/README.md
+++ b/README.md
@@ -104,3 +104,4 @@ Apropospriate supports all the usual `prog-mode` derived
packages as well as som
* Visual-Regexp
* Solaire
* Frog Menu
+* Which Key Posframe
diff --git a/apropospriate.el b/apropospriate.el
index 7d071fb..0ffe258 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -243,6 +243,7 @@ Set to `1.0' or nil to prevent font size manipulation."
`(guide-key/key-face ((,class (:foreground ,pink-1))))
`(guide-key/prefix-command-face ((,class (:foreground ,cyan))))
`(which-key-key-face ((,class (:foreground ,pink-1))))
+ `(which-key-command-description-face ((,class (:foreground ,base03))))
`(which-key-special-key-face ((,class (:inherit which-key-key-face
:inverse-video nil))))
`(tabbar-default ((,class (:inherit default :foreground ,base02
:background "black" :box (:line-width 4 :color ,base00 :style nil)))))
`(tabbar-button ((,class (:height 0.8 :box (:line-width 4 :color
,base00-2 :style nil)))))
@@ -254,6 +255,7 @@ Set to `1.0' or nil to prevent font size manipulation."
`(lsp-face-highlight-textual ((,class (:inherit highlight-symbol-face))))
`(lsp-face-highlight-write ((,class (:inherit highlight-symbol-face
:background ,base00+2))))
`(ivy-posframe ((,class :background ,base00-2 :foreground ,base03)))
+ `(which-key-posframe ((,class :background ,base00-2 :foreground ,base03)))
`(frog-menu-prompt-face ((,class :foreground ,base03-1)))
`(frog-menu-actions-face ((,class :foreground ,base03-1)))
`(frog-menu-posframe-background-face ((,class :background ,base00-2)))