((,class (:foreground "#ff0"))))
`(success
((,class (:foreground "#0f0"))))
+ `(link
+ ((,class (:foreground "#00f" :underline t))))
;;;; font-lock.
`(font-lock-comment-face
((,class (:foreground "#f00" :slant italic :weight light))))
`(org-date
((,class (:foreground "#00f"))))
`(org-link
- ((,class (:foreground "#00f"))))
+ ((,class (:foreground "#00f" :underline t))))
;;; Org Agenda
`(header-line
((,class (:foreground "#ff0" :background "#000" :weight bold :height 1.25))))
((,class (:foreground ,text))))
`(success
((,class (:foreground ,text))))
+ `(link
+ ((,class (:foreground ,text :underline t))))
;;;; font-lock.
`(font-lock-comment-face
((,class (:foreground ,text :slant italic :weight light))))
`(org-date
((,class (:foreground ,text))))
`(org-link
- ((,class (:foreground ,text))))
+ ((,class (:foreground ,text :underline t))))
;;; Org Agenda
`(header-line
((,class (:foreground ,text :background ,bg :weight bold))))