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

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

[elpa] externals/modus-operandi-theme 8414a5d 86/99: Unquote face symbol


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 8414a5d 86/99: Unquote face symbols in 'org-src-block-faces'
Date: Fri, 31 Jul 2020 09:25:31 -0400 (EDT)

branch: externals/modus-operandi-theme
commit 8414a5df51bd792efd8657bb4daf41ebd771bc03
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Unquote face symbols in 'org-src-block-faces'
    
    This is an attempt to address issue 65:
    https://gitlab.com/protesilaos/modus-themes/-/issues/65
---
 modus-operandi-theme.el | 36 ++++++++++++++++++------------------
 modus-vivendi-theme.el  | 36 ++++++++++++++++++------------------
 2 files changed, 36 insertions(+), 36 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index da81bdc..94ce2e2 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3897,24 +3897,24 @@ Also bind `class' to ((class color) (min-colors 89))."
     (custom-theme-set-variables
      'modus-operandi
      `(org-src-block-faces              ; TODO this list should be expanded
-       `(("emacs-lisp" 'modus-theme-nuanced-magenta)
-         ("elisp" 'modus-theme-nuanced-magenta)
-         ("clojure" 'modus-theme-nuanced-magenta)
-         ("clojurescript" 'modus-theme-nuanced-magenta)
-         ("c" 'modus-theme-nuanced-blue)
-         ("c++" 'modus-theme-nuanced-blue)
-         ("sh" 'modus-theme-nuanced-green)
-         ("shell" 'modus-theme-nuanced-green)
-         ("html" 'modus-theme-nuanced-yellow)
-         ("xml" 'modus-theme-nuanced-yellow)
-         ("css" 'modus-theme-nuanced-red)
-         ("scss" 'modus-theme-nuanced-red)
-         ("python" 'modus-theme-nuanced-green)
-         ("ipython" 'modus-theme-nuanced-magenta)
-         ("r" 'modus-theme-nuanced-cyan)
-         ("yaml" 'modus-theme-nuanced-cyan)
-         ("docker" 'modus-theme-nuanced-cyan)
-         ("json" 'modus-theme-nuanced-cyan))))))
+       `(("emacs-lisp" modus-theme-nuanced-magenta)
+         ("elisp" modus-theme-nuanced-magenta)
+         ("clojure" modus-theme-nuanced-magenta)
+         ("clojurescript" modus-theme-nuanced-magenta)
+         ("c" modus-theme-nuanced-blue)
+         ("c++" modus-theme-nuanced-blue)
+         ("sh" modus-theme-nuanced-green)
+         ("shell" modus-theme-nuanced-green)
+         ("html" modus-theme-nuanced-yellow)
+         ("xml" modus-theme-nuanced-yellow)
+         ("css" modus-theme-nuanced-red)
+         ("scss" modus-theme-nuanced-red)
+         ("python" modus-theme-nuanced-green)
+         ("ipython" modus-theme-nuanced-magenta)
+         ("r" modus-theme-nuanced-cyan)
+         ("yaml" modus-theme-nuanced-cyan)
+         ("docker" modus-theme-nuanced-cyan)
+         ("json" modus-theme-nuanced-cyan))))))
 
 ;;; library provides
 ;;;###autoload
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 4436b16..6dc5c9a 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3897,24 +3897,24 @@ Also bind `class' to ((class color) (min-colors 89))."
     (custom-theme-set-variables
      'modus-vivendi
      `(org-src-block-faces              ; TODO this list should be expanded
-       `(("emacs-lisp" 'modus-theme-nuanced-magenta)
-         ("elisp" 'modus-theme-nuanced-magenta)
-         ("clojure" 'modus-theme-nuanced-magenta)
-         ("clojurescript" 'modus-theme-nuanced-magenta)
-         ("c" 'modus-theme-nuanced-blue)
-         ("c++" 'modus-theme-nuanced-blue)
-         ("sh" 'modus-theme-nuanced-green)
-         ("shell" 'modus-theme-nuanced-green)
-         ("html" 'modus-theme-nuanced-yellow)
-         ("xml" 'modus-theme-nuanced-yellow)
-         ("css" 'modus-theme-nuanced-red)
-         ("scss" 'modus-theme-nuanced-red)
-         ("python" 'modus-theme-nuanced-green)
-         ("ipython" 'modus-theme-nuanced-magenta)
-         ("r" 'modus-theme-nuanced-cyan)
-         ("yaml" 'modus-theme-nuanced-cyan)
-         ("docker" 'modus-theme-nuanced-cyan)
-         ("json" 'modus-theme-nuanced-cyan))))))
+       `(("emacs-lisp" modus-theme-nuanced-magenta)
+         ("elisp" modus-theme-nuanced-magenta)
+         ("clojure" modus-theme-nuanced-magenta)
+         ("clojurescript" modus-theme-nuanced-magenta)
+         ("c" modus-theme-nuanced-blue)
+         ("c++" modus-theme-nuanced-blue)
+         ("sh" modus-theme-nuanced-green)
+         ("shell" modus-theme-nuanced-green)
+         ("html" modus-theme-nuanced-yellow)
+         ("xml" modus-theme-nuanced-yellow)
+         ("css" modus-theme-nuanced-red)
+         ("scss" modus-theme-nuanced-red)
+         ("python" modus-theme-nuanced-green)
+         ("ipython" modus-theme-nuanced-magenta)
+         ("r" modus-theme-nuanced-cyan)
+         ("yaml" modus-theme-nuanced-cyan)
+         ("docker" modus-theme-nuanced-cyan)
+         ("json" modus-theme-nuanced-cyan))))))
 
 ;;; library provides
 ;;;###autoload



reply via email to

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