summaryrefslogtreecommitdiff
path: root/lisp/km-theme.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2018-07-07 23:54:29 -0400
committerKyle Meyer <kyle@kyleam.com>2018-07-07 23:54:29 -0400
commit530e5f21974ffc08e8057ddfa22bf7a2575e70fb (patch)
tree8678ca06985e7b46746f3bde2178b5c4c7c36a2f /lisp/km-theme.el
parent8d7627fd9c15fbd435c074978f2382d685a15a7d (diff)
downloademacs.d-530e5f21974ffc08e8057ddfa22bf7a2575e70fb.tar.gz
theme: Change org-agenda-clocking face
Diffstat (limited to 'lisp/km-theme.el')
-rw-r--r--lisp/km-theme.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/km-theme.el b/lisp/km-theme.el
index 8e0c00e..7009992 100644
--- a/lisp/km-theme.el
+++ b/lisp/km-theme.el
@@ -87,6 +87,7 @@
'(mm-uu-extract ((t (:background "gray95" ))))
'(org-agenda-calendar-event ((t (:inherit font-lock-function-name-face))))
'(org-agenda-calendar-sexp ((t (:inherit font-lock-variable-name-face))))
+ '(org-agenda-clocking ((t (:inherit lazy-highlight))))
'(org-agenda-date ((t (:foreground "gray40"))))
'(org-agenda-date-today ((t (:weight bold))))
'(org-agenda-date-weekend ((t (:inherit org-agenda-date))))