branch: elpa/spacemacs-theme
commit 6980ad1f6a1675ef7091c6a165e9e99308389483
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
Tweak org-table and org-time-grid
---
spacemacs-common.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 09a38440f7..66c4de5161 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -559,7 +559,8 @@
`(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 ,yellow-bg))))
+ `(org-table ((,class (:foreground ,base :background ,head1-bg))))
+ `(org-time-grid ((,class (:foreground ,str))))
`(org-todo ((,class (:foreground ,war :inherit bold :background
,yellow-bg))))
`(org-verbatim ((,class (:foreground ,keyword))))
`(org-verse ((,class (:inherit org-block :slant italic))))