emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/spacemacs-theme 155d9e6325 106/336: Fix #26 org clocking f


From: ELPA Syncer
Subject: [nongnu] elpa/spacemacs-theme 155d9e6325 106/336: Fix #26 org clocking face not visible
Date: Fri, 14 Jan 2022 10:59:19 -0500 (EST)

branch: elpa/spacemacs-theme
commit 155d9e63251680b5133262db7ebc7845540c4987
Author: nashamri <designernasser@gmail.com>
Commit: nashamri <designernasser@gmail.com>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]