`(show-paren-match ((,class (:background ,blue-1))))
;; Mode line faces
`(mode-line ((,class (:box (:line-width -1 :style released-button)
- :background "#e7e7e7" :foreground ,alum-6))))
+ :background ,alum-2 :foreground ,alum-6))))
`(mode-line-inactive ((,class (:box (:line-width -1 :style released-button)
- :background "#e1e1e1" :foreground ,alum-6))))
+ :background ,alum-4 :foreground ,alum-6))))
;; Escape and prompt faces
`(minibuffer-prompt ((,class (:weight bold :foreground ,blue-3))))
`(escape-glyph ((,class (:foreground ,red-3))))