From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: a dark theme? Date: Fri, 18 Jul 2014 15:44:11 +0200 Message-ID: <87a986eq8k.fsf@gnu.org> References: <87fvi1yw28.fsf@skimble.plus.com> <871ttkyvat.fsf@debian.uxu> <87bnsn612g.fsf@debian.uxu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1405691201 20267 80.91.229.3 (18 Jul 2014 13:46:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 18 Jul 2014 13:46:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 18 15:46:34 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1X88Ub-0005sn-9c for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jul 2014 15:46:33 +0200 Original-Received: from localhost ([::1]:49934 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X88Ua-0000Fu-Uf for geh-help-gnu-emacs@m.gmane.org; Fri, 18 Jul 2014 09:46:32 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X88UG-00006t-MF for help-gnu-emacs@gnu.org; Fri, 18 Jul 2014 09:46:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X88UA-0007KK-6T for help-gnu-emacs@gnu.org; Fri, 18 Jul 2014 09:46:12 -0400 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:52903) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X88U9-0007Jl-Ob for help-gnu-emacs@gnu.org; Fri, 18 Jul 2014 09:46:06 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id ED16E1A8455 for ; Fri, 18 Jul 2014 15:46:04 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jzEQDKv5Nimw for ; Fri, 18 Jul 2014 15:46:03 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad-t440p (dhcp25.uni-koblenz.de [141.26.71.25]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 6F91A1A8459 for ; Fri, 18 Jul 2014 15:46:03 +0200 (CEST) In-Reply-To: <87bnsn612g.fsf@debian.uxu> (Emanuel Berg's message of "Fri, 18 Jul 2014 01:02:47 +0200") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:98745 Archived-At: Emanuel Berg writes: > Ha! The adwaita-theme only has 70 lines of face settings. I have 94 > and I didn't even know the concept of theme until now... But when I > load-file my faces from the state of a previous built-in theme, there > are remnants of the old order so my "theme" is nonetheless incomplete, > it seems. I just grepped the sources. Emacs has 803 faces only in its core and built-in packages. So a really complete theme might require some work. (But it's a common and good practice to derive all faces for a package from the standard emacs-core font-lock faces, so changing those will also change the appearance of the derived ones.) Bye, Tassilo