;; -*- emacs-lisp -*- ;; ;; ;; name: color-theme-vim-colors ;; date: Fri Oct 22 2010 09:52:58 GMT-0500 (CDT) ;; ;; ;; To use this theme save this code into a ;; file named color-theme-vim-colors.el and place it ;; in a directory in your load-path ;; ;; (require 'color-theme-vim-colors) ;; (color-theme-vim-colors) ;; (require 'color-theme) (defun color-theme-vim-colors () "Generated with http://color-theme-select.heroku.com/ on Fri Oct 22 2010 09:52:58 GMT-0500 (CDT) Color theme by Michael Soulier, created 2003-03-26." (interactive) (color-theme-install '(color-theme-vim-colors ( (background-color . "#ffffff") (background-mode . "light") (border-color . "black") (cursor-color . "#000000") (foreground-color . "#000000") (mouse-color . "#000000") ) ( (Man-overstrike-face . "bold") (Man-underline-face . "underline") (apropos-keybinding-face . "underline") (apropos-label-face . "italic") (apropos-match-face . "secondary-selection") (apropos-property-face . "bold-italic") (apropos-symbol-face . "bold") (cperl-here-face . "font-lock-string-face") (cperl-invalid-face . quote,underline) (cperl-pod-face . "font-lock-comment-face") (cperl-pod-head-face . "font-lock-variable-name-face") (help-highlight-face . "underline") (ispell-highlight-face . "highlight") (list-matching-lines-face . "bold") (rpm-spec-dir-face . "rpm-spec-dir-face") (rpm-spec-doc-face . "rpm-spec-doc-face") (rpm-spec-ghost-face . "rpm-spec-ghost-face") (rpm-spec-macro-face . "rpm-spec-macro-face") (rpm-spec-package-face . "rpm-spec-package-face") (rpm-spec-tag-face . "rpm-spec-tag-face") (tags-tag-face . "default") (view-highlight-face . "highlight") (widget-mouse-face . "highlight") ) (default ((t (:background "#ffffff" :foreground "#000000")))) (Info-title-4-face ((t (:bold [object Object])))) (bold ((t (:bold [object Object])))) (bold-italic ((t (:italic [object Object] :weight bold :slant italic)))) (border ((t (:background "black")))) (comint-highlight-input ((t (:bold [object Object])))) (comint-highlight-prompt ((t (:foreground "dark blue")))) (cperl-array-face ((t (:foreground "brown")))) (cperl-hash-face ((t (:foreground "red")))) (cperl-nonoverridable-face ((t (:foreground "#008b8b")))) (cursor ((t (:background "#000000")))) (font-lock-builtin-face ((t (:foreground "purple")))) (font-lock-comment-face ((t (:foreground "blue")))) (font-lock-constant-face ((t (:foreground "green4")))) (font-lock-doc-face ((t (:background "#f2f2f2")))) (font-lock-function-name-face ((t (:foreground "#008b8b")))) (font-lock-keyword-face ((t (:bold [object Object] :foreground "#a52a2a" :weight bold)))) (font-lock-string-face ((t (:background "#f2f2f2" :foreground "#ff00ff")))) (font-lock-type-face ((t (:foreground "ForestGreen")))) (font-lock-variable-name-face ((t (:foreground "#008b8b")))) (font-lock-warning-face ((t (:bold [object Object] :foreground "Red" :weight bold)))) (fringe ((t (:background "#e5e5e5")))) (header-line ((t (:background "grey90" :foreground "grey20")))) (highlight ((t (:background "darkseagreen2")))) (info-menu-5 ((t (:foreground "red1")))) (info-menu-header ((t (:bold [object Object])))) (info-node ((t (:italic [object Object] :foreground "brown" :weight bold :slant italic)))) (info-xref ((t (:bold [object Object] :foreground "magenta4" :weight bold)))) (isearch ((t (:background "magenta4" :foreground "lightskyblue1")))) (isearch-lazy-highlight-face ((t (:background "paleturquoise")))) (italic ((t (:italic [object Object])))) (mode-line ((t (:background "grey75" :foreground "black")))) (mouse ((t (:background "#000000")))) (region ((t (:background "lightgoldenrod2")))) (rpm-spec-dir-face ((t (:foreground "green")))) (rpm-spec-doc-face ((t (:foreground "magenta")))) (rpm-spec-ghost-face ((t (:foreground "red")))) (rpm-spec-macro-face ((t (:foreground "purple")))) (rpm-spec-package-face ((t (:foreground "red")))) (rpm-spec-tag-face ((t (:foreground "blue")))) (scroll-bar ((t (:background "grey75" :foreground "#000000")))) (secondary-selection ((t (:background "yellow")))) (sh-heredoc-face ((t (:foreground "tan")))) (show-paren-match-face ((t (:background "turquoise")))) (show-paren-mismatch-face ((t (:background "purple" :foreground "white")))) (tool-bar ((t (:background "grey75" :foreground "black")))) (tooltip ((t (:background "lightyellow" :foreground "black")))) (trailing-whitespace ((t (:background "red")))) (underline ((t (:underline t)))) (widget-button-face ((t (:bold [object Object])))) (widget-button-pressed-face ((t (:foreground "red")))) (widget-documentation-face ((t (:foreground "dark green")))) (widget-field-face ((t (:background "gray85")))) (widget-inactive-face ((t (:foreground "dim gray")))) (widget-single-line-field-face ((t (:background "gray85")))) ) ) ) (provide 'color-theme-vim-colors)