From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: GNU Emacs theme submission Date: Sat, 29 Jan 2011 15:18:28 +0100 Message-ID: <8762t7u72j.fsf@member.fsf.org> References: <87vd18t6mk.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1296310722 18026 80.91.229.12 (29 Jan 2011 14:18:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 29 Jan 2011 14:18:42 +0000 (UTC) Cc: emacs-devel@gnu.org To: Michael Corral Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 29 15:18:37 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PjBdN-0002al-F9 for ged-emacs-devel@m.gmane.org; Sat, 29 Jan 2011 15:18:37 +0100 Original-Received: from localhost ([127.0.0.1]:45529 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjBdM-0003sH-MB for ged-emacs-devel@m.gmane.org; Sat, 29 Jan 2011 09:18:36 -0500 Original-Received: from [140.186.70.92] (port=49711 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PjBdJ-0003s2-2a for emacs-devel@gnu.org; Sat, 29 Jan 2011 09:18:33 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PjBdH-00073c-OM for emacs-devel@gnu.org; Sat, 29 Jan 2011 09:18:32 -0500 Original-Received: from out1.smtp.messagingengine.com ([66.111.4.25]:47716) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PjBdH-00073Q-Fp for emacs-devel@gnu.org; Sat, 29 Jan 2011 09:18:31 -0500 Original-Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42]) by gateway1.messagingengine.com (Postfix) with ESMTP id A9D58205B8; Sat, 29 Jan 2011 09:18:30 -0500 (EST) Original-Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute2.internal (MEProxy); Sat, 29 Jan 2011 09:18:30 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:cc:subject:references:date:in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=3TCT8xfjyJtgUk440WFW6mRlQpE=; b=OvsDzhtmxUnFh1m5yizIL85KWUUmOCjUr4GMPwaCte6PvJic/4o54VqkQvh8jrunVZnjDBPj1wtZ0qk5VZviqR2FT3aPdVRy/vwqOlD34Jtn20cts5/voXCubyktX36YMalkQ+94LdD/ghfrzZ2HMyzUDdufwreN8FL3EOR2eRs= X-Sasl-enc: U5MJWle17avVEHJYHiJmVrOTR++FkyxeSSmsJg0xqAn8 1296310710 Original-Received: from thinkpad (95-88-32-105-dynip.superkabel.de [95.88.32.105]) by mail.messagingengine.com (Postfix) with ESMTPA id D36CF400E98; Sat, 29 Jan 2011 09:18:29 -0500 (EST) In-Reply-To: (Michael Corral's message of "Sat, 29 Jan 2011 05:48:12 -0500 (EST)") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.25 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:135213 Archived-At: Michael Corral writes: Hi Michael, > OK, I transformed my theme (hopefully) into the format for a custom > theme. It's in the attached file. Seems to work. :-) > ;;; TangoMod-theme.el --- Custom face theme for Emacs I think it would be better to make the theme and file tango-mod(-theme.el), because emacs also runs on systems whose filesystems are case-insensitive. And since I guess TangoMod stays for Tango Modified, a better name would probably be dark-tango, because that's what you say it is: a dark version of the tango theme. Bye, Tassilo