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

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

[elpa] externals/modus-operandi-theme e523018 071/153: changed cperl-mod


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme e523018 071/153: changed cperl-mode colours
Date: Thu, 18 Mar 2021 13:47:42 -0400 (EDT)

branch: externals/modus-operandi-theme
commit e52301858a823b82b3fa5cf2dbc48d3b82df8aae
Author: Markus Beppler <5959011-mbeppler@users.noreply.gitlab.com>
Commit: Markus Beppler <5959011-mbeppler@users.noreply.gitlab.com>

    changed cperl-mode colours
    
    - to use the same for operandi and vivendi
    - to fit the theme usage in general
---
 modus-operandi-theme.el | 6 +++---
 modus-vivendi-theme.el  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 956cf4e..403bd9b 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1763,9 +1763,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(cov-med-face ((,class :foreground ,yellow-intense)))
    `(cov-none-face ((,class :foreground ,cyan-intense)))
 ;;;;; cperl-mode
-   `(cperl-nonoverridable-face ((,class :foreground ,green)))
-   `(cperl-array-face ((,class :inherit bold :background ,bg-alt :foreground 
,blue)))
-   `(cperl-hash-face ((,class :inherit bold :background ,bg-alt :foreground 
,red :slant italic)))
+   `(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 bf59362..1bcd3ff 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1763,9 +1763,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(cov-med-face ((,class :foreground ,yellow-intense)))
    `(cov-none-face ((,class :foreground ,cyan-intense)))
 ;;;;; cperl-mode
-   `(cperl-nonoverridable-face ((,class :foreground ,yellow-alt-faint)))
-   `(cperl-array-face ((,class :inherit bold :background ,bg-alt :foreground 
,yellow)))
-   `(cperl-hash-face ((,class :inherit bold :background ,bg-alt :foreground 
,red :slant italic)))
+   `(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]