Add support for KEYCAST

This commit is contained in:
Protesilaos Stavrou 2019-12-18 17:53:15 +02:00
parent a8728a56a3
commit d44307abe0
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
3 changed files with 7 additions and 0 deletions

View File

@ -212,6 +212,7 @@ the "full support" may not be 100% true…
+ isearch, occur, etc.
+ ivy*
+ ivy-posframe
+ keycast
+ magit
+ markdown-mode
+ matching parentheses

View File

@ -931,6 +931,9 @@ between foreground and background is >= 7:1)."
`(ivy-posframe ((,class (:background ,bg-dim :foreground ,fg-main))))
`(ivy-posframe-border ((,class (:background ,bg-active))))
`(ivy-posframe-cursor ((,class (:inherit cursor))))
;;;; keycast
`(keycast-command ((,class (:foreground ,red-active :weight bold))))
`(keycast-key ((,class (:height 1.2 :inherit modus-theme-special-warm :weight bold :box (:line-width -3 :style released-button)))))
;;;; line numbers (display-line-numbers-mode and global variant)
`(line-number ((,class (:background ,bg-alt :foreground ,fg-alt))))
`(line-number-current-line ((,class (:background ,bg-active :foreground ,fg-active :weight bold))))

View File

@ -931,6 +931,9 @@ between foreground and background is >= 7:1)."
`(ivy-posframe ((,class (:background ,bg-dim :foreground ,fg-main))))
`(ivy-posframe-border ((,class (:background ,bg-active))))
`(ivy-posframe-cursor ((,class (:inherit cursor))))
;;;; keycast
`(keycast-command ((,class (:foreground ,red-active :weight bold))))
`(keycast-key ((,class (:height 1.2 :inherit modus-theme-special-warm :weight bold :box (:line-width -3 :style released-button)))))
;;;; line numbers (display-line-numbers-mode and global variant)
`(line-number ((,class (:background ,bg-alt :foreground ,fg-alt))))
`(line-number-current-line ((,class (:background ,bg-active :foreground ,fg-active :weight bold))))