Add faces for transient

This commit is contained in:
Jessie Hildebrandt 2022-12-11 16:26:23 -05:00
parent 0edce50260
commit ee38f9c0e8

View File

@ -667,6 +667,10 @@
`(tabbar-selected ((,class (:inherit 'tabbar-default :background ,bg-alt :foreground ,fg :weight bold)))) `(tabbar-selected ((,class (:inherit 'tabbar-default :background ,bg-alt :foreground ,fg :weight bold))))
`(tabbar-selected-modified ((,class (:inherit 'tabbar-selected :foreground ,green)))) `(tabbar-selected-modified ((,class (:inherit 'tabbar-selected :foreground ,green))))
;;transient
`(transient-heading ((,class (:inherit help-for-help-header))))
`(transient-key ((,class (:inherit help-key-binding))))
;; treemacs ;; treemacs
`(treemacs-root-face ((,class (:inherit 'font-lock-string-face)))) `(treemacs-root-face ((,class (:inherit 'font-lock-string-face))))
`(treemacs-file-face ((,class (:foreground ,fg)))) `(treemacs-file-face ((,class (:foreground ,fg))))