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

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

[nongnu] elpa/moe-theme 07cb5e56bc 110/352: Clear ace-jump face in moe-d


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 07cb5e56bc 110/352: Clear ace-jump face in moe-dark.
Date: Fri, 7 Jan 2022 03:59:11 -0500 (EST)

branch: elpa/moe-theme
commit 07cb5e56bcffd08edb0172508938534a96c487c6
Author: kuanyui <azazabc123@gmail.com>
Commit: kuanyui <azazabc123@gmail.com>

    Clear ace-jump face in moe-dark.
---
 moe-dark-theme.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 602b1ef938..470b8e1d22 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -383,7 +383,7 @@ Moe, moe, kyun!")
 
    ;; smerge
    `(smerge-refined-change ((,class (:background ,blue-3 :foreground 
,white-0))))
-   
+
    ;; Flyspell faces
    `(flyspell-duplicate ((,class (:underline t foreground-color,orange-1))))
    `(flyspell-incorrect ((,class (:background ,red-1 :foreground ,white-1 
:bold t))))
@@ -405,8 +405,8 @@ Moe, moe, kyun!")
    `(cua-rectangle ((,class (:background ,magenta-3 :foreground ,white-1))))
 
    ;; Ace-jump
-   `(ace-jump-face-background ((,class (:foreground ,black-2))))
-   `(ace-jump-face-foreground ((,class (:foreground ,red-2))))
+   `(ace-jump-face-background ((,class (:background nil :foreground 
,black-2-5))))
+   `(ace-jump-face-foreground ((,class (:foreground ,orange-2 :bold t))))
 
    ;; Rainbow-delimiters
    `(rainbow-delimiters-depth-1-face ((,class (:bold t :foreground ,red-2))))



reply via email to

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