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

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

[nongnu] elpa/zenburn-theme f5b3274a9c 2/4: Move some faces where they b


From: ELPA Syncer
Subject: [nongnu] elpa/zenburn-theme f5b3274a9c 2/4: Move some faces where they belong
Date: Sun, 10 Jul 2022 02:59:19 -0400 (EDT)

branch: elpa/zenburn-theme
commit f5b3274a9c20fdd0c99fd5dac04fc40162ccf22f
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Move some faces where they belong
---
 zenburn-theme.el | 42 +++++++++++++++++++++++-------------------
 1 file changed, 23 insertions(+), 19 deletions(-)

diff --git a/zenburn-theme.el b/zenburn-theme.el
index 23621cef96..159ab73378 100644
--- a/zenburn-theme.el
+++ b/zenburn-theme.el
@@ -164,24 +164,9 @@ Also bind `class' to ((class color) (min-colors 89))."
 (zenburn-with-color-variables
   (custom-theme-set-faces
    'zenburn
-;;;; Built-in
-;;;;; ansi-colors
-   `(ansi-color-black ((t (:foreground ,zenburn-bg
-                                       :background ,zenburn-bg-1))))
-   `(ansi-color-red ((t (:foreground ,zenburn-red-2
-                                     :background ,zenburn-red-4))))
-   `(ansi-color-green ((t (:foreground ,zenburn-green
-                                       :background ,zenburn-green+2))))
-   `(ansi-color-yellow ((t (:foreground ,zenburn-orange
-                                        :background ,zenburn-yellow))))
-   `(ansi-color-blue ((t (:foreground ,zenburn-blue-1
-                                      :background ,zenburn-blue-4))))
-   `(ansi-color-magenta ((t (:foreground ,zenburn-magenta
-                                         :background ,zenburn-red))))
-   `(ansi-color-cyan ((t (:foreground ,zenburn-cyan
-                                      :background ,zenburn-blue))))
-   `(ansi-color-white ((t (:foreground ,zenburn-fg
-                                       :background ,zenburn-fg-1))))
+
+;;;; Built-in packages
+
 ;;;;; basic coloring
    '(button ((t (:underline t))))
    `(link ((t (:foreground ,zenburn-yellow :underline t :weight bold))))
@@ -199,6 +184,23 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(success ((t (:foreground ,zenburn-green :weight bold))))
    `(warning ((t (:foreground ,zenburn-orange :weight bold))))
    `(tooltip ((t (:foreground ,zenburn-fg :background ,zenburn-bg+1))))
+;;;;; ansi-colors
+   `(ansi-color-black ((t (:foreground ,zenburn-bg
+                                       :background ,zenburn-bg-1))))
+   `(ansi-color-red ((t (:foreground ,zenburn-red-2
+                                     :background ,zenburn-red-4))))
+   `(ansi-color-green ((t (:foreground ,zenburn-green
+                                       :background ,zenburn-green+2))))
+   `(ansi-color-yellow ((t (:foreground ,zenburn-orange
+                                        :background ,zenburn-yellow))))
+   `(ansi-color-blue ((t (:foreground ,zenburn-blue-1
+                                      :background ,zenburn-blue-4))))
+   `(ansi-color-magenta ((t (:foreground ,zenburn-magenta
+                                         :background ,zenburn-red))))
+   `(ansi-color-cyan ((t (:foreground ,zenburn-cyan
+                                      :background ,zenburn-blue))))
+   `(ansi-color-white ((t (:foreground ,zenburn-fg
+                                       :background ,zenburn-fg-1))))
 ;;;;; compilation
    `(compilation-column-face ((t (:foreground ,zenburn-yellow))))
    `(compilation-enter-directory-face ((t (:foreground ,zenburn-green))))
@@ -310,7 +312,9 @@ Also bind `class' to ((class color) (min-colors 89))."
 ;;;;; woman
    '(woman-bold   ((t (:inherit font-lock-keyword-face))))
    '(woman-italic ((t (:inherit (font-lock-string-face italic)))))
-;;;; Third-party
+
+;;;; Third-party packages
+
 ;;;;; ace-jump
    `(ace-jump-face-background
      ((t (:foreground ,zenburn-fg-1 :background ,zenburn-bg :inverse-video 
nil))))



reply via email to

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