branch: elpa/spacemacs-theme
commit 23b9820366eb8fb1f3ae950102151f580fc7150d
Merge: 155d9e6325 e6405cb3ca
Author: Nasser Alshammari <[email protected]>
Commit: Nasser Alshammari <[email protected]>
Merge pull request #27 from xuchunyang/tweak-org-agenda-faces
Try to improve some faces in org-agenda
---
spacemacs-common.el | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 202b11962f..d96694432e 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -403,9 +403,9 @@
;;;;; org
`(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))))
- `(org-agenda-done ((,class (:foreground ,(if (eq variant 'dark) suc
green) :bold t))))
+ `(org-agenda-date-today ((,class (:foreground ,keyword :slant italic
:weight bold :height ,(if spacemacs-theme-org-height 1.3 1.0)))))
+ `(org-agenda-date-weekend ((,class (:weight bold :foreground ,var))))
+ `(org-agenda-done ((,class (:foreground ,(if (eq variant 'dark) suc
green)))))
`(org-agenda-structure ((,class (:weight bold :foreground ,comp))))
`(org-block ((,class (:background ,org-cb-bg :foreground ,org-cb))))
`(org-block-begin-line ((,class (:background ,org-cb-ln-bg :foreground
,org-cb-ln))))
@@ -437,7 +437,7 @@
`(org-priority ((,class (:foreground ,war :bold t))))
`(org-quote ((,class (:inherit org-block :slant italic))))
`(org-scheduled ((,class (:foreground ,comp))))
- `(org-scheduled-today ((,class (:foreground ,func :weight bold :height
,(if spacemacs-theme-org-height 1.2 1.0)))))
+ `(org-scheduled-today ((,class (:foreground ,func :height ,(if
spacemacs-theme-org-height 1.2 1.0)))))
`(org-sexp-date ((,class (:foreground ,base))))
`(org-special-keyword ((,class (:foreground ,func))))
`(org-table ((,class (:foreground ,yellow :background ,org-h4-bg))))