emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/material-theme 90f493f 040/118: tweak paren match face and


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 90f493f 040/118: tweak paren match face and org
Date: Thu, 21 Oct 2021 18:06:16 -0400 (EDT)

branch: elpa/material-theme
commit 90f493f8e4470a0c177f5f5678df20ae497b23ee
Author: Christoph Paulik <cpaulik@gmail.com>
Commit: Christoph Paulik <cpaulik@gmail.com>

    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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]