;;; andreas-theme.el --- andreas theme ;; Copyright (C) 2003 by Andreas Busch ;; Copyright (C) 2013 by Syohei YOSHIDA ;; Author: Syohei YOSHIDA ;; URL: https://github.com/emacs-jp/replace-colorthemes ;; Version: 0.01 ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by ;; the Free Software Foundation, either version 3 of the License, or ;; (at your option) any later version. ;; This program is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; You should have received a copy of the GNU General Public License ;; along with this program. If not, see . ;;; Commentary: ;; ;; Port of andreas theme from `color-themes' ;;; Code: (deftheme andreas "andreas theme") (custom-theme-set-faces 'andreas '(default ((t (:background "white" :foreground "black")))) '(mouse ((t (:foreground "black")))) '(cursor ((t (:background "black")))) '(border ((t (:foreground "black")))) '(OrangeRed ((t (nil)))) '(gnus-mouse-face ((t (nil)))) '(ispell-highlight-face ((t (nil)))) '(blue ((t (:foreground "blue")))) '(bold ((t (:bold t)))) '(bold-italic ((t (:italic t :bold t)))) '(border-glyph ((t (nil)))) '(calendar-today-face ((t (:underline t)))) '(color-mode-face-@ ((t (:foreground "orange")))) '(color-mode-face-a ((t (:foreground "blue")))) '(color-mode-face-b ((t (:foreground "red")))) '(color-mode-face-c ((t (:foreground "green3")))) '(color-mode-face-d ((t (:background "red" :foreground "white")))) '(color-mode-face-e ((t (:background "orange" :foreground "blue")))) '(color-mode-face-f ((t (:background "blue" :foreground "yellow")))) '(color-mode-face-g ((t (:background "lightblue" :foreground "brown")))) '(color-mode-face-h ((t (:background "brown" :foreground "white")))) '(custom-button-face ((t (:bold t)))) '(custom-changed-face ((t (:background "blue" :foreground "white")))) '(custom-documentation-face ((t (nil)))) '(custom-face-tag-face ((t (:underline t)))) '(custom-group-tag-face ((t (:underline t :foreground "blue")))) '(custom-group-tag-face-1 ((t (:underline t :foreground "red")))) '(custom-invalid-face ((t (:background "red" :foreground "yellow")))) '(custom-modified-face ((t (:background "blue" :foreground "white")))) '(custom-rogue-face ((t (:background "black" :foreground "pink")))) '(custom-saved-face ((t (:underline t)))) '(custom-set-face ((t (:background "white" :foreground "blue")))) '(custom-state-face ((t (:foreground "dark green")))) '(custom-variable-button-face ((t (:underline t :bold t :background "gray90")))) '(custom-variable-tag-face ((t (:underline t :background "gray95" :foreground "blue")))) '(diary-face ((t (:foreground "red")))) '(display-time-mail-balloon-enhance-face ((t (:background "orange")))) '(display-time-mail-balloon-gnus-group-face ((t (:foreground "blue")))) '(display-time-time-balloon-face ((t (:foreground "red")))) '(emacs-wiki-bad-link-face ((t (:bold t :foreground "red")))) '(emacs-wiki-link-face ((t (:bold t :foreground "green")))) '(font-lock-comment-face ((t (:foreground "orange1")))) '(font-lock-doc-string-face ((t (:foreground "green4")))) '(font-lock-function-name-face ((t (:foreground "blue3")))) '(font-lock-keyword-face ((t (:foreground "red1")))) '(font-lock-preprocessor-face ((t (:foreground "blue3")))) '(font-lock-reference-face ((t (:foreground "red3")))) '(font-lock-string-face ((t (:foreground "green4")))) '(font-lock-type-face ((t (:foreground "#6920ac")))) '(font-lock-variable-name-face ((t (:foreground "blue3")))) '(font-lock-warning-face ((t (:bold t :foreground "Red")))) '(gnu-cite-face-3 ((t (nil)))) '(gnu-cite-face-4 ((t (nil)))) '(gnus-cite-attribution-face ((t (:underline t)))) '(gnus-cite-face-1 ((t (:foreground "MidnightBlue")))) '(gnus-cite-face-10 ((t (:foreground "medium purple")))) '(gnus-cite-face-11 ((t (:foreground "turquoise")))) '(gnus-cite-face-2 ((t (:foreground "firebrick")))) '(gnus-cite-face-3 ((t (:foreground "dark green")))) '(gnus-cite-face-4 ((t (:foreground "OrangeRed")))) '(gnus-cite-face-5 ((t (:foreground "dark khaki")))) '(gnus-cite-face-6 ((t (:foreground "dark violet")))) '(gnus-cite-face-7 ((t (:foreground "SteelBlue4")))) '(gnus-cite-face-8 ((t (:foreground "magenta")))) '(gnus-cite-face-9 ((t (:foreground "violet")))) '(gnus-emphasis-bold ((t (:bold t)))) '(gnus-emphasis-bold-italic ((t (:italic t :bold t)))) '(gnus-emphasis-italic ((t (:italic t)))) '(gnus-emphasis-underline ((t (:underline t)))) '(gnus-emphasis-underline-bold ((t (:underline t :bold t)))) '(gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t)))) '(gnus-emphasis-underline-italic ((t (:underline t :italic t)))) '(gnus-group-mail-1-empty-face ((t (:foreground "DeepPink3")))) '(gnus-group-mail-1-face ((t (:bold t :foreground "DeepPink3")))) '(gnus-group-mail-2-empty-face ((t (:foreground "HotPink3")))) '(gnus-group-mail-2-face ((t (:bold t :foreground "HotPink3")))) '(gnus-group-mail-3-empty-face ((t (:foreground "magenta4")))) '(gnus-group-mail-3-face ((t (:bold t :foreground "magenta4")))) '(gnus-group-mail-low-empty-face ((t (:foreground "DeepPink4")))) '(gnus-group-mail-low-face ((t (:bold t :foreground "DeepPink4")))) '(gnus-group-news-1-empty-face ((t (:foreground "ForestGreen")))) '(gnus-group-news-1-face ((t (:bold t :foreground "ForestGreen")))) '(gnus-group-news-2-empty-face ((t (:foreground "CadetBlue4")))) '(gnus-group-news-2-face ((t (:bold t :foreground "CadetBlue4")))) '(gnus-group-news-3-empty-face ((t (nil)))) '(gnus-group-news-3-face ((t (:bold t)))) '(gnus-group-news-4-empty-face ((t (nil)))) '(gnus-group-news-4-face ((t (:bold t)))) '(gnus-group-news-5-empty-face ((t (nil)))) '(gnus-group-news-5-face ((t (:bold t)))) '(gnus-group-news-6-empty-face ((t (nil)))) '(gnus-group-news-6-face ((t (:bold t)))) '(gnus-group-news-low-empty-face ((t (:foreground "DarkGreen")))) '(gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen")))) '(gnus-header-content-face ((t (:italic t :foreground "indianred4")))) '(gnus-header-from-face ((t (:bold t :foreground "red3")))) '(gnus-header-name-face ((t (:foreground "maroon")))) '(gnus-header-newsgroups-face ((t (:italic t :bold t :foreground "MidnightBlue")))) '(gnus-header-subject-face ((t (:bold t :foreground "red4")))) '(gnus-splash-face ((t (:foreground "red")))) '(gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow")))) '(gnus-summary-high-ancient-face ((t (:bold t :foreground "RoyalBlue")))) '(gnus-summary-high-read-face ((t (:bold t :foreground "DarkGreen")))) '(gnus-summary-high-ticked-face ((t (:bold t :foreground "DarkRed")))) '(gnus-summary-high-unread-face ((t (:bold t)))) '(gnus-summary-low-ancient-face ((t (:italic t :foreground "RoyalBlue")))) '(gnus-summary-low-read-face ((t (:italic t :foreground "DarkGreen")))) '(gnus-summary-low-ticked-face ((t (:italic t :foreground "firebrick")))) '(gnus-summary-low-unread-face ((t (:italic t)))) '(gnus-summary-normal-ancient-face ((t (:foreground "RoyalBlue")))) '(gnus-summary-normal-read-face ((t (:foreground "DarkGreen")))) '(gnus-summary-normal-ticked-face ((t (:foreground "Red")))) '(gnus-summary-normal-unread-face ((t (nil)))) '(gnus-summary-selected-face ((t (:underline t)))) '(gnus-x-face ((t (nil)))) '(green ((t (:foreground "green")))) '(gui-button-face ((t (:background "grey75")))) '(gui-element ((t (:background "Gray80")))) '(highlight ((t (nil)))) '(holiday-face ((t (:background "pink")))) '(hyper-apropos-documentation ((t (:foreground "darkred")))) '(hyper-apropos-heading ((t (:bold t)))) '(hyper-apropos-hyperlink ((t (:foreground "blue4")))) '(hyper-apropos-major-heading ((t (:bold t)))) '(hyper-apropos-section-heading ((t (:italic t :bold t)))) '(hyper-apropos-warning ((t (:bold t :foreground "red")))) '(info-node ((t (:italic t :bold t)))) '(info-xref ((t (:bold t)))) '(isearch ((t (:background "yellow" :foreground "red")))) '(italic ((t (:italic t)))) '(kai-gnus-cite-face-1 ((t (:foreground "LightCyan4")))) '(kai-gnus-cite-face-2 ((t (:foreground "LightSkyBlue2")))) '(kai-gnus-cite-face-3 ((t (:foreground "DodgerBlue3")))) '(kai-gnus-group-mail-face ((t (:foreground "darkslategrey")))) '(kai-gnus-group-nonempty-mail-face ((t (:foreground "DarkRed")))) '(kai-gnus-group-starred-face ((t (:foreground "grey50")))) '(left-margin ((t (nil)))) '(list-mode-item-selected ((t (:background "gray68")))) '(message-cited-text ((t (:italic t)))) '(message-cited-text-face ((t (:foreground "red")))) '(message-header-cc-face ((t (:foreground "MidnightBlue")))) '(message-header-contents ((t (:italic t)))) '(message-header-name-face ((t (:foreground "cornflower blue")))) '(message-header-newsgroups-face ((t (:italic t :bold t :foreground "blue4")))) '(message-header-other-face ((t (:foreground "steel blue")))) '(message-header-subject-face ((t (:bold t :foreground "navy blue")))) '(message-header-to-face ((t (:bold t :foreground "MidnightBlue")))) '(message-header-xheader-face ((t (:foreground "blue")))) '(message-headers ((t (:bold t)))) '(message-highlighted-header-contents ((t (:italic t :bold t)))) '(message-mml-face ((t (:foreground "ForestGreen")))) '(message-separator-face ((t (:foreground "brown")))) '(mode-line ((t (:background "Gray75" :foreground "Black")))) '(mode-line-buffer-id ((t (:background "Gray75" :foreground "blue4")))) '(mode-line-mousable ((t (:background "Gray75" :foreground "firebrick")))) '(mode-line-mousable-minor-mode ((t (:background "Gray75" :foreground "green4")))) '(paren-blink-off ((t (:foreground "gray80")))) '(paren-match ((t (:background "red" :foreground "white")))) '(paren-mismatch ((t (:background "DeepPink")))) '(pointer ((t (:foreground "blue")))) '(primary-selection ((t (:background "gray65")))) '(red ((t (:foreground "red")))) '(region ((t (:background "gray75")))) '(right-margin ((t (nil)))) '(secondary-selection ((t (:background "paleturquoise")))) '(text-cursor ((t (:background "red" :foreground "LightYellow1")))) '(toolbar ((t (:background "Gray80")))) '(underline ((t (:underline t)))) '(vertical-divider ((t (:background "Gray80")))) '(widget-button-face ((t (:bold t)))) '(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")))) '(x-face ((t (:background "white")))) '(yellow ((t (:foreground "yellow")))) '(zmacs-region ((t (:background "gray65" :foreground "yellow"))))) ;;;###autoload (when load-file-name (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name)))) (provide-theme 'andreas) ;;; andreas-theme.el ends here