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

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

[elpa] externals/modus-operandi-theme 7c27fb4 33/99: Review and expand '


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 7c27fb4 33/99: Review and expand 'org-src-block-faces'
Date: Fri, 31 Jul 2020 09:25:21 -0400 (EDT)

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

    Review and expand  'org-src-block-faces'
    
    I have benefited from feedback in issue 57:
    https://gitlab.com/protesilaos/modus-themes/-/issues/57
---
 modus-operandi-theme.el | 14 ++++++++++----
 modus-vivendi-theme.el  | 14 ++++++++++----
 2 files changed, 20 insertions(+), 8 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 2b17574..ec43c01 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3775,13 +3775,19 @@ Also bind `class' to ((class color) (min-colors 89))."
          ("clojure" 'modus-theme-nuanced-magenta)
          ("clojurescript" 'modus-theme-nuanced-magenta)
          ("c" 'modus-theme-nuanced-blue)
-         ("c++" 'modus-theme-nuanced-cyan)
+         ("c++" 'modus-theme-nuanced-blue)
          ("sh" 'modus-theme-nuanced-green)
          ("shell" 'modus-theme-nuanced-green)
          ("html" 'modus-theme-nuanced-yellow)
-         ("css" 'modus-theme-nuanced-cyan)
-         ("scss" 'modus-theme-nuanced-magenta)
-         ("python" 'modus-theme-nuanced-red))))))
+         ("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))))))
 
 ;;;###autoload
 (when load-file-name
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 06957a0..1f71ee9 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3775,13 +3775,19 @@ Also bind `class' to ((class color) (min-colors 89))."
          ("clojure" 'modus-theme-nuanced-magenta)
          ("clojurescript" 'modus-theme-nuanced-magenta)
          ("c" 'modus-theme-nuanced-blue)
-         ("c++" 'modus-theme-nuanced-cyan)
+         ("c++" 'modus-theme-nuanced-blue)
          ("sh" 'modus-theme-nuanced-green)
          ("shell" 'modus-theme-nuanced-green)
          ("html" 'modus-theme-nuanced-yellow)
-         ("css" 'modus-theme-nuanced-cyan)
-         ("scss" 'modus-theme-nuanced-magenta)
-         ("python" 'modus-theme-nuanced-red))))))
+         ("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))))))
 
 ;;;###autoload
 (when load-file-name



reply via email to

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