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

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

[nongnu] elpa/moe-theme ea27068e07 162/352: Use region colours for helm-


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme ea27068e07 162/352: Use region colours for helm-lisp-show-completion
Date: Fri, 7 Jan 2022 03:59:17 -0500 (EST)

branch: elpa/moe-theme
commit ea27068e075333e7e33c118ad5304a64ba4b7273
Author: Jean-Christophe Petkovich <jcpetkovich@gmail.com>
Commit: Jean-Christophe Petkovich <jcpetkovich@gmail.com>

    Use region colours for helm-lisp-show-completion
---
 moe-dark-theme.el  | 1 +
 moe-light-theme.el | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 9a9e99e5db..e05afb9596 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -298,6 +298,7 @@ Moe, moe, kyun!")
    `(helm-ff-prefix ((,class (:foreground ,white-1 :background ,orange-2))))
    `(helm-buffer-size ((,class (:foreground ,orange-2))))
    `(helm-grep-file ((,class (:foreground ,purple-1))))
+   `(helm-lisp-show-completion ((,class (:foreground ,black-3 :background 
,green-0))))
 
    ;; Dired/Dired+
    `(dired-directory ((,class (:foreground ,blue-1 :bold t))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 5c42d7a7a1..39d18d65d3 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -296,7 +296,7 @@ Moe, moe, kyun!")
    `(helm-ff-prefix ((,class (:foreground ,white-0 :background ,orange-2))))
    `(helm-buffer-size ((,class (:foreground ,orange-2))))
    `(helm-grep-file ((,class (:foreground ,purple-2))))
-   `(helm-lisp-show-completion ((,class (:background ,blue-1))))
+   `(helm-lisp-show-completion ((,class (:foreground ,white-0 :background 
,blue-1))))
 
    ;; Dired/Dired+
    `(dired-directory ((,class (:foreground ,blue-1 :bold t))))



reply via email to

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