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

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

[nongnu] elpa/moe-theme 29bfdcbb3e 165/352: Add swoop faces.


From: ELPA Syncer
Subject: [nongnu] elpa/moe-theme 29bfdcbb3e 165/352: Add swoop faces.
Date: Fri, 7 Jan 2022 03:59:17 -0500 (EST)

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

    Add swoop faces.
---
 moe-dark-theme.el  | 7 +++++++
 moe-light-theme.el | 9 ++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 9a9e99e5db..239d22960a 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -636,6 +636,13 @@ Moe, moe, kyun!")
    `(column-marker-2 ((,class (:background ,yellow-4))))
    `(column-marker-3 ((,class (:background ,red-3))))
 
+   ;; 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-1 :background 
,black-3))))
+   `(swoop-face-target-words ((,class (:foreground ,magenta-0 :background 
,black-3 :bold t))))
+
    ;; widget
    `(widget-button ((,class (:foreground ,blue-1 :underline t :bold t))))
    `(widget-button-pressed ((,class (:foreground ,blue-0))))
diff --git a/moe-light-theme.el b/moe-light-theme.el
index 48b3e26e9d..7dff02ff63 100644
--- a/moe-light-theme.el
+++ b/moe-light-theme.el
@@ -24,7 +24,7 @@ Moe, moe, kyun!")
       (LIGHT_BG "#fdfde7") (white-0 "#ffffff")
       (green-02 "#5fd700") (green-01 "#d7ff00") (green-0 "#d7ff5f") (green-00 
"#d7ff87")
       (blue-0 "#afd7ff") (blue-00 "#d7d7ff")
-      (yellow-0 "#ffff87") (yellow-00 "#ffffaf")
+      (yellow-0 "#ffff87") (yellow-00 "#ffffaf") (yellow-2-5 "#ffba27")
       (purple-0 "#af87ff") (purple-00 "#e6a8df")
       (red-0 "#ff4b4b") (red-00 "#ffafaf")
       (magenta-0 "#ffafd7") (magenta-00 "#ffd7ff")
@@ -634,6 +634,13 @@ Moe, moe, kyun!")
    `(column-marker-2 ((,class (:background ,yellow-0))))
    `(column-marker-3 ((,class (:background ,red-00))))
 
+   ;; 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))))
+
    ;; widget
    `(widget-button ((,class (:foreground ,blue-2 :underline t :bold t))))
    `(widget-button-pressed ((,class (:foreground ,blue-1))))



reply via email to

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