]> code.delx.au - gnu-emacs-elpa/commitdiff
Add some better defaults for helm selections
authorMatthew Carter <m@ahungry.com>
Tue, 10 Mar 2015 05:00:44 +0000 (01:00 -0400)
committerMatthew Carter <m@ahungry.com>
Tue, 10 Mar 2015 05:00:44 +0000 (01:00 -0400)
ahungry-theme.el
color-theme-ahungry.el

index 2b52fc4b93b4efc902a8ce6041042b66e0b18c04..533305dbb475a42586e21b177fda64c449d9bf67 100644 (file)
@@ -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
 
    '(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
index 53d26ba1e5f8dbe47eef522b459c7042359f522e..e9ded6e4824102987dbf7799552972d93a339bf0 100644 (file)
      (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)