branch: elpa/material-theme
commit 31956ad2470218de62304f857850b0aa6de64ee7
Author: Christoph Paulik <[email protected]>
Commit: Christoph Paulik <[email protected]>

    add variable for hl-sexp-mode background, fix #17
---
 material-light-theme.el | 4 ++++
 material-theme.el       | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/material-light-theme.el b/material-light-theme.el
index 5cf7473..a229ca7 100644
--- a/material-light-theme.el
+++ b/material-light-theme.el
@@ -778,6 +778,10 @@
        (360 . ,green)))
    `(vc-annotate-very-old-color nil)
    `(vc-annotate-background nil)
+
+   ;; highlight-sexp-mode
+   `(hl-sexp-background-color ,"#efebe9")
+
    `(ansi-color-names-vector (vector ,foreground ,red ,green ,yellow ,blue 
,purple ,aqua ,background))
    '(ansi-color-faces-vector [default bold shadow italic underline bold 
bold-italic bold])))
 
diff --git a/material-theme.el b/material-theme.el
index 7ad9fb2..8ad83ea 100644
--- a/material-theme.el
+++ b/material-theme.el
@@ -776,6 +776,10 @@
        (360 . ,green)))
    `(vc-annotate-very-old-color nil)
    `(vc-annotate-background nil)
+
+   ;; highlight-sexp-mode
+   `(hl-sexp-background-color ,far-background)
+
    `(ansi-color-names-vector (vector ,foreground ,red ,green ,yellow ,blue 
,purple ,aqua ,background))
    '(ansi-color-faces-vector [default bold shadow italic underline bold 
bold-italic bold])))
 

Reply via email to