]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge commit 'f954c936afc1e3de21a3ee0d6e5add9853f8ed58'
authorMatthew Carter <m@ahungry.com>
Tue, 10 Mar 2015 05:04:13 +0000 (01:04 -0400)
committerMatthew Carter <m@ahungry.com>
Tue, 10 Mar 2015 05:04:13 +0000 (01:04 -0400)
1  2 
packages/ahungry-theme/ahungry-theme.el
packages/ahungry-theme/color-theme-ahungry.el

index a5457e2e637541a0137fab9f6fee5553f76cf75a,533305dbb475a42586e21b177fda64c449d9bf67..533305dbb475a42586e21b177fda64c449d9bf67
@@@ -5,7 -5,7 +5,7 @@@
  ;; Author: Matthew Carter <m@ahungry.com>
  ;; Maintainer: Matthew Carter <m@ahungry.com>
  ;; URL: https://github.com/ahungry/color-theme-ahungry
- ;; Version: 1.0.5
+ ;; Version: 1.0.6
  ;; Keywords: ahungry palette color theme emacs color-theme deftheme
  ;; Package-Requires: ((emacs "24"))
  
@@@ -36,6 -36,9 +36,9 @@@
  
  ;;; News:
  
+ ;;;; Changes since 1.0.5:
+ ;; - Add a few colors for helm (the defaults did not work well with this theme)
  ;;;; Changes since 1.0.4:
  ;; - Don't circumvent normal autoloads functionality, use the comment load method
  
     '(magit-item-highlight ((t (:background "#111111" :slant normal :weight extra-bold :inverse-video nil))))
     '(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"))))
+    '(helm-match ((t (:foreground "gold1"))))
+    '(helm-visible-mark ((t (:background "#f2e997" :foreground "#ff0099" :bold nil :italic nil))))
     )
    (custom-theme-set-variables
     'ahungry
index ba76b253c5d3227a24382a77e0c6ff9e4ba4ecbf,e9ded6e4824102987dbf7799552972d93a339bf0..14980d81368601a141a461977c1bd43662815953
@@@ -36,7 -36,8 +36,7 @@@
  
  ;;; Code:
  
 -(eval-when-compile
 -  (require 'color-theme))
 +(declare-function color-theme-install "color-theme" (theme))
  
  ;; Currently background-color and foreground-color are intentionally left
  ;; commented out, so that the color-theme in terminal mode will not overwrite
       (magit-item-highlight ((t (:background "#111111" :slant normal :weight extra-bold :inverse-video nil))))
       (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"))))
+      (helm-match ((t (:foreground "gold1"))))
+      (helm-visible-mark ((t (:background "#f2e997" :foreground "#ff0099" :bold nil :italic nil))))
       )))
  
  (provide 'color-theme-ahungry)