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

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

[nongnu] elpa/apropospriate-theme 8d79047 072/118: add hydra theming


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme 8d79047 072/118: add hydra theming
Date: Thu, 21 Oct 2021 18:02:25 -0400 (EDT)

branch: elpa/apropospriate-theme
commit 8d79047d58bf30e01cc9851431e7ee093c6bc60a
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    add hydra theming
---
 README.md        | 1 +
 apropospriate.el | 9 +++++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6e9a3f9..e43b909 100644
--- a/README.md
+++ b/README.md
@@ -84,3 +84,4 @@ Apropospriate supports all the usual `prog-mode` derived 
packages as well as som
 * Eshell
 * Ansi-Term
 * Neotree
+* Hydra
diff --git a/apropospriate.el b/apropospriate.el
index 5c88879..42560e7 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -558,7 +558,7 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(neo-expand-btn-face ((,class (:foreground ,base02))))
      `(neo-header-face ((,class (:inherit header-line))))
      `(neo-file-link-face ((,class (:foreground ,base03))))
-     `(neo-root-dir-face ((,class (:foregroud ,base02))))
+     `(neo-root-dir-face ((,class (:foreground ,base02))))
      `(org-ellipsis ((,class (:inherit font-lock-keyword-face))))
      `(org-level-1 ((,class (:inherit header-line :height 1.3))))
      `(org-level-2 ((,class (:inherit header-line :height 1.2))))
@@ -567,7 +567,12 @@ Set to `1.0' or nil to prevent font size manipulation."
      `(org-level-5 ((,class (:inherit header-line))))
      `(org-level-6 ((,class (:inherit header-line))))
      `(org-level-7 ((,class (:inherit header-line))))
-     `(org-level-8 ((,class (:inherit header-line)))))
+     `(org-level-8 ((,class (:inherit header-line))))
+     `(hydra-face-red ((,class (:foreground ,red :bold t))))
+     `(hydra-face-blue ((,class (:foreground ,blue :bold t))))
+     `(hydra-face-amaranth ((,class (:foreground ,red-1 :bold t))))
+     `(hydra-face-pink ((,class (:foreground ,pink :bold t))))
+     `(hydra-face-teal ((,class (:foreground ,cyan :bold t)))))
 
     (custom-theme-set-variables
      theme-name



reply via email to

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