]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge commit '4c478268da6f324deb8753ac1d1c83e767b14dca'
authorMatthew Carter <m@ahungry.com>
Sun, 5 Jul 2015 05:10:33 +0000 (01:10 -0400)
committerMatthew Carter <m@ahungry.com>
Sun, 5 Jul 2015 05:10:33 +0000 (01:10 -0400)
1  2 
packages/ahungry-theme/ahungry-theme.el

index cca3bfb1aba5170cc15686acf8530a1335f5162b,560661fc123f660ba379c174080a12781f09e5d3..4c65724444bb21a0ae03062a8ea290b813975bdf
@@@ -1,11 -1,11 +1,11 @@@
 -;;; ahungry-theme.el --- Ahungry color theme for Emacs.  Make sure to (load-theme 'ahungry).
 +;;; ahungry-theme.el --- Ahungry color theme for Emacs.  Make sure to (load-theme 'ahungry).  -*- lexical-binding:t -*-
  
  ;; Copyright (C) 2015  Free Software Foundation, Inc.
  
  ;; Author: Matthew Carter <m@ahungry.com>
  ;; Maintainer: Matthew Carter <m@ahungry.com>
  ;; URL: https://github.com/ahungry/color-theme-ahungry
- ;; Version: 1.0.7
+ ;; Version: 1.0.8
  ;; Keywords: ahungry palette color theme emacs color-theme deftheme
  ;; Package-Requires: ((emacs "24"))
  
@@@ -36,6 -36,9 +36,9 @@@
  
  ;;; News:
  
+ ;;;; Changes since 1.0.7:
+ ;; - Add colors for magit 2.0 face names
  ;;;; Changes since 1.0.6:
  ;; - Remove warning producing call to "default" background color
  ;; - Add a color update for mm-uu-extract
     '(org-document-title ((t (:weight bold :foreground "#0077cc"))))
     '(org-document-info ((t (:weight normal :foreground "#0077cc"))))
     '(org-warning ((t (:weight normal :foreground "#ee0033"))))
-    '(magit-header ((t (:foreground "#ffc800"))))
-    '(magit-diff-add ((t (:foreground "#00ff00"))))
-    '(magit-diff-del ((t (:foreground "#ff0000"))))
-    '(magit-item-highlight ((t (:background "#111111" :slant normal :weight extra-bold :inverse-video nil))))
+    '(magit-diff-added-highlight ((t (:foreground "#00ff66"))))
+    '(magit-diffstat-added ((t (:foreground "#00ff66"))))
+    '(magit-diff-added ((t (:foreground "#00ff66"))))
+    '(magit-diff-removed-highlight ((t (:foreground "#ff0066"))))
+    '(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"))))
     '(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"))))