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

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

[nongnu] elpa/moe-theme a23d7203da 166/352: Helm-Swoop


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme a23d7203da 166/352: Helm-Swoop
Date: Fri, 7 Jan 2022 03:59:17 -0500 (EST)

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

    Helm-Swoop
---
 moe-dark-theme.el  | 7 +++++--
 moe-light-theme.el | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 239d22960a..ddda31e6ce 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -640,8 +640,11 @@ Moe, moe, kyun!")
    `(swoop-face-header-format-line ((,class (:foreground ,black-6 :background 
nil :underline nil))))
    `(swoop-face-line-buffer-name ((,class (:foreground ,green-4 :background 
,green-0))))
    `(swoop-face-line-number ((,class (:foreground "#87875f" :background 
"#d7d7af"))))
-   `(swoop-face-target-line ((,class (:foreground ,yellow-1 :background 
,black-3))))
-   `(swoop-face-target-words ((,class (:foreground ,magenta-0 :background 
,black-3 :bold t))))
+   `(swoop-face-target-line ((,class (:foreground ,yellow-1 :background 
,black-2-5))))
+   `(swoop-face-target-words ((,class (:foreground ,magenta-1 :background 
,black-2-5 :bold t))))
+   `(helm-swoop-target-line-block-face ((,class (:foreground ,yellow-1 
:background ,black-3))))
+   `(helm-swoop-target-line-face ((,class (:foreground ,yellow-1 :background 
,black-2-5))))
+   `(helm-swoop-target-word-face ((,class (:foreground ,magenta-3 :background 
,magenta-0 :bold t))))
 
    ;; widget
    `(widget-button ((,class (:foreground ,blue-1 :underline t :bold t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 7dff02ff63..515687001a 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -287,7 +287,7 @@ Moe, moe, kyun!")
    `(helm-ff-directory ((,class (:foreground ,blue-1 :background ,LIGHT_BG 
:bold t))))
    `(helm-ff-file ((,class (:foreground ,black-5 :background ,LIGHT_BG))))
    `(helm-ff-excutable ((,class (:foreground ,green-2 :background ,LIGHT_BG 
:bold t))))
-   `(helm-source-header ((,class (:foreground ,black-4 :background ,blue-1 
:bold t))))
+   `(helm-source-header ((,class (:foreground ,blue-3 :background ,blue-0 
:bold t))))
    `(helm-header ((,class (:foreground ,blue-3 :background ,white-0))))
    `(helm-candidate-number ((,class (:foreground ,blue-3 :background 
,white-0))))
    `(helm-match ((,class (:foreground ,green-2 :background ,LIGHT_BG :bold 
t))))
@@ -634,12 +634,15 @@ Moe, moe, kyun!")
    `(column-marker-2 ((,class (:background ,yellow-0))))
    `(column-marker-3 ((,class (:background ,red-00))))
 
-   ;; Swoop
+   ;; Swoop / Helm-Swoop
    `(swoop-face-header-format-line ((,class (:foreground ,black-6 :background 
nil :underline nil))))
    `(swoop-face-line-buffer-name ((,class (:foreground ,green-4 :background 
,green-0))))
    `(swoop-face-line-number ((,class (:foreground "#87875f" :background 
"#d7d7af"))))
    `(swoop-face-target-line ((,class (:foreground ,yellow-4 :background 
,yellow-0))))
    `(swoop-face-target-words ((,class (:foreground ,magenta-3 :background 
,magenta-00 :bold t))))
+   `(helm-swoop-target-line-block-face ((,class (:foreground ,yellow-4 
:background ,yellow-0))))
+   `(helm-swoop-target-line-face ((,class (:foreground ,black-3 :background 
,green-01))))
+   `(helm-swoop-target-word-face ((,class (:foreground ,magenta-3 :background 
,magenta-00 :bold t))))
 
    ;; widget
    `(widget-button ((,class (:foreground ,blue-2 :underline t :bold t))))



reply via email to

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