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

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

[nongnu] elpa/alect-themes 7aa0a21 033/269: Add magit faces


From: ELPA Syncer
Subject: [nongnu] elpa/alect-themes 7aa0a21 033/269: Add magit faces
Date: Thu, 21 Oct 2021 17:58:43 -0400 (EDT)

branch: elpa/alect-themes
commit 7aa0a215b7b2615586dcfd31d93169d10626f65a
Author: Alex Kost <alezost@gmail.com>
Commit: Alex Kost <alezost@gmail.com>

    Add magit faces
---
 alect-themes-pkg.el |  2 +-
 alect-themes.el     | 46 +++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 42 insertions(+), 6 deletions(-)

diff --git a/alect-themes-pkg.el b/alect-themes-pkg.el
index e955c84..0e33d0c 100644
--- a/alect-themes-pkg.el
+++ b/alect-themes-pkg.el
@@ -1,4 +1,4 @@
 (define-package
   "alect-themes"
-  "0.2"
+  "0.2.1"
   "4 color themes (2 light and 2 dark) for Emacs 24")
diff --git a/alect-themes.el b/alect-themes.el
index c62ae5f..2373a02 100644
--- a/alect-themes.el
+++ b/alect-themes.el
@@ -4,8 +4,8 @@
 
 ;; Author: Alex Kost <alezost@gmail.com>
 ;; Created: 10 Jul 2013
-;; Version: 0.2
-;; Last-Updated: 2013-12-15
+;; Version: 0.2.1
+;; Last-Updated: 2013-12-18
 ;; Package-Requires: ((emacs "24.0"))
 ;; URL: http://github.com/alezost/alect-themes
 ;; Keywords: color theme
@@ -486,6 +486,13 @@ For INVERT, see `alect-get-color'."
        (font-lock-variable-name-face     ((t (:foreground ,(gc 'yellow+2)))))
        (font-lock-warning-face           ((t (:foreground ,(gc 'red+1) :weight 
bold))))
 
+       ;; git-commit
+       (git-commit-summary-face         ((t (:weight bold))))
+       (git-commit-branch-face          ((t (:inherit magit-branch))))
+       (git-commit-comment-file-face    ((t (:inherit default))))
+       (git-commit-comment-heading-face ((t (:inherit magit-header))))
+       (git-commit-comment-action-face  ((t (:foreground ,(gc 'yellow+1)))))
+
        ;; git-gutter
        (git-gutter:added       ((t (:foreground ,(gc 'green) :weight bold 
:inverse-video t))))
        (git-gutter:deleted     ((t (:foreground ,(gc 'red) :weight bold 
:inverse-video t))))
@@ -627,9 +634,38 @@ For INVERT, see `alect-get-color'."
        (linum ((t (:foreground ,(gc 'fg-2)))))
 
        ;; magit
-       (magit-section-title ((t (:inherit alect-title))))
-       (magit-branch ((t (:foreground ,(gc 'fg-2) :weight bold))))
-       (magit-item-highlight ((t (:background ,(gc 'bg)))))
+       (magit-item-highlight               ((t nil)))
+       (magit-header                       ((t (:inherit alect-title))))
+       (magit-tag                          ((t (:foreground ,(gc 'yellow-1) 
:weight bold))))
+       (magit-branch                       ((t (:foreground ,(gc 'blue+1) 
:weight bold))))
+       (magit-log-date                     ((t (:inherit org-date))))
+       (magit-log-sha1                     ((t (:foreground ,(gc 'yellow+2)))))
+       (magit-log-author                   ((t (:foreground ,(gc 
'magenta-1)))))
+       (magit-log-head-label-head          ((t (:background ,(gc 'bg-2)
+                                                :foreground ,(gc 'fg+2)
+                                                :box (:line-width 2 :color 
,(gc 'red))))))
+       (magit-log-head-label-default       ((t (:box (:line-width 1 :color 
,(gc 'fg+1))))))
+       (magit-log-head-label-local         ((t (:inherit 
magit-log-head-label-default
+                                                :foreground ,(gc 'blue)))))
+       (magit-log-head-label-remote        ((t (:inherit 
magit-log-head-label-default
+                                                :foreground ,(gc 'green+1)))))
+       (magit-log-head-label-tags          ((t (:inherit 
magit-log-head-label-default
+                                                :foreground ,(gc 'yellow-1)))))
+       (magit-log-head-label-wip           ((t (:inherit 
magit-log-head-label-default
+                                                :foreground ,(gc 'red-1)))))
+       (magit-log-head-label-patches       ((t (:inherit 
magit-log-head-label-default
+                                                :foreground ,(gc 'cyan-1)))))
+       (magit-log-reflog-label-other       ((t (:inherit 
magit-log-head-label-default))))
+       (magit-log-reflog-label-checkout    ((t (:inherit magit-branch))))
+       (magit-log-reflog-label-remote      ((t (:inherit 
magit-log-head-label-remote))))
+       (magit-log-reflog-label-reset       ((t (:foreground ,(gc 'red) :weight 
bold))))
+       (magit-log-reflog-label-rebase      ((t (:foreground ,(gc 'yellow)))))
+       (magit-log-reflog-label-cherry-pick ((t (:foreground ,(gc 'cyan)))))
+       (magit-log-reflog-label-commit      ((t (:foreground ,(gc 'green-1)))))
+       (magit-log-reflog-label-amend       ((t (:foreground ,(gc 'magenta)))))
+       (magit-log-reflog-label-merge       ((t (:foreground ,(gc 'blue-2) 
:weight bold))))
+       (magit-cherry-unmatched             ((t (:foreground ,(gc 'red+2)))))
+       (magit-cherry-equivalent            ((t (:foreground ,(gc 'cyan+2)))))
 
        ;; markdown mode
        (markdown-header-face           ((t (:inherit outline-1))))



reply via email to

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