emacs.d/replace-colorthemes/snow-theme.el

140 lines
6.9 KiB
EmacsLisp
Raw Permalink Normal View History

;;; snow-theme.el --- snow theme
;; Copyright (C) 2001 by Nicolas Rist
;; Copyright (C) 2013 by Syohei YOSHIDA
;; Author: Syohei YOSHIDA <syohex@gmail.com>
;; 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 <http://www.gnu.org/licenses/>.
;;; Commentary:
;;
;; Port of snow theme from `color-themes'
;;; Code:
(deftheme snow
"snow theme")
(custom-theme-set-faces
'snow
'(default ((t (:background "snow2" :foreground "black"))))
'(mouse ((t (:foreground "black"))))
'(cursor ((t (:background "RoyalBlue2"))))
'(border ((t (:foreground "black"))))
'(gnus-mouse-face ((t (:background "LightSteelBlue1"))))
'(list-matching-lines-face ((t (:bold t))))
'(view-highlight-face ((t (:background "LightSteelBlue1"))))
'(bold ((t (:bold t))))
'(bold-italic ((t (:italic t :bold t))))
'(calendar-today-face ((t (:underline t))))
'(custom-button-face ((t (:background "gainsboro" :foreground "dark cyan"))))
'(custom-documentation-face ((t (:background "gainsboro"))))
'(diary-face ((t (:foreground "red"))))
'(fg:black ((t (:foreground "black"))))
'(font-lock-builtin-face ((t (:background "gainsboro" :foreground "medium orchid"))))
'(font-lock-comment-face ((t (:background "gainsboro" :foreground "SteelBlue3"))))
'(font-lock-constant-face ((t (:background "gainsboro" :foreground "orange3"))))
'(font-lock-function-name-face ((t (:background "gainsboro" :foreground "blue3"))))
'(font-lock-keyword-face ((t (:background "gainsboro" :foreground "red3"))))
'(font-lock-string-face ((t (:background "gainsboro" :foreground "SpringGreen3"))))
'(font-lock-type-face ((t (:background "gainsboro" :foreground "dark cyan"))))
'(font-lock-variable-name-face ((t (:background "gainsboro" :foreground "purple2"))))
'(font-lock-warning-face ((t (:bold t :background "gainsboro" :foreground "red"))))
'(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-low-empty-face ((t (:foreground "DarkGreen"))))
'(gnus-group-news-low-face ((t (:bold t :foreground "DarkGreen"))))
'(gnus-splash-face ((t (:foreground "ForestGreen"))))
'(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 "firebrick"))))
'(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 "firebrick"))))
'(gnus-summary-normal-unread-face ((t (nil))))
'(gnus-summary-selected-face ((t (:underline t))))
'(gui-button-face ((t (:foreground "light grey"))))
'(highlight ((t (:background "LightSteelBlue1"))))
'(holiday-face ((t (:background "pink"))))
'(ibuffer-marked-face ((t (:foreground "red"))))
'(italic ((t (:italic t))))
'(message-cited-text-face ((t (:foreground "red"))))
'(message-header-cc-face ((t (:foreground "MidnightBlue"))))
'(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-separator-face ((t (:foreground "brown"))))
'(mode-line ((t (:background "dark slate gray" :foreground "gainsboro"))))
'(mode-line-buffer-id ((t (:background "dark slate gray" :foreground "gainsboro"))))
'(mode-line-mousable ((t (:background "dark slate gray" :foreground "gainsboro"))))
'(mode-line-mousable-minor-mode ((t (:background "dark slate gray" :foreground "gainsboro"))))
'(region ((t (:background "lavender"))))
'(secondary-selection ((t (:background "paleturquoise"))))
'(sgml-comment-face ((t (:foreground "dark green"))))
'(sgml-doctype-face ((t (:foreground "maroon"))))
'(sgml-end-tag-face ((t (:foreground "blue2"))))
'(sgml-entity-face ((t (:foreground "red2"))))
'(sgml-ignored-face ((t (:background "gray90" :foreground "maroon"))))
'(sgml-ms-end-face ((t (:foreground "maroon"))))
'(sgml-ms-start-face ((t (:foreground "maroon"))))
'(sgml-pi-face ((t (:foreground "maroon"))))
'(sgml-sgml-face ((t (:foreground "maroon"))))
'(sgml-short-ref-face ((t (:foreground "goldenrod"))))
'(sgml-start-tag-face ((t (:foreground "blue2"))))
'(show-paren-match-face ((t (:background "SlateGray1"))))
'(show-paren-mismatch-face ((t (:background "purple" :foreground "white"))))
'(speedbar-button-face ((t (:foreground "green4"))))
'(speedbar-directory-face ((t (:foreground "blue4"))))
'(speedbar-file-face ((t (:foreground "cyan4"))))
'(speedbar-highlight-face ((t (:background "dark turquoise" :foreground "white"))))
'(speedbar-selected-face ((t (:underline t :foreground "red"))))
'(speedbar-tag-face ((t (:foreground "brown"))))
'(underline ((t (:underline t)))))
;;;###autoload
(when load-file-name
(add-to-list 'custom-theme-load-path
(file-name-as-directory (file-name-directory load-file-name))))
(provide-theme 'snow)
;;; snow-theme.el ends here