diff options
author | Kyle Meyer <kyle@kyleam.com> | 2017-11-17 23:49:41 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2017-11-17 23:49:41 -0500 |
commit | 98522408c149f9c4e8503da3f1a1001d7f06d6ac (patch) | |
tree | 22ead9779c814c95b675a6a9486478e37b77ce94 /lisp | |
parent | dc44c1d27042416cef63735dc26564c1964c24d6 (diff) | |
download | emacs.d-98522408c149f9c4e8503da3f1a1001d7f06d6ac.tar.gz |
Use default background for org-agenda-restriction-lock
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/km-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/km-theme.el b/lisp/km-theme.el index 95e103c..61e742f 100644 --- a/lisp/km-theme.el +++ b/lisp/km-theme.el @@ -90,6 +90,7 @@ '(org-agenda-date ((t (:foreground "gray40")))) '(org-agenda-date-today ((t (:weight bold)))) '(org-agenda-date-weekend ((t (:inherit org-agenda-date)))) + '(org-agenda-restriction-lock ((t (:background "white")))) '(org-agenda-structure ((t (:foreground "gray60")))) '(org-date ((t (:inherit font-lock-type-face)))) '(org-done ((t (:foreground "#557755" :background "gray95")))) |