Fix typos

This commit is contained in:
Jessie Hildebrandt 2022-12-12 15:10:26 -05:00
parent 07cf18d2d6
commit eb4b411977

View File

@ -668,8 +668,8 @@
`(tabbar-selected-modified ((,class (:inherit 'tabbar-selected :foreground ,green))))
;; transient
`(transient-heading ((,class (:foreground base-8 :weight bold))))
`(transient-key ((,class (:inherit help-key-binding))))
`(transient-heading ((,class (:foreground ,base-8 :weight bold))))
`(transient-key ((,class (:inherit 'help-key-binding))))
`(transient-argument ((,class (:inherit 'success))))
`(transient-blue ((,class (:inherit 'transient-key :foreground ,blue))))
`(transient-pink ((,class (:inherit 'transient-key :foreground ,pink))))