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

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

[nongnu] elpa/moe-theme 36445fafc1 285/352: Merge pull request #74 from


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 36445fafc1 285/352: Merge pull request #74 from tanzoniteblack/avy-mode
Date: Fri, 7 Jan 2022 03:59:45 -0500 (EST)

branch: elpa/moe-theme
commit 36445fafc1dc1fb30d30eacf11329019f29e7199
Merge: d7c4aa29ca e7072dc9f1
Author: ono hiroko <azazabc123@gmail.com>
Commit: ono hiroko <azazabc123@gmail.com>

    Merge pull request #74 from tanzoniteblack/avy-mode
    
    Add support for avy-mode
---
 moe-dark-theme.el  | 6 ++++++
 moe-light-theme.el | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 0623fa8281..2cde49183a 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -609,6 +609,12 @@ Moe, moe, kyun!")
    `(ace-jump-face-background ((,class (:background nil :foreground 
,black-2-5))))
    `(ace-jump-face-foreground ((,class (:foreground ,orange-2 :bold t))))
 
+   ;; avy-mode
+   `(avy-lead-face ((,class (:background ,cyan-1 :foreground ,black-4))))
+   `(avy-lead-face-0 ((,class (:background ,purple-00 :foreground ,black-4))))
+   `(avy-lead-face-1 ((,class (:background ,white-2 :foreground ,black-4))))
+   `(avy-lead-face-2 ((,class (:background ,green-2 :foreground ,black-4))))
+
    ;; Rainbow-delimiters
    `(rainbow-delimiters-depth-1-face ((,class (:bold t :foreground ,red-2))))
    `(rainbow-delimiters-depth-2-face ((,class (:bold t :foreground ,blue-1))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index a0c876f08d..89bd085270 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -607,6 +607,12 @@ Moe, moe, kyun!")
    `(ace-jump-face-background ((,class (:foreground ,white-4))))
    `(ace-jump-face-foreground ((,class (:foreground ,red-2 :bold t))))
 
+   ;; avy-mode
+   `(avy-lead-face ((,class (:background ,cyan-1 :foreground ,black-4))))
+   `(avy-lead-face-0 ((,class (:background ,purple-00 :foreground ,black-4))))
+   `(avy-lead-face-1 ((,class (:background ,white-2 :foreground ,black-4))))
+   `(avy-lead-face-2 ((,class (:background ,green-2 :foreground ,black-4))))
+
    ;; Rainbow-delimiters
    `(rainbow-delimiters-depth-1-face ((,class (:bold t :foreground ,red-2))))
    `(rainbow-delimiters-depth-2-face ((,class (:bold t :foreground ,blue-2))))



reply via email to

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