branch: elpa/material-theme
commit b9b4b6284990eda083d77a51f6c3e0c531f9f33c
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
tweak org level 2 headline color
---
material-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/material-theme.el b/material-theme.el
index fd92513..136104c 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -398,7 +398,7 @@
:height 1.3))))
`(org-level-2 ((,class (:inherit nil
:foreground ,"#e1f5fe"
- :background ,"#21575b"
+ :background ,"#35575b"
:overline ,"#e1f5fe"
:height 1.2))))
`(org-level-3 ((,class (:inherit nil :foreground ,"#a5d6a7" :height 1.1))))