]> code.delx.au - gnu-emacs-elpa/blobdiff - packages/ahungry-theme/color-theme-ahungry.el
Merge commit 'cce1d8b50b1ceccb80c20398cd659db3a6348aac' as 'packages/gnome-c-style'
[gnu-emacs-elpa] / packages / ahungry-theme / color-theme-ahungry.el
index 53d26ba1e5f8dbe47eef522b459c7042359f522e..14980d81368601a141a461977c1bd43662815953 100644 (file)
@@ -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)