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

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

[elpa] externals/modus-vivendi-theme d6359d3 49/73: Customise 'rectangle


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme d6359d3 49/73: Customise 'rectangle-preview' and reposition faces
Date: Wed, 26 Aug 2020 09:21:01 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit d6359d34585bb5292d185c6750577a83daf9eade
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Customise 'rectangle-preview' and reposition faces
---
 modus-operandi-theme.el | 5 +++--
 modus-vivendi-theme.el  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 7254988..e920df7 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1185,6 +1185,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(mm-command-output ((,class :foreground ,red-alt-other)))
    `(mm-uu-extract ((,class :background ,bg-dim :foreground ,fg-special-mild)))
    `(next-error ((,class :inherit modus-theme-subtle-red)))
+   `(rectangle-preview ((,class :inherit modus-theme-special-mild)))
+   `(region ((,class :background ,bg-region :foreground ,fg-main)))
+   `(secondary-selection ((,class :inherit modus-theme-special-cold)))
    `(shadow ((,class :foreground ,fg-alt)))
    `(success ((,class :inherit bold :foreground ,green)))
    `(trailing-whitespace ((,class :background ,red-intense-bg)))
@@ -2447,8 +2450,6 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(highlight-changes ((,class :foreground ,yellow-alt-other)))
    `(highlight-changes-delete ((,class :foreground ,red-alt-other :underline 
t)))
    `(hl-line ((,class :inherit modus-theme-hl-line)))
-   `(region ((,class :background ,bg-region :foreground ,fg-main)))
-   `(secondary-selection ((,class :inherit modus-theme-special-cold)))
 ;;;;; highlight-blocks
    `(highlight-blocks-depth-1-face ((,class :background ,bg-dim :foreground 
,fg-main)))
    `(highlight-blocks-depth-2-face ((,class :background ,bg-alt :foreground 
,fg-main)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 38ef5af..23d00d1 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1185,6 +1185,9 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(mm-command-output ((,class :foreground ,red-alt-other)))
    `(mm-uu-extract ((,class :background ,bg-dim :foreground ,fg-special-mild)))
    `(next-error ((,class :inherit modus-theme-subtle-red)))
+   `(rectangle-preview ((,class :inherit modus-theme-special-mild)))
+   `(region ((,class :background ,bg-region :foreground ,fg-main)))
+   `(secondary-selection ((,class :inherit modus-theme-special-cold)))
    `(shadow ((,class :foreground ,fg-alt)))
    `(success ((,class :inherit bold :foreground ,green)))
    `(trailing-whitespace ((,class :background ,red-intense-bg)))
@@ -2447,8 +2450,6 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(highlight-changes ((,class :foreground ,yellow-alt-other)))
    `(highlight-changes-delete ((,class :foreground ,red-alt-other :underline 
t)))
    `(hl-line ((,class :inherit modus-theme-hl-line)))
-   `(region ((,class :background ,bg-region :foreground ,fg-main)))
-   `(secondary-selection ((,class :inherit modus-theme-special-cold)))
 ;;;;; highlight-blocks
    `(highlight-blocks-depth-1-face ((,class :background ,bg-dim :foreground 
,fg-main)))
    `(highlight-blocks-depth-2-face ((,class :background ,bg-alt :foreground 
,fg-main)))



reply via email to

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