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

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

[elpa] externals/modus-operandi-theme f2be615 072/153: Merge branch 'mas


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme f2be615 072/153: Merge branch 'master' into 'master'
Date: Thu, 18 Mar 2021 13:47:42 -0400 (EDT)

branch: externals/modus-operandi-theme
commit f2be61560bc215991dbc1bd5895fece12563a0a1
Merge: 9ceba5b e523018
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Merge branch 'master' into 'master'
    
    add support for cperl-mode
    
    See merge request protesilaos/modus-themes!11
---
 doc/modus-themes.info   | 2 ++
 doc/modus-themes.org    | 2 ++
 modus-operandi-theme.el | 5 +++++
 modus-vivendi-theme.el  | 5 +++++
 4 files changed, 14 insertions(+)

diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index abd388e..84202f2 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -1304,6 +1304,7 @@ have lots of extensions, so the “full support” may not be 
100% true…
    • counsel-notmuch
    • counsel-org-capture-string
    • cov
+   • cperl-mode
    • csv-mode
    • ctrlf
    • custom (‘M-x customize’)
@@ -1551,6 +1552,7 @@ These do not require any extra styles because they are 
configured to
 inherit from some basic faces.  Please confirm.
 
    • edit-indirect
+   • perl-mode
    • php-mode
    • swift-mode
 
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index 34d9fe7..9df3261 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -1185,6 +1185,7 @@ have lots of extensions, so the "full support" may not be 
100% true…
 + counsel-notmuch
 + counsel-org-capture-string
 + cov
++ cperl-mode
 + csv-mode
 + ctrlf
 + custom (=M-x customize=)
@@ -1431,6 +1432,7 @@ These do not require any extra styles because they are 
configured to
 inherit from some basic faces.  Please confirm.
 
 + edit-indirect
++ perl-mode
 + php-mode
 + swift-mode
 
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 8de6a5d..a3854f1 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -104,6 +104,7 @@
 ;;     counsel-notmuch
 ;;     counsel-org-capture-string
 ;;     cov
+;;     cperl-mode
 ;;     csv-mode
 ;;     ctrlf
 ;;     custom (M-x customize)
@@ -1767,6 +1768,10 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(cov-light-face ((,class :foreground ,blue-intense)))
    `(cov-med-face ((,class :foreground ,yellow-intense)))
    `(cov-none-face ((,class :foreground ,cyan-intense)))
+;;;;; cperl-mode
+   `(cperl-nonoverridable-face ((,class :foreground ,yellow-alt-other)))
+   `(cperl-array-face ((,class :inherit bold :background ,bg-alt :foreground 
,magenta-alt)))
+   `(cperl-hash-face ((,class :inherit bold :background ,bg-alt :foreground 
,red-alt :slant ,modus-theme-slant)))
 ;;;;; csv-mode
    `(csv-separator-face ((,class :background ,bg-special-cold :foreground 
,fg-main)))
 ;;;;; ctrlf
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 682c7a2..cb8d652 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -104,6 +104,7 @@
 ;;     counsel-notmuch
 ;;     counsel-org-capture-string
 ;;     cov
+;;     cperl-mode
 ;;     csv-mode
 ;;     ctrlf
 ;;     custom (M-x customize)
@@ -1767,6 +1768,10 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(cov-light-face ((,class :foreground ,blue-intense)))
    `(cov-med-face ((,class :foreground ,yellow-intense)))
    `(cov-none-face ((,class :foreground ,cyan-intense)))
+;;;;; cperl-mode
+   `(cperl-nonoverridable-face ((,class :foreground ,yellow-alt-other)))
+   `(cperl-array-face ((,class :inherit bold :background ,bg-alt :foreground 
,magenta-alt)))
+   `(cperl-hash-face ((,class :inherit bold :background ,bg-alt :foreground 
,red-alt :slant ,modus-theme-slant)))
 ;;;;; csv-mode
    `(csv-separator-face ((,class :background ,bg-special-cold :foreground 
,fg-main)))
 ;;;;; ctrlf



reply via email to

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