X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/8b585bc5fa8b47137d54614c6755a86d65090727..23a624ca1d40fa9cefd7229ac6152b79278a6517:/packages/ahungry-theme/color-theme-ahungry.el diff --git a/packages/ahungry-theme/color-theme-ahungry.el b/packages/ahungry-theme/color-theme-ahungry.el index 53d26ba1e..14980d813 100644 --- a/packages/ahungry-theme/color-theme-ahungry.el +++ b/packages/ahungry-theme/color-theme-ahungry.el @@ -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 @@ -180,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)