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

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

[elpa] master f954c93 2/3: Add some better defaults for helm selections


From: Matthew Carter
Subject: [elpa] master f954c93 2/3: Add some better defaults for helm selections
Date: Tue, 10 Mar 2015 05:05:41 +0000

branch: master
commit f954c936afc1e3de21a3ee0d6e5add9853f8ed58
Author: Matthew Carter <address@hidden>
Commit: Matthew Carter <address@hidden>

    Add some better defaults for helm selections
---
 ahungry-theme.el       |    8 ++++++--
 color-theme-ahungry.el |    3 +++
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/ahungry-theme.el b/ahungry-theme.el
index 2b52fc4..533305d 100644
--- a/ahungry-theme.el
+++ b/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.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,8 +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 "#0022ff" :bold t :background 
"#77ff00"))))
+   '(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/color-theme-ahungry.el b/color-theme-ahungry.el
index 53d26ba..e9ded6e 100644
--- a/color-theme-ahungry.el
+++ b/color-theme-ahungry.el
@@ -180,6 +180,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)



reply via email to

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