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

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

[nongnu] elpa/moe-theme 70c429711d 199/352: Improve Helm faces.


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 70c429711d 199/352: Improve Helm faces.
Date: Fri, 7 Jan 2022 03:59:23 -0500 (EST)

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

    Improve Helm faces.
---
 moe-dark-theme.el  | 23 +++++++++++++++--------
 moe-light-theme.el | 23 +++++++++++++++--------
 2 files changed, 30 insertions(+), 16 deletions(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 2ae5f6c7ec..923032942c 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -302,23 +302,30 @@ Moe, moe, kyun!")
    `(gnus-summary-selected ((,class (:background ,green-0 :foreground 
,green-5))))
 
    ;; Helm
-   `(helm-selection ((,class (:foreground ,black-3 :background ,green-2))))
    `(helm-bookmark-directory ((,class (:foreground ,blue-1 :background 
,black-5 :bold t))))
    `(helm-bookmark-file ((,class (:foreground ,yellow-4 :background 
,yellow-0))))
    `(helm-bookmark-info ((,class (:foreground ,green-4 :background ,green-0))))
+   `(helm-buffer-directory ((,class (:foreground ,blue-1 :bold t))))
+   `(helm-buffer-saved-out ((,class (:foreground ,red-2 :background 
,black-5))))
+   `(helm-buffer-size ((,class (:foreground ,orange-2))))
+   `(helm-candidate-number ((,class (:foreground ,blue-3 :background 
,white-0))))
    `(helm-ff-directory ((,class (:foreground ,blue-1 :background ,black-5 
:bold t))))
-   `(helm-ff-file ((,class (:foreground ,white-1 :background ,black-5))))
    `(helm-ff-excutable ((,class (:foreground ,green-1 :background ,black-5 
:bold t))))
-   `(helm-source-header ((,class (:foreground ,black-4 :background ,blue-1 
:bold t))))
-   `(helm-header ((,class (:foreground ,blue-3 :background ,white-1))))
-   `(helm-candidate-number ((,class (:foreground ,blue-3 :background 
,white-0))))
-   `(helm-match ((,class (:foreground ,green-2 :background ,black-5 :bold t))))
-   `(helm-buffer-saved-out ((,class (:foreground ,red-2 :background 
,black-5))))
+   `(helm-ff-file ((,class (:foreground ,white-1 :background ,black-5))))
    `(helm-ff-invalid-symlink ((,class (:foreground ,white-1 :background 
,red-2))))
    `(helm-ff-prefix ((,class (:foreground ,white-1 :background ,orange-2))))
-   `(helm-buffer-size ((,class (:foreground ,orange-2))))
+   `(helm-grep-cmd-line ((,class (:foreground ,green-4 :background ,green-00 
:bold t))))
    `(helm-grep-file ((,class (:foreground ,purple-1))))
+   `(helm-grep-finish ((,class (:foreground ,green-2))))
+   `(helm-grep-lineno ((,class (:foreground ,orange-2))))
+   `(helm-grep-match ((,class (:background ,black-4 :foreground ,yellow-1 
:bold t))))
+   `(helm-grep-running ((,class (:foreground ,red-0 :background nil))))
+   `(helm-header ((,class (:foreground ,blue-3 :background ,blue-0))))
    `(helm-lisp-show-completion ((,class (:foreground ,black-3 :background 
,green-0))))
+   `(helm-match ((,class (:foreground ,green-2 :background ,black-5 :bold t))))
+   `(helm-selection ((,class (:foreground nil :background ,black-2-5))))
+   `(helm-selection-line ((,class (:foreground nil :background ,yellow-4))))
+   `(helm-source-header ((,class (:foreground ,black-4 :background ,blue-1 
:bold t))))
 
    ;; Dired/Dired+
    `(dired-directory ((,class (:foreground ,blue-1 :bold t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index cea5cf9ac7..244320a70a 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -300,23 +300,30 @@ Moe, moe, kyun!")
    `(gnus-summary-selected ((,class (:background ,green-0 :foreground 
,green-5))))
 
    ;; Helm
-   `(helm-selection ((,class (:foreground ,black-3 :background ,green-01))))
    `(helm-bookmark-directory ((,class (:foreground ,blue-1 :background 
,black-5 :bold t))))
    `(helm-bookmark-file ((,class (:foreground ,yellow-4 :background 
,yellow-0))))
    `(helm-bookmark-info ((,class (:foreground ,green-4 :background ,green-0))))
+   `(helm-buffer-directory ((,class (:foreground ,blue-1 :bold t))))
+   `(helm-buffer-saved-out ((,class (:foreground ,red-2 :background 
,LIGHT_BG))))
+   `(helm-buffer-size ((,class (:foreground ,orange-2))))
+   `(helm-candidate-number ((,class (:foreground ,blue-3 :background 
,white-0))))
    `(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 ,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))))
-   `(helm-buffer-saved-out ((,class (:foreground ,red-2 :background 
,LIGHT_BG))))
+   `(helm-ff-file ((,class (:foreground ,black-5 :background ,LIGHT_BG))))
    `(helm-ff-invalid-symlink ((,class (:foreground ,white-0 :background 
,red-2))))
    `(helm-ff-prefix ((,class (:foreground ,white-0 :background ,orange-2))))
-   `(helm-buffer-size ((,class (:foreground ,orange-2))))
+   `(helm-grep-cmd-line ((,class (:foreground ,green-3 :background ,green-00 
:bold t))))
    `(helm-grep-file ((,class (:foreground ,purple-2))))
+   `(helm-grep-finish ((,class (:foreground ,green-3))))
+   `(helm-grep-lineno ((,class (:foreground ,orange-2))))
+   `(helm-grep-match ((,class (:background ,green-0 :foreground ,black-4))))
+   `(helm-grep-running ((,class (:foreground ,red-2 :background nil))))
+   `(helm-header ((,class (:foreground ,blue-3 :background ,white-0))))
    `(helm-lisp-show-completion ((,class (:foreground ,white-0 :background 
,blue-1))))
+   `(helm-match ((,class (:foreground ,green-2 :background ,LIGHT_BG :bold 
t))))
+   `(helm-selection ((,class (:foreground ,black-3 :background ,green-01))))
+   `(helm-selection-line ((,class (:foreground ,black-3 :background 
,green-01))))
+   `(helm-source-header ((,class (:foreground ,white-0 :background ,blue-3 
:bold nil))))
 
    ;; Dired/Dired+
    `(dired-directory ((,class (:foreground ,blue-1 :bold t))))



reply via email to

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