From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Scott Jaderholm" Subject: Re: Org-mode with color-theme.el Date: Tue, 3 Apr 2007 11:11:24 -0600 Message-ID: References: <87zm5tn06h.fsf@bzg.ath.cx> <1175340956.7815.0.camel@bertrand.carcosa.net> <1175428209.15434.7.camel@bertrand.carcosa.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1690743829==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HYmal-0004Un-LK for emacs-orgmode@gnu.org; Tue, 03 Apr 2007 13:14:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HYmaj-0004SW-CJ for emacs-orgmode@gnu.org; Tue, 03 Apr 2007 13:14:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HYmaj-0004SR-6a for emacs-orgmode@gnu.org; Tue, 03 Apr 2007 13:14:45 -0400 Received: from an-out-0708.google.com ([209.85.132.248]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HYmXY-0002RU-6a for emacs-orgmode@gnu.org; Tue, 03 Apr 2007 13:11:28 -0400 Received: by an-out-0708.google.com with SMTP id b8so1652294ana for ; Tue, 03 Apr 2007 10:11:27 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , 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 To: Carsten Dominik Cc: emacs-orgmode@gnu.org --===============1690743829== Content-Type: multipart/alternative; boundary="----=_Part_14205_12373341.1175620284634" ------=_Part_14205_12373341.1175620284634 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Here's the current state of my color-theme for org-mode. If you don't like white on black you will probably hate this theme. It is very colorful, so it actually looks better in a partially transparent window because it fades a little. It's no where near a final state. My goal with this color-theme was to get almost the same look on a terminal and in "graphical" emacs. I customize my 16 colors or so in Putty and then use generic red, blue etc in my custom-set-faces for console, and then I have specific colors set in my color-theme for the rare occasion that I run graphical emacs. Preview: http://jaderholm.com/photos/screens/org-colors.jpg (Preview is a few months old so some faces have changed) Download: http://jaderholm.com/configs/color-theme-colorful-obsolescence.el (require 'color-theme-colorful-deluge) (color-theme-colorful-deluge) I've only customized font-lock, org, eshell and ido. I just noticed that calendar has fancy colors in graphical emacs so I'll probably customize that. What I'd really love is a nice black on white theme that uses different fonts and sizes to give an elegant outline that looks more like a typesetters masterpiece than a hackers playground. Cheers, Scott On 4/1/07, Carsten Dominik wrote: > > I'd like to kick in here with the following proposal: > > Designing face colors is not really something I feel > competent for. Maybe some of you do? As far as I understand > color-theme.el, you can create your own themes and any customized faces > will be included, thus also any customized org-mode faces. > I'd be interested to see better schemes for fontifying > Org-mode files. Maybe we can have a competition here for the > best color scheme for Org-mode, making use of color-theme as > the vehicle to install these. > > - Carsten > > On Apr 1, 2007, at 13:50, Jason F. McBrayer wrote: > > > On Sat, 2007-03-31 at 07:35 -0400, Jason F. McBrayer wrote: > >> On Sat, 2007-03-31 at 13:04 +0200, Bastien wrote: > >> > >>> I use org-mode and color-theme without problems, so it should be > >>> something in your config i guess. > >> > >> Thanks, that will help me start to narrow down where the problem is. > > > > I've figured out where the problem was, and I'm posting it here for > > reference purposes. I had color-theme-is-cumulative set to nil, and I > > suspect that was causing color themes to throw away the org-mode faces. > > Setting that to t, most color themes work. Also, some color themes are > > less cooperative than others, so it appears to be a problem with those > > themes rather than with org-mode, or with the color-theme package. > > > > -- > > +-----------------------------------------------------------+ > > | Jason F. McBrayer jmcbray@carcosa.net | > > | If someone conquers a thousand times a thousand others in | > > | battle, and someone else conquers himself, the latter one | > > | is the greatest of all conquerors. --- The Dhammapada | > > > > > > _______________________________________________ > > Emacs-orgmode mailing list > > Emacs-orgmode@gnu.org > > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > > > > > -- > Carsten Dominik > Sterrenkundig Instituut "Anton Pannekoek" > Universiteit van Amsterdam > Kruislaan 403 > NL-1098SJ Amsterdam > phone: +31 20 525 7477 > > > > _______________________________________________ > Emacs-orgmode mailing list > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > ------=_Part_14205_12373341.1175620284634 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Here's the current state of my color-theme for org-mode. If you don't like white on black you will probably hate this theme. It is very colorful, so it actually looks better in a partially transparent window because it fades a little. It's no where near a final state.

My goal with this color-theme was to get almost the same look on a terminal and in "graphical" emacs. I customize my 16 colors or so in Putty and then use generic red, blue etc in my custom-set-faces for console, and then I have specific colors set in my color-theme for the rare occasion that I run graphical emacs.

Preview: http://jaderholm.com/photos/screens/org-colors.jpg (Preview is a few months old so some faces have changed)
Download: http://jaderholm.com/configs/color-theme-colorful-obsolescence.el

(require 'color-theme-colorful-deluge)
(color-theme-colorful-deluge)

I've only customized font-lock, org, eshell and ido. I just noticed that calendar has fancy colors in graphical emacs so I'll probably customize that.

What I'd really love is a nice black on white theme that uses different fonts and sizes to give an elegant outline that looks more like a typesetters masterpiece than a hackers playground.

Cheers,
Scott

On 4/1/07, Carsten Dominik <dominik@science.uva.nl > wrote:
I'd like to kick in here with the following proposal:

Designing face colors is not really something I feel
competent for.  Maybe some of you do?  As far as I understand
color-theme.el, you can create your own themes and any customized faces
will be included, thus also any customized org-mode faces.
I'd be interested to see better schemes for fontifying
Org-mode files.  Maybe we can have a competition here for the
best color scheme for Org-mode, making use of color-theme as
the vehicle to install these.

- Carsten

On Apr 1, 2007, at 13:50, Jason F. McBrayer wrote:

> On Sat, 2007-03-31 at 07:35 -0400, Jason F. McBrayer wrote:
>> On Sat, 2007-03-31 at 13:04 +0200, Bastien wrote:
>>
>>> I use org-mode and color-theme without problems, so it should be
>>> something in your config i guess.
>>
>> Thanks, that will help me start to narrow down where the problem is.
>
> I've figured out where the problem was, and I'm posting it here for
> reference purposes.  I had color-theme-is-cumulative set to nil, and I
> suspect that was causing color themes to throw away the org-mode faces.
> Setting that to t, most color themes work.  Also, some color themes are
> less cooperative than others, so it appears to be a problem with those
> themes rather than with org-mode, or with the color-theme package.
>
> --
> +-----------------------------------------------------------+
> | Jason F. McBrayer                     jmcbray@carcosa.net  |
> | If someone conquers a thousand times a thousand others in |
> | battle, and someone else conquers himself, the latter one |
> | is the greatest of all conquerors.  --- The Dhammapada    |
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>

--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477



_______________________________________________
Emacs-orgmode mailing list
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

------=_Part_14205_12373341.1175620284634-- --===============1690743829== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1690743829==--