`(web-mode-html-attr-equal-face ((t (:inherit (shadow)))))
`(web-mode-css-selector-face ((t (:foreground ,clr26))))
`(web-mode-css-pseudo-class-face ((t (:foreground ,clr17))))
+
+ ;; Mail, elfeed, etc.
+ `(message-header-name ((t (:foreground ,clr14))))
+ `(message-header-subject ((t (:foreground ,clr09))))
+ `(message-header-to ((t (:foreground ,clr09))))
+ `(message-header-other ((t (:foreground ,clr08))))
+ `(shr-link ((t (:foreground ,clr24))))
))
;;;###autoload