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

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

[nongnu] elpa/moe-theme fe4407c80d 241/352: Add support for hydra faces


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme fe4407c80d 241/352: Add support for hydra faces
Date: Fri, 7 Jan 2022 03:59:28 -0500 (EST)

branch: elpa/moe-theme
commit fe4407c80df68d0a49b0235aa0ec8ffd2882b81e
Author: Ryan Smith <ryan@Ryans-MacBook-Pro.local>
Commit: Ryan Smith <rnsmith2@gmail.com>

    Add support for hydra faces
    
    Add face support for [hydra](https://github.com/abo-abo/hydra)
---
 moe-dark-theme.el  | 9 +++++++--
 moe-light-theme.el | 6 +++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index d92cd30635..1d382b1638 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -753,7 +753,7 @@ Moe, moe, kyun!")
    `(haskell-interactive-face-garbage ((,class (:foreground ,black-2))))
    `(haskell-interactive-face-prompt ((,class (:foreground ,green-01 
:background ,black-2-5 :bold t))))
    `(haskell-interactive-face-result ((,class (:foreground ,blue-1))))
-   
+
    ;; tty-menu
    `(menu ((,class (:foreground ,black-1 :background ,black-3))))
    `(tty-menu-disabled-face ((,class (:foreground ,black-2-5 :background 
,black-3))))
@@ -772,7 +772,12 @@ Moe, moe, kyun!")
                                               :box (:line-width 1 :style 
released-button)))))
    `(custom-button-pressed ((,class (:foreground ,black-3 :background ,white-1
                                                 :box (:line-width 1 :style 
pressed-button)))))
-   )
+
+   ;; Hydra
+   `(hydra-face-red ((,class (:foreground ,red-0))))
+   `(hydra-face-blue ((,class (:foreground ,blue-1))))
+   `(hydra-face-amaranth ((,class (:foreground ,magenta-2)))))
+  )
 
   (custom-theme-set-variables
    'moe-dark
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 875a540ab4..fd2e3ea711 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -776,7 +776,11 @@ Moe, moe, kyun!")
                                                :box (:line-width 1 :style 
released-button)))))
    `(custom-button-pressed ((,class (:foreground ,black-3 :background ,white-1
                                                  :box (:line-width 1 :style 
pressed-button)))))
-   )
+
+   ;; Hydra
+   `(hydra-face-red ((,class (:foreground ,red-2))))
+   `(hydra-face-blue ((,class (:foreground ,blue-2))))
+   `(hydra-face-amaranth ((,class (:foreground ,magenta-2))))))
 
   (custom-theme-set-variables
    'moe-light



reply via email to

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