`(match
((,class (:background ,hi-vis-yellow))))
`(highlight
- ((,class (:background ,hi-vis-yellow))))
+ ((,class (:foreground unspecified :box t))))
`(show-paren-match
((,class (:foreground unspecified :background unspecified :underline t))))
`(link
((,class (:inherit mode-line))))
;;; Org
`(org-document-title
- ((,class (:foreground ,text :weight bold))))
+ ((,class (:foreground ,precaution-blue :weight bold))))
`(org-level-1
((,class (:inherit default))))
`(org-level-2
`(org-headline-todo
((,class (:foreground ,fire-prot-red))))
`(org-done
- ((,class (:foreground ,safety-green :italic t))))
+ ((,class (:foreground ,safety-green))))
`(org-headline-done
((,class (:foreground ,safety-green))))
-
`(org-ellipsis
((,class (:inherit default))))
`(org-table
((,class (:inherit default))))
+ `(org-tag
+ ((,class (:foreground ,safety-green))))
`(org-formula
((,class (:inherit default))))
`(org-drawer
((,class (:inherit default))))
`(org-date
((,class (:inherit default))))
+ `(org-special-keyword
+ ((,class (:foreground ,precaution-blue))))
;;; Org Agenda
`(header-line
((,class (:inherit default))))