From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rustom Mody Newsgroups: gmane.emacs.orgmode,gmane.emacs.help Subject: matching color themes with org mode Date: Sat, 11 Apr 2009 20:33:07 +0530 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2016069801==" X-Trace: ger.gmane.org 1239462221 22297 80.91.229.12 (11 Apr 2009 15:03:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 11 Apr 2009 15:03:41 +0000 (UTC) To: emacs-orgmode , help-gnu-emacs@gnu.org Original-X-From: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sat Apr 11 17:04:59 2009 Return-path: Envelope-to: geo-emacs-orgmode@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LselP-0000mw-1F for geo-emacs-orgmode@m.gmane.org; Sat, 11 Apr 2009 17:04:59 +0200 Original-Received: from localhost ([127.0.0.1]:33057 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lsek0-0004WZ-G9 for geo-emacs-orgmode@m.gmane.org; Sat, 11 Apr 2009 11:03:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lsejf-0004WU-0H for emacs-orgmode@gnu.org; Sat, 11 Apr 2009 11:03:11 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lseje-0004WE-M4 for emacs-orgmode@gnu.org; Sat, 11 Apr 2009 11:03:10 -0400 Original-Received: from [199.232.76.173] (port=51534 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lsejd-0004Vx-Ui; Sat, 11 Apr 2009 11:03:09 -0400 Original-Received: from yw-out-1718.google.com ([74.125.46.154]:54854) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lsejd-0004xX-DV; Sat, 11 Apr 2009 11:03:09 -0400 Original-Received: by yw-out-1718.google.com with SMTP id 9so1138260ywk.66 for ; Sat, 11 Apr 2009 08:03:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=NO34CnTm4eoY5ZGxBfZlfcYVxPZ/srXZ6PKyZPeUwss=; b=JfRt2uTImmiI6Olz3lXuH6fZKONQacYpW8fkUmeQKZekyEaYD1poOHydT7CgAfYg0J tMTSJkTyDvJlhUHUROzLZjWQDR+DAmS7Pe5U/Sw/UO3QuCCZLQGLgryIqZMY4h6wRY0n 7ls/5AX5YcfLfh7htq8oVewvb0+F1kmVkio/Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=aHmB3SYrM55lXNUr6KlZxJKo9ttqZcbhwi6qs/0NlPueN2i042U1ddsnWtL1eXWHyf jJ3aGNAzCEMxAKorf0xVkYYQbtotAjM6xBYBILsmLpjlB6ouDOygiYVYKdnYkLkC5bXp rVDjpobNPUnBKsH18t+H/zbMdWmEiexSQoeag= Original-Received: by 10.151.108.13 with SMTP id k13mr8940859ybm.121.1239462188139; Sat, 11 Apr 2009 08:03:08 -0700 (PDT) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-orgmode@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.orgmode:12864 gmane.emacs.help:63661 Archived-At: --===============2016069801== Content-Type: multipart/alternative; boundary=0015175744986fc64f046748c70b --0015175744986fc64f046748c70b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit The only 'color-theme' Ive been able to use so far is to set background to wheat. I am now trying some more attractive (aka darker) color themes Now I have (custom-set-faces '(org-hide ((((background light)) (:foreground "wheat"))))) which is done to hide stars in org mode. [That's a fearful number of '('s even for an ol-lisper!] I would like to generalize "wheat" to "whatever is the background color" How is that done? --0015175744986fc64f046748c70b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The only 'color-theme' Ive been able to use so far is to set backgr= ound to wheat.

I am now trying some more attractive (aka darker) col= or themes

Now I have

(custom-set-faces
=A0'(org-hide (= (((background light)) (:foreground "wheat")))))

which is done to hide stars in org mode. [That's a fearful number o= f '('s even for an ol-lisper!]

I would like to generalize &q= uot;wheat" to "whatever is the background color"

How is that done?


--0015175744986fc64f046748c70b-- --===============2016069801== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============2016069801==--