;; -*- emacs-lisp -*- ;; ;; ;; name: color-theme-wombat ;; date: Wed Oct 20 2010 18:58:16 GMT+0200 (CET) ;; ;; ;; To use this theme save this code into a ;; file named color-theme-wombat.el and place it ;; in a directory in your load-path ;; ;; (require 'color-theme-wombat) ;; (color-theme-wombat) ;; (require 'color-theme) (defun color-theme-wombat () "Generated with http://color-theme-select.heroku.com/ on Wed Oct 20 2010 18:58:16 GMT+0200 (CET) The wombat color theme for Emacs." (interactive) (color-theme-install '(color-theme-wombat ( (background-color . "#242424") (background-mode . "dark") (border-color . "#242424") (cursor-color . "#64a8d8") (foreground-color . "#f6f3e8") (mouse-color . "black") ) ( ) (font-lock-builtin-face ((t (:foreground "#8ac6f2")))) (font-lock-comment-delimiter-face ((t (:italic t :slant italic :foreground "#99968b")))) (font-lock-comment-face ((t (:italic t :slant italic :foreground "#99968b")))) (font-lock-constant-face ((t (:foreground "#e5786d")))) (font-lock-doc-face ((t (:foreground "#99968b")))) (font-lock-function-name-face ((t (:foreground "#ad7fa8" :weight bold :slant italic)))) (font-lock-keyword-face ((t (:foreground "#8ac6f2")))) (font-lock-negation-char-face ((t (:foreground "#95e454")))) (font-lock-preprocessor-face ((t (:foreground "#e5786d")))) (font-lock-regexp-grouping-backslash ((t (:bold t :weight bold)))) (font-lock-regexp-grouping-construct ((t (:bold t)))) (font-lock-string-face ((t (:italic t :foreground "#95e454" :slant italic)))) (font-lock-type-face ((t (:foreground "#cae682")))) (font-lock-variable-name-face ((t (:foreground "#8ac6f2")))) (font-lock-warning-face ((t (:bold t :foreground "#95e454" :weight bold)))) (minibuffer-prompt ((t (:foreground "#95e454" :weight bold)))) (mode-line ((t (:background "#444444" :foreground "#f6f3e8")))) (mode-line-emphasis ((t (:bold t)))) (mode-line-highlight ((t (:background "#e65c00")))) (mode-line-inactive ((t (:background "#242424" :box ( :line-width 1 :color "#424242" :style nil ))))) (region ((t (:foreground "#f6f3e8" :background "#444444")))) (lazy-highlight ((t (:italic t :background "yellow" :foreground "black" :slant italic)))) (highlight ((t (:background "#444444")))) (highlight-changes-delete-face ((t (:foreground "red" :underline t)))) (highlight-changes-face ((t (:foreground "red")))) (secondary-selection ((t (:background "#64a8d8" :foreground "black" :weight bold)))) (hl-line ((t (:background "#444444")))) (org-date ((t (:foreground "Cyan" :underline t)))) (org-agenda-date ((t (:foreground "#8ac6f2")))) (org-agenda-date-weekend ((t (:bold t :foreground "#e65c00" :weight bold)))) (org-hide ((t (:foreground "#242424")))) (org-todo ((t (:foreground "#F6B3DF" :weight bold)))) (org-done ((t (:foreground "#4BC98A" :weight bold)))) (org-level-1 ((t (:foreground "#8ac6f2" :weight bold)))) (org-level-2 ((t (:foreground "#ee9a49")))) (org-level-3 ((t (:foreground "#ff83fa")))) (org-level-4 ((t (:foreground "#ffa500")))) (org-level-5 ((t (:foreground "#ff4040")))) (isearch ((t (:background "#f57900" :foreground "#2e3436")))) (isearch-lazy-highlight-face ((t (:foreground "#2e3436" :background "#e9b96e")))) (paren-face-match ((t (:inherit show-paren-match-face)))) (paren-face-match-light ((t (:inherit show-paren-match-face)))) (paren-face-mismatch ((t (:inherit show-paren-mismatch-face)))) (show-paren-match-face ((t (:background "#e65c00" :foreground "white" :weight bold)))) (show-paren-mismatch-face ((t (:background "#ad7fa8" :foreground "#2e3436")))) (persp-selected-face ((t (:foreground "#2e3436")))) (info-xref ((t (:foreground "#8ac6f2")))) (info-xref-visited ((t (:foreground "#ad7fa8")))) ) ) ) (provide 'color-theme-wombat)