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

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

[nongnu] elpa/material-theme 31956ad 055/118: add variable for hl-sexp-m


From: ELPA Syncer
Subject: [nongnu] elpa/material-theme 31956ad 055/118: add variable for hl-sexp-mode background, fix #17
Date: Thu, 21 Oct 2021 18:06:19 -0400 (EDT)

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

    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

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