branch: master commit d50d9ab3638f83df4cbd75cbba8a4d0dcb9a705c Merge: 2662eaa f954c93 Author: Matthew Carter <m...@ahungry.com> Commit: Matthew Carter <m...@ahungry.com>
Merge commit 'f954c936afc1e3de21a3ee0d6e5add9853f8ed58' --- packages/ahungry-theme/ahungry-theme.el | 8 +++++++- packages/ahungry-theme/color-theme-ahungry.el | 3 +++ 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/packages/ahungry-theme/ahungry-theme.el b/packages/ahungry-theme/ahungry-theme.el index a5457e2..533305d 100644 --- a/packages/ahungry-theme/ahungry-theme.el +++ b/packages/ahungry-theme/ahungry-theme.el @@ -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 @@ ;;; 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 @@ -183,6 +186,9 @@ '(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 diff --git a/packages/ahungry-theme/color-theme-ahungry.el b/packages/ahungry-theme/color-theme-ahungry.el index ba76b25..14980d8 100644 --- a/packages/ahungry-theme/color-theme-ahungry.el +++ b/packages/ahungry-theme/color-theme-ahungry.el @@ -179,6 +179,9 @@ (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)