all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Corral <micorral@comcast.net>
To: Tassilo Horn <tassilo@member.fsf.org>
Cc: emacs-devel@gnu.org
Subject: Re: GNU Emacs theme submission
Date: Sat, 29 Jan 2011 05:48:12 -0500 (EST)	[thread overview]
Message-ID: <alpine.LFD.2.00.1101290524380.4175@banana.sluggo.net> (raw)
In-Reply-To: <87vd18t6mk.fsf@member.fsf.org>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 531 bytes --]

2011-01-29, Monsieur Tassilo Horn a ecrit:
> First of all, thanks a lot.
>
> But your theme is not a custom theme, it's a color-theme for
> color-theme.el.  These are different things. ;-)
>
> Have a look at the few existing custom themes at
>
>  http://git.savannah.gnu.org/cgit/emacs.git/tree/etc/themes
>
> It shouldn't be too hard to transform your color-theme into a custom
> theme.

Hello Tassilo,

OK, I transformed my theme (hopefully) into the format for a custom
theme. It's in the attached file.

Thanks,

Michael Corral

[-- Attachment #2: Type: TEXT/plain, Size: 10843 bytes --]

;;; TangoMod-theme.el --- Custom face theme for Emacs

;; Copyright (C) 2011 Michael Corral

;; This file 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 file 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 GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.

;;; Code:

(deftheme TangoMod
  "Modified, darker version of Tango theme")

(custom-theme-set-faces
 'TangoMod
 '(default ((t (:background "#1a1e21" :foreground "#ffffff"))))
 '(cursor ((t (:background "#fce94f" :foreground "#fce94f"))))
 '(fringe ((t (:background "#2e3436" :foreground "#e14440"))))
 '(linum ((t (:background "#1a1e21" :foreground "#f7b66c"))))
 '(modeline ((t (:foreground "black" :background "#f0f08b"))))
 '(modeline-buffer-id ((t (:foreground "black" :background "#f0cd5d"))))
 '(modeline-mousable ((t (:foreground "black" :background "gold2"))))
 '(modeline-mousable-minor-mode ((t (:foreground "black" :background "gold2"))))
 '(highlight ((t (:foreground "black" :background "Aquamarine"))))
 '(bold ((t (:bold t))))
 '(italic ((t (:italic t))))
 '(bold-italic ((t (:bold t :italic t))))
 '(region ((t (:foreground "black" :background "#d0d0ff"))))
 '(secondary-selection ((t (:foreground "black" :background "aquamarine"))))
 '(underline ((t (:underline t))))
 '(lazy-highlight-face ((t (:foreground "yellow"))))
 '(font-lock-comment-face ((t (:foreground "#888a85" :italic t))))
 '(font-lock-string-face ((t (:foreground "plum1"))))
 '(font-lock-type-face ((t (:foreground "#64d370" :bold t))))
 '(font-lock-builtin-face ((t (:foreground "LightSteelBlue"))))
 '(font-lock-keyword-face ((t (:foreground "#00dcff" :bold t))))
 '(font-lock-variable-name-face ((t (:foreground "#ffd370" :bold t))))
 '(font-lock-function-name-face ((t (:foreground "LightPink" :bold t))))
 '(font-lock-constant-face ((t (:foreground "Aquamarine"))))
 '(font-lock-warning-face ((t (:foreground "#f57900" :bold t))))
 '(widget-documentation-face ((t (:foreground "lime green"))))
 '(widget-button-face ((t (:bold t))))
 '(widget-field-face ((t (:background "dim gray"))))
 '(widget-single-line-field-face ((t (:background "dim gray"))))
 '(widget-inactive-face ((t (:foreground "light gray"))))
 '(widget-button-pressed-face ((t (:foreground "red"))))
 '(custom-invalid-face ((t (:foreground "yellow" :background "red"))))
 '(custom-rogue-face ((t (:foreground "pink" :background "black"))))
 '(custom-modified-face ((t (:foreground "white" :background "blue"))))
 '(custom-set-face ((t (:foreground "blue" :background "white"))))
 '(custom-changed-face ((t (:foreground "white" :background "blue"))))
 '(custom-saved-face ((t (:underline t))))
 '(custom-button-face ((t (nil))))
 '(custom-documentation-face ((t (nil))))
 '(custom-state-face ((t (:foreground "lime green"))))
 '(custom-variable-tag-face ((t (:foreground "light blue" :underline t))))
 '(custom-variable-button-face ((t (:bold t :underline t))))
 '(custom-face-tag-face ((t (:underline t))))
 '(custom-group-tag-face-1 ((t (:foreground "pink" :underline t))))
 '(custom-group-tag-face ((t (:foreground "light blue" :underline t))))
 '(speedbar-button-face ((t (:foreground "green3"))))
 '(speedbar-file-face ((t (:foreground "cyan"))))
 '(speedbar-directory-face ((t (:foreground "light blue"))))
 '(speedbar-tag-face ((t (:foreground "yellow"))))
 '(speedbar-selected-face ((t (:foreground "red" :underline t))))
 '(speedbar-highlight-face ((t (:background "sea green"))))
 '(font-lock-doc-string-face ((t (:foreground "orange" :bold t))))
 '(font-lock-exit-face ((t (:foreground "green"))))
 '(header-line ((t (:background "grey30" :foreground "grey"))))
 '(minibuffer-prompt ((t (:foreground "cyan"))))
 '(ff-paths-non-existant-file-face ((t (:foreground "NavyBlue" :bold t))))
 '(show-paren-match-face ((t (:background "red"))))
 '(show-paren-mismatch-face ((t (:foreground "white" :background "purple"))))
 '(message-header-to-face ((t (:foreground "green2" :bold t))))
 '(message-header-cc-face ((t (:foreground "LightGoldenrod" :bold t))))
 '(message-header-subject-face ((t (:foreground "green3"))))
 '(message-header-newsgroups-face ((t (:foreground "yellow" :bold t :italic t))))
 '(message-header-other-face ((t (:foreground "Salmon"))))
 '(message-header-name-face ((t (:foreground "green3"))))
 '(message-header-xheader-face ((t (:foreground "GreenYellow"))))
 '(message-separator-face ((t (:foreground "Tan"))))
 '(message-cited-text-face ((t (:foreground "Gold"))))
 '(message-mml-face ((t (:foreground "ForestGreen"))))
 '(gnus-group-news-1-face ((t (:foreground "PaleTurquoise" :bold t))))
 '(gnus-group-news-1-empty-face ((t (:foreground "PaleTurquoise"))))
 '(gnus-group-news-2-face ((t (:foreground "turquoise" :bold t))))
 '(gnus-group-news-2-empty-face ((t (:foreground "turquoise"))))
 '(gnus-group-news-3-face ((t (:bold t))))
 '(gnus-group-news-3-empty-face ((t (nil))))
 '(gnus-group-news-4-face ((t (:bold t))))
 '(gnus-group-news-4-empty-face ((t (nil))))
 '(gnus-group-news-5-face ((t (:bold t))))
 '(gnus-group-news-5-empty-face ((t (nil))))
 '(gnus-group-news-6-face ((t (:bold t))))
 '(gnus-group-news-6-empty-face ((t (nil))))
 '(gnus-group-news-low-face ((t (:foreground "DarkTurquoise" :bold t))))
 '(gnus-group-news-low-empty-face ((t (:foreground "DarkTurquoise"))))
 '(gnus-group-mail-1-face ((t (:foreground "aquamarine1" :bold t))))
 '(gnus-group-mail-1-empty-face ((t (:foreground "aquamarine1"))))
 '(gnus-group-mail-2-face ((t (:foreground "aquamarine2" :bold t))))
 '(gnus-group-mail-2-empty-face ((t (:foreground "aquamarine2"))))
 '(gnus-group-mail-3-face ((t (:foreground "aquamarine3" :bold t))))
 '(gnus-group-mail-3-empty-face ((t (:foreground "aquamarine3"))))
 '(gnus-group-mail-low-face ((t (:foreground "aquamarine4" :bold t))))
 '(gnus-group-mail-low-empty-face ((t (:foreground "aquamarine4"))))
 '(gnus-summary-selected-face ((t (:underline t))))
 '(gnus-summary-cancelled-face ((t (:foreground "yellow" :background "black"))))
 '(gnus-summary-high-ticked-face ((t (:foreground "pink" :bold t))))
 '(gnus-summary-low-ticked-face ((t (:foreground "pink" :italic t))))
 '(gnus-summary-normal-ticked-face ((t (:foreground "pink"))))
 '(gnus-summary-high-ancient-face ((t (:foreground "SkyBlue" :bold t))))
 '(gnus-summary-low-ancient-face ((t (:foreground "SkyBlue" :italic t))))
 '(gnus-summary-normal-ancient-face ((t (:foreground "SkyBlue"))))
 '(gnus-summary-high-unread-face ((t (:bold t))))
 '(gnus-summary-low-unread-face ((t (:italic t))))
 '(gnus-summary-normal-unread-face ((t (nil))))
 '(gnus-summary-high-read-face ((t (:foreground "PaleGreen" :bold t))))
 '(gnus-summary-low-read-face ((t (:foreground "PaleGreen" :italic t))))
 '(gnus-summary-normal-read-face ((t (:foreground "PaleGreen"))))
 '(gnus-splash-face ((t (:foreground "Brown"))))
 '(eshell-ls-directory-face ((t (:foreground "SkyBlue" :bold t))))
 '(eshell-ls-symlink-face ((t (:foreground "Cyan" :bold t))))
 '(eshell-ls-executable-face ((t (:foreground "Green" :bold t))))
 '(eshell-ls-readonly-face ((t (:foreground "Pink"))))
 '(eshell-ls-unreadable-face ((t (:foreground "DarkGrey"))))
 '(eshell-ls-special-face ((t (:foreground "Magenta" :bold t))))
 '(eshell-ls-missing-face ((t (:foreground "Red" :bold t))))
 '(eshell-ls-archive-face ((t (:foreground "Orchid" :bold t))))
 '(eshell-ls-backup-face ((t (:foreground "LightSalmon"))))
 '(eshell-ls-product-face ((t (:foreground "LightSalmon"))))
 '(eshell-ls-clutter-face ((t (:foreground "OrangeRed" :bold t))))
 '(eshell-prompt-face ((t (:foreground "Pink" :bold t))))
 '(term-default-fg ((t (nil))))
 '(term-default-bg ((t (nil))))
 '(term-default-fg-inv ((t (nil))))
 '(term-default-bg-inv ((t (nil))))
 '(term-bold ((t (:bold t))))
 '(term-underline ((t (:underline t))))
 '(term-invisible ((t (nil))))
 '(term-invisible-inv ((t (nil))))
 '(term-black ((t (:foreground "black"))))
 '(term-red ((t (:foreground "red"))))
 '(term-green ((t (:foreground "green"))))
 '(term-yellow ((t (:foreground "yellow"))))
 '(term-blue ((t (:foreground "blue"))))
 '(term-magenta ((t (:foreground "magenta"))))
 '(term-cyan ((t (:foreground "cyan"))))
 '(term-white ((t (:foreground "white"))))
 '(term-blackbg ((t (:background "black"))))
 '(term-redbg ((t (:background "red"))))
 '(term-greenbg ((t (:background "green"))))
 '(term-yellowbg ((t (:background "yellow"))))
 '(term-bluebg ((t (:background "blue"))))
 '(term-magentabg ((t (:background "magenta"))))
 '(term-cyanbg ((t (:background "cyan"))))
 '(term-whitebg ((t (:background "white"))))
 '(font-latex-math-face ((t (:foreground "burlywood"))))
 '(font-latex-sedate-face ((t (:foreground "LightGray"))))
 '(gnus-emphasis-bold ((t (:bold t))))
 '(gnus-emphasis-italic ((t (:italic t))))
 '(gnus-emphasis-underline ((t (:underline t))))
 '(gnus-emphasis-underline-bold ((t (:bold t :underline t))))
 '(gnus-emphasis-underline-italic ((t (:italic t :underline t))))
 '(gnus-emphasis-bold-italic ((t (:bold t :italic t))))
 '(gnus-emphasis-underline-bold-italic ((t (:bold t :italic t :underline t))))
 '(gnus-emphasis-highlight-words ((t (:foreground "yellow" :background "black"))))
 '(gnus-signature-face ((t (:italic t))))
 '(gnus-header-from-face ((t (:foreground "spring green"))))
 '(gnus-header-subject-face ((t (:foreground "yellow" :bold t))))
 '(gnus-header-newsgroups-face ((t (:foreground "SeaGreen3" :bold t :italic t))))
 '(gnus-header-name-face ((t (:foreground "pink"))))
 '(gnus-header-content-face ((t (:foreground "lime green" :italic t))))
 '(gnus-cite-attribution-face ((t (:italic t))))
 '(gnus-cite-face-1 ((t (:foreground "light blue"))))
 '(gnus-cite-face-2 ((t (:foreground "light 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-cite-face-10 ((t (:foreground "medium purple"))))
 '(gnus-cite-face-11 ((t (:foreground "turquoise")))))

(provide-theme 'TangoMod)

;; Local Variables:
;; no-byte-compile: t
;; End:

;;; TangoMod-theme.el  ends here

  parent reply	other threads:[~2011-01-29 10:48 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-29  6:25 GNU Emacs theme submission Michael Corral
2011-01-29  9:13 ` Tassilo Horn
2011-01-29 10:26   ` Eli Zaretskii
2011-01-29 12:57     ` Tassilo Horn
2011-01-29 13:41       ` Thien-Thi Nguyen
2011-01-29 15:49     ` Stefan Monnier
2011-01-29 10:48   ` Michael Corral [this message]
2011-01-29 14:18     ` Tassilo Horn
2011-01-30  0:18       ` Michael Corral
2011-01-30  9:44         ` Tassilo Horn
2011-01-30 11:22           ` Tim Cross
2011-01-30 15:19             ` Tassilo Horn
2011-01-30 19:38           ` Glenn Morris
2011-01-31 17:29             ` Chong Yidong
2011-01-31 18:49               ` Drew Adams
2011-01-31 19:26                 ` Chong Yidong
2011-02-01  6:50                   ` Manoj Srivastava
2011-04-17 16:14                   ` Manoj Srivastava
2011-04-24 17:36                     ` Chong Yidong
2011-01-31  3:40           ` Stefan Monnier
2011-01-31  7:31             ` Tassilo Horn
2011-01-31 17:08               ` Chong Yidong
2011-01-31 17:16       ` Chong Yidong
2011-02-01  6:09         ` Michael Corral

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.LFD.2.00.1101290524380.4175@banana.sluggo.net \
    --to=micorral@comcast.net \
    --cc=emacs-devel@gnu.org \
    --cc=tassilo@member.fsf.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.