(defun color-theme-imil () "A color theme based on Monokai Palette." (interactive) (color-theme-install '(color-theme-imil ((background-mode . dark) (border-color . "#888a85") (cursor-color . "#fce94f") (foreground-color . "white") (mouse-color . "#8ae234")) ((help-highlight-face . underline) (ibuffer-dired-buffer-face . font-lock-function-name-face) (ibuffer-help-buffer-face . font-lock-comment-face) (ibuffer-hidden-buffer-face . font-lock-warning-face) (ibuffer-occur-match-face . font-lock-warning-face) (ibuffer-read-only-buffer-face . font-lock-type-face) (ibuffer-special-buffer-face . font-lock-keyword-face) (ibuffer-title-face . font-lock-type-face)) (border ((t (:background "#888a85")))) (fringe ((t (:background "grey10")))) (mode-line ((t (:foreground "#eeeeec" :background "#555753")))) (region ((t (:background "#555753")))) (font-lock-builtin-face ((t (:foreground "#FF007F")))) (font-lock-comment-face ((t (:foreground "gray53")))) (font-lock-constant-face ((t (:foreground "#CFBFAD")))) (font-lock-doc-face ((t (:foreground "gray53")))) (font-lock-keyword-face ((t (:foreground "#FF007F")))) (font-lock-preprocessor-face ((t (:foreground "#FF007F")))) (font-lock-string-face ((t (:foreground "#ECE47E" :italic t)))) (font-lock-type-face ((t (:foreground "#52e3f6")))) (font-lock-variable-name-face ((t (:foreground "#ffffff")))) (font-lock-warning-face ((t (:bold t :foreground "#FF0000")))) (font-lock-function-name-face ((t (:foreground "#A7EC21" :italic t)))) (comint-highlight-input ((t (:italic t :bold t)))) (comint-highlight-prompt ((t (:foreground "#8ae234")))) (isearch ((t (:background "#f57900" :foreground "#2e3436")))) (isearch-lazy-highlight-face ((t (:foreground "#2e3436" :background "#e9b96e")))) (show-paren-match-face ((t (:foreground "#2e3436" :background "#73d216")))) (show-paren-mismatch-face ((t (:background "#ad7fa8" :foreground "#2e3436")))) (minibuffer-prompt ((t (:foreground "#729fcf" :bold t)))) (info-xref ((t (:foreground "#729fcf")))) (info-xref-visited ((t (:foreground "#ad7fa8")))) ))) (provide 'color-theme-imil)