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

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

[elpa] externals/modus-vivendi-theme cd9cce9 093/110: Refine HYDRA colou


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme cd9cce9 093/110: Refine HYDRA colours
Date: Wed, 29 Apr 2020 21:40:14 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit cd9cce940a95d69d5deaf1b1f33706fcb765cd3b
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Refine HYDRA colours
    
    This is to improve the contrast between the hydra heads and their
    context.
---
 modus-operandi-theme.el | 10 +++++-----
 modus-vivendi-theme.el  | 10 +++++-----
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 47ab3db..6fc73f6 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -1881,11 +1881,11 @@ AMOUNT is a customisation option."
    ;;;; hl-todo
    `(hl-todo ((,class (:foreground ,red-alt-other :weight bold))))
    ;;;; hydra
-   `(hydra-face-amaranth ((,class (:foreground ,yellow-intense :weight bold))))
-   `(hydra-face-blue ((,class (:foreground ,blue-intense :weight bold))))
-   `(hydra-face-pink ((,class (:foreground ,magenta-intense :weight bold))))
-   `(hydra-face-red ((,class (:foreground ,red-intense :weight bold))))
-   `(hydra-face-teal ((,class (:foreground ,cyan-intense :weight bold))))
+   `(hydra-face-amaranth ((,class (:foreground ,yellow :weight bold))))
+   `(hydra-face-blue ((,class (:foreground ,blue-alt :weight bold))))
+   `(hydra-face-pink ((,class (:foreground ,magenta-alt :weight bold))))
+   `(hydra-face-red ((,class (:foreground ,red :weight bold))))
+   `(hydra-face-teal ((,class (:foreground ,cyan :weight bold))))
    ;;;; icomplete
    `(icomplete-first-match ((,class (:foreground ,magenta :weight bold))))
    ;;;; icomplete-vertical
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index d3f04fe..84791b7 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -1881,11 +1881,11 @@ AMOUNT is a customisation option."
    ;;;; hl-todo
    `(hl-todo ((,class (:foreground ,red-alt-other :weight bold))))
    ;;;; hydra
-   `(hydra-face-amaranth ((,class (:foreground ,yellow-intense :weight bold))))
-   `(hydra-face-blue ((,class (:foreground ,blue-intense :weight bold))))
-   `(hydra-face-pink ((,class (:foreground ,magenta-intense :weight bold))))
-   `(hydra-face-red ((,class (:foreground ,red-intense :weight bold))))
-   `(hydra-face-teal ((,class (:foreground ,cyan-intense :weight bold))))
+   `(hydra-face-amaranth ((,class (:foreground ,yellow :weight bold))))
+   `(hydra-face-blue ((,class (:foreground ,blue-alt :weight bold))))
+   `(hydra-face-pink ((,class (:foreground ,magenta-alt :weight bold))))
+   `(hydra-face-red ((,class (:foreground ,red :weight bold))))
+   `(hydra-face-teal ((,class (:foreground ,cyan :weight bold))))
    ;;;; icomplete
    `(icomplete-first-match ((,class (:foreground ,magenta :weight bold))))
    ;;;; icomplete-vertical



reply via email to

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