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

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

[nongnu] elpa/apropospriate-theme ddc7c16 008/118: improve magit < 2.0 s


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme ddc7c16 008/118: improve magit < 2.0 styles, update readme
Date: Thu, 21 Oct 2021 18:02:12 -0400 (EDT)

branch: elpa/apropospriate-theme
commit ddc7c16f0dd228debbe403184a6b807bd0c533eb
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    improve magit < 2.0 styles, update readme
---
 README.md        |  8 +++++---
 apropospriate.el | 11 +++++++++--
 2 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index df46220..11db4ce 100644
--- a/README.md
+++ b/README.md
@@ -41,13 +41,15 @@ Apropospriate supports all the usual `prog-mode` derived 
packages as well as som
 * Powerline
 * Rainbow Delimiters
 * Highlight Tail Mode
+* Flycheck
 * Auto Dim Other Buffers
-* Ace Jump Mode (and related extensions)
+* Ace Jump Mode, Ace Jump Window, Ace Jump Buffer
 * Swoop & Helm Swoop
 * Highlight Symbol Mode
-* Git Gutter and Diff Hl Modes
+* Git Gutter & Diff Hl Modes
 * Pulse
 * Popup & Pos Tip
-* Evil's cursors
+* Evil
 * Tabbar
 * Org Mode
+* Guide Key
diff --git a/apropospriate.el b/apropospriate.el
index a4f69db..9e95688 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -332,7 +332,13 @@
               (magit-log-author :foreground ,base02)
               (magit-log-date :foreground ,base02)
               (magit-log-graph :foreground ,base02)
+              (magit-log-head-label-head :box nil :background ,base00+1 
:foreground ,green-1)
+              (magit-log-head-label-remote :box nil :background ,base00+1 
:foreground ,green-1)
+              (magit-log-head-label-local :box nil :background ,base00+1 
:foreground ,green-1)
+              (magit-log-head-label-tags :box nil :background ,base00+1 
:foreground ,green-1)
+              (magit-log-head-label-patches :box nil :background ,base00+1 
:foreground ,green-1)
               (magit-hash :foreground ,cyan)
+              (magit-branch :background ,base00+1 :foreground ,green-1)
               (magit-branch-local :foreground ,green-1)
               (magit-branch-remote :foreground ,green-1)
               (magit-branch-label :foreground ,green-1)
@@ -359,6 +365,7 @@
               (magit-diff-lines-heading :background unspecified)
               (magit-popup-argument :foreground ,base02)
               (magit-popup-disabled-argument :foreground ,base01)
+              (magit-item-highlight :background ,highlight-line-color)
 
               (ediff-current-diff-A :foreground ,base03 :background ,red-1)
               (ediff-current-diff-Ancestor :foreground ,base03 :background 
,red-1)
@@ -479,9 +486,9 @@
      `(tabbar-background-color ,base00-2)
 
      `(ansi-color-names-vector
-       [,base00 ,red ,green ,yellow ,blue ,purple ,blue ,base03])
+       [,base00 ,red ,green ,yellow ,blue ,purple ,cyan ,base03])
      `(ansi-term-color-vector
-       [unspecified ,base00 ,red ,green ,yellow ,blue ,purple ,blue 
,base03]))))
+       [unspecified ,base00 ,red ,green ,yellow ,blue ,purple ,cyan 
,base03]))))
 
 ;;;###autoload
 (and load-file-name



reply via email to

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