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

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

[elpa] master 2a51d27 2/2: Merge commit '9e64c798557bb7f1eeca91140515cb8


From: Matthew Carter
Subject: [elpa] master 2a51d27 2/2: Merge commit '9e64c798557bb7f1eeca91140515cb8d11edc8d6'
Date: Wed, 08 Jul 2015 05:16:49 +0000

branch: master
commit 2a51d27baad30ea1d951e3ab195f87eee54bc195
Merge: fb4777a 9e64c79
Author: Matthew Carter <address@hidden>
Commit: Matthew Carter <address@hidden>

    Merge commit '9e64c798557bb7f1eeca91140515cb8d11edc8d6'
---
 packages/ahungry-theme/ahungry-theme.el |   21 ++++++++++++++-------
 1 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/packages/ahungry-theme/ahungry-theme.el 
b/packages/ahungry-theme/ahungry-theme.el
index 4c65724..2ddeb9e 100644
--- a/packages/ahungry-theme/ahungry-theme.el
+++ b/packages/ahungry-theme/ahungry-theme.el
@@ -5,7 +5,7 @@
 ;; Author: Matthew Carter <address@hidden>
 ;; Maintainer: Matthew Carter <address@hidden>
 ;; URL: https://github.com/ahungry/color-theme-ahungry
-;; Version: 1.0.8
+;; Version: 1.0.9
 ;; Keywords: ahungry palette color theme emacs color-theme deftheme
 ;; Package-Requires: ((emacs "24"))
 
@@ -36,6 +36,9 @@
 
 ;;; News:
 
+;;;; Changes since 1.0.8:
+;; - Add even more colors for magit 2.0 face names
+
 ;;;; Changes since 1.0.7:
 ;; - Add colors for magit 2.0 face names
 
@@ -188,16 +191,20 @@
    '(org-document-title ((t (:weight bold :foreground "#0077cc"))))
    '(org-document-info ((t (:weight normal :foreground "#0077cc"))))
    '(org-warning ((t (:weight normal :foreground "#ee0033"))))
-   '(magit-diff-added-highlight ((t (:foreground "#00ff66"))))
+   '(magit-hash ((t (:foreground "#6699aa"))))
+   '(magit-branch-local ((t (:foreground "#0066ff"))))
+   '(magit-branch-remote ((t (:foreground "#ffcc44"))))
    '(magit-diffstat-added ((t (:foreground "#00ff66"))))
-   '(magit-diff-added ((t (:foreground "#00ff66"))))
-   '(magit-diff-removed-highlight ((t (:foreground "#ff0066"))))
+   '(magit-diff-added-highlight ((t (:foreground "#33ff00" :weight normal))))
+   '(magit-diff-added ((t (:foreground "#44aa00" :weight normal))))
+   '(magit-diff-removed-highlight ((t (:foreground "#ff0033" :weight normal))))
+   '(magit-diff-removed ((t (:foreground "#aa0044" :weight normal))))
+   '(magit-diff-hunk-heading ((t (:foreground "#aaaa00"))))
+   '(magit-diff-hunk-heading-highlight ((t (:foreground "#ffff00"))))
    '(magit-diffstat-removed ((t (:foreground "#ff0066"))))
-   '(magit-diff-removed ((t (:foreground "#ff0066"))))
    '(magit-diff-context-highlight ((t (:foreground "#ffffff"))))
-   '(magit-diff-hunk-heading-highlight ((t (:background "#333333" :foreground 
"#bbbbbb"))))
    '(magit-section-heading ((t (:foreground "#ff0066"))))
-   '(magit-section-highlight ((t (:foreground "#ffffff"))))
+   '(magit-section-highlight ((t (:weight bold))));;:foreground "#ffffff"))))
    '(minibuffer-prompt ((t (:foreground "#0055ff" :bold t))))
    '(web-mode-html-tag-bracket-face ((t (:foreground "#666666"))))
    '(helm-selection ((t (:foreground "#ff0099" :italic t :bold t :background 
"#f2e997"))))



reply via email to

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