branch: elpa/spacemacs-theme
commit 155d9e63251680b5133262db7ebc7845540c4987
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Fix #26 org clocking face not visible
---
spacemacs-common.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 791afe13d9..202b11962f 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -401,7 +401,7 @@
`(neo-root-dir-face ((,class (:foreground ,func :weight bold))))
;;;;; org
- `(org-agenda-clocking ((,class (:foreground ,comp))))
+ `(org-agenda-clocking ((,class (:background ,highlight :foreground
,comp))))
`(org-agenda-date ((,class (:foreground ,var :height ,(if
spacemacs-theme-org-height 1.1 1.0)))))
`(org-agenda-date-today ((,class (:weight bold :foreground ,keyword
:height ,(if spacemacs-theme-org-height 1.3 1.0)))))
`(org-agenda-date-weekend ((,class (:weight normal :foreground ,var))))