branch: elpa/material-theme
commit 4c453ac5a901c59609cf584b511c2117ad1f496d
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
change org-title from orange to white
---
material-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/material-theme.el b/material-theme.el
index 7e43dce..96fd9c3 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -387,7 +387,7 @@
`(org-date ((,class (:foreground ,"#80cbc4" :underline t))))
`(org-document-info ((,class (:foreground ,aqua :height 1.35))))
`(org-document-info-keyword ((,class (:foreground ,green :height 1.35))))
- `(org-document-title ((,class (:weight bold :foreground ,orange :height
1.35))))
+ `(org-document-title ((,class (:weight bold :foreground ,foreground :height
1.35))))
`(org-done ((,class (:foreground ,green :bold t :background,"#1b5e20"))))
`(org-ellipsis ((,class (:foreground ,comment))))
`(org-footnote ((,class (:foreground ,aqua))))