branch: elpa/material-theme
commit 90f493f8e4470a0c177f5f5678df20ae497b23ee
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>
tweak paren match face and org
---
material-light-theme.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/material-light-theme.el b/material-light-theme.el
index 6916b28..4cd47e9 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -229,11 +229,11 @@
`(whitespace-hspace ((,class (:background nil :foreground ,selection))))
;; Parenthesis matching (built-in)
- `(show-paren-match-face ((,class (:background ,aqua :foreground
,background))))
+ `(show-paren-match-face ((,class (:background ,blue :foreground
,background))))
`(show-paren-mismatch-face ((,class (:background "red1" :foreground
"white"))))
;; Smartparens paren matching
- `(sp-show-pair-match-face ((,class (:foreground ,background :background
,aqua :inherit show-paren-match))))
+ `(sp-show-pair-match-face ((,class (:foreground ,background :background
,blue :inherit show-paren-match))))
`(sp-show-pair-mismatch-face ((,class (:foreground nil :background nil
:inherit show-paren-mismatch))))
;; Parenthesis matching (mic-paren)
@@ -416,7 +416,7 @@
`(org-level-2 ((,class (:inherit nil
:foreground ,"#424242"
:background ,"#C8E6C9"
- :overline ,"#65757e"
+ :overline ,"#E8F5E9"
:height 1.2))))
`(org-level-3 ((,class (:inherit nil :foreground ,"#2e7d32" :height 1.1))))
`(org-level-4 ((,class (:inherit nil :foreground ,"#ef6c00" :height 1.0))))