;;; pok-wog-theme.el --- pok-wog theme ;; Copyright (C) 2005, 2006 Xavier Maillard ;; Copyright (C) 2005, 2006 Brian Palmer ;; 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 pok-wog theme from `color-themes' ;;; Code: (deftheme pok-wog "pok-wog theme") (custom-theme-set-faces 'pok-wog '(default ((t (:background "DarkSlateGray" :foreground "White")))) '(mouse ((t (:foreground "gold")))) '(cursor ((t (:background "Cyan")))) '(border ((t (:foreground "black")))) '(bold ((t (:bold t :foreground "Wheat")))) '(bold-italic ((t (:italic t :bold t :foreground "wheat")))) '(calendar-today-face ((t (:underline t :foreground "white")))) '(diary-face ((t (:foreground "red")))) '(font-lock-builtin-face ((t (:bold t :foreground "cyan")))) '(font-lock-comment-face ((t (:foreground "Gold")))) '(font-lock-constant-face ((t (:bold t :foreground "LightSteelBlue")))) '(font-lock-function-name-face ((t (:bold t :foreground "Yellow")))) '(font-lock-keyword-face ((t (:bold t :foreground "Cyan")))) '(font-lock-string-face ((t (:foreground "Khaki")))) '(font-lock-type-face ((t (:bold t :foreground "Cyan")))) '(font-lock-variable-name-face ((t (:foreground "LightGoldenrod")))) '(font-lock-warning-face ((t (:bold t :foreground "Pink")))) '(gnus-cite-attribution-face ((t (:bold t :foreground "Wheat")))) '(gnus-cite-face-1 ((t (:foreground "wheat")))) '(gnus-cite-face-10 ((t (:foreground "wheat")))) '(gnus-cite-face-11 ((t (:foreground "turquoise")))) '(gnus-cite-face-2 ((t (:foreground "cyan")))) '(gnus-cite-face-3 ((t (:foreground "light yellow")))) '(gnus-cite-face-4 ((t (:foreground "light pink")))) '(gnus-cite-face-5 ((t (:foreground "pale green")))) '(gnus-cite-face-6 ((t (:foreground "beige")))) '(gnus-cite-face-7 ((t (:foreground "orange")))) '(gnus-cite-face-8 ((t (:foreground "magenta")))) '(gnus-cite-face-9 ((t (:foreground "violet")))) '(gnus-emphasis-bold ((t (:bold t :foreground "wheat")))) '(gnus-emphasis-bold-italic ((t (:italic t :bold t)))) '(gnus-emphasis-highlight-words ((t (:background "black" :foreground "yellow")))) '(gnus-emphasis-italic ((t (:italic t :foreground "white")))) '(gnus-emphasis-underline ((t (:underline t :foreground "white")))) '(gnus-emphasis-underline-bold ((t (:underline t :bold t :foreground "wheat")))) '(gnus-emphasis-underline-bold-italic ((t (:underline t :italic t :bold t)))) '(gnus-emphasis-underline-italic ((t (:underline t :italic t :foreground "white")))) '(gnus-group-mail-1-empty-face ((t (:foreground "aquamarine1")))) '(gnus-group-mail-1-face ((t (:bold t :foreground "aquamarine1")))) '(gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2")))) '(gnus-group-mail-2-face ((t (:bold t :foreground "aquamarine2")))) '(gnus-group-mail-3-empty-face ((t (:foreground "Salmon")))) '(gnus-group-mail-3-face ((t (:bold t :foreground "gold")))) '(gnus-group-mail-low-empty-face ((t (:foreground "Wheat")))) '(gnus-group-mail-low-face ((t (:bold t :foreground "aquamarine4")))) '(gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise")))) '(gnus-group-news-1-face ((t (:bold t :foreground "PaleTurquoise")))) '(gnus-group-news-2-empty-face ((t (:foreground "turquoise")))) '(gnus-group-news-2-face ((t (:bold t :foreground "turquoise")))) '(gnus-group-news-3-empty-face ((t (nil)))) '(gnus-group-news-3-face ((t (:bold t :foreground "Wheat")))) '(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 "DarkTurquoise")))) '(gnus-group-news-low-face ((t (:bold t :foreground "DarkTurquoise")))) '(gnus-header-content-face ((t (:italic t :foreground "Wheat")))) '(gnus-header-from-face ((t (:foreground "light yellow")))) '(gnus-header-name-face ((t (:foreground "cyan")))) '(gnus-header-newsgroups-face ((t (:italic t :foreground "yellow")))) '(gnus-header-subject-face ((t (:bold t :foreground "Gold")))) '(gnus-signature-face ((t (:italic t :foreground "wheat")))) '(gnus-splash-face ((t (:foreground "orange")))) '(gnus-summary-cancelled-face ((t (:background "black" :foreground "yellow")))) '(gnus-summary-high-ancient-face ((t (:bold t :foreground "SkyBlue")))) '(gnus-summary-high-read-face ((t (:bold t :foreground "PaleGreen")))) '(gnus-summary-high-ticked-face ((t (:bold t :foreground "pink")))) '(gnus-summary-high-unread-face ((t (:bold t :foreground "gold")))) '(gnus-summary-low-ancient-face ((t (:italic t :foreground "SkyBlue")))) '(gnus-summary-low-read-face ((t (:italic t :foreground "PaleGreen")))) '(gnus-summary-low-ticked-face ((t (:italic t :foreground "pink")))) '(gnus-summary-low-unread-face ((t (:italic t)))) '(gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue")))) '(gnus-summary-normal-read-face ((t (:foreground "PaleGreen")))) '(gnus-summary-normal-ticked-face ((t (:foreground "pink")))) '(gnus-summary-normal-unread-face ((t (:foreground "wheat")))) '(gnus-summary-selected-face ((t (:underline t :foreground "white")))) '(highlight ((t (:background "Blue" :foreground "white")))) '(highline-face ((t (:background "black" :foreground "white")))) '(holiday-face ((t (:background "pink" :foreground "white")))) '(info-menu-5 ((t (:underline t)))) '(info-node ((t (:italic t :bold t :foreground "white")))) '(info-xref ((t (:bold t :foreground "wheat")))) '(italic ((t (:italic t :foreground "white")))) '(makefile-space-face ((t (:background "hotpink")))) '(message-cited-text-face ((t (:foreground "green")))) '(message-header-cc-face ((t (:bold t :foreground "Aquamarine")))) '(message-header-name-face ((t (:foreground "Gold")))) '(message-header-newsgroups-face ((t (:italic t :bold t :foreground "yellow")))) '(message-header-other-face ((t (:foreground "lightGray")))) '(message-header-subject-face ((t (:foreground "Yellow")))) '(message-header-to-face ((t (:bold t :foreground "green2")))) '(message-header-xheader-face ((t (:foreground "blue")))) '(message-mml-face ((t (:bold t :foreground "khaki")))) '(message-separator-face ((t (:background "aquamarine" :foreground "black")))) '(mode-line ((t (:background "DarkGray" :foreground "Black")))) '(mode-line-buffer-id ((t (:background "DarkGray" :foreground "Black")))) '(mode-line-mousable ((t (:background "DarkGray" :foreground "Black")))) '(mode-line-mousable-minor-mode ((t (:background "DarkGray" :foreground "Black")))) '(paren-mismatch-face ((t (:background "DeepPink" :foreground "white")))) '(paren-no-match-face ((t (:background "yellow" :foreground "white")))) '(region ((t (:background "MediumSlateBlue" :foreground "white")))) '(secondary-selection ((t (:background "Sienna" :foreground "white")))) '(show-paren-match-face ((t (:background "turquoise" :foreground "white")))) '(show-paren-mismatch-face ((t (:background "purple" :foreground "white")))) '(speedbar-button-face ((t (:bold t :foreground "magenta")))) '(speedbar-directory-face ((t (:bold t :foreground "orchid")))) '(speedbar-file-face ((t (:foreground "pink")))) '(speedbar-highlight-face ((t (:background "black")))) '(speedbar-selected-face ((t (:underline t :foreground "cyan")))) '(speedbar-tag-face ((t (:foreground "yellow")))) '(swbuff-current-buffer-face ((t (:bold t :foreground "red")))) '(underline ((t (:underline t :foreground "white")))) '(widget-button-face ((t (:bold t :foreground "wheat")))) '(widget-button-pressed-face ((t (:foreground "red")))) '(widget-documentation-face ((t (:foreground "lime green")))) '(widget-field-face ((t (:background "dim gray" :foreground "white")))) '(widget-inactive-face ((t (:foreground "light gray")))) '(widget-single-line-field-face ((t (:background "dim gray" :foreground "white"))))) ;;;###autoload (when load-file-name (add-to-list 'custom-theme-load-path (file-name-as-directory (file-name-directory load-file-name)))) (provide-theme 'pok-wog) ;;; pok-wog-theme.el ends here