qemacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemacs-devel] Change background colour


From: Pau Rul·lan Ferragut
Subject: Re: [Qemacs-devel] Change background colour
Date: Mon, 29 Nov 2004 19:22:39 +0100
User-agent: KMail/1.7

On Monday 29 November 2004 19:03, Peter Hoffmann wrote:
> On Mon, 29 Nov 2004 14:39:09 +0100, Pau Rul·lan Ferragut
>
> <paurullan at bulma.net> wrote:
> >  Hi list!
> >  It is fantastic that the project is back again. Is there somewhere to
> > ask some candy-wishes, such as set-background-colour? The pity is that I
> > can not code, but I would be very greetful if someone could put this
> > feature in (so I would be able to work longer: my eyes hurt with 
> > white-black scheme).
>
> You can set the fonts and colors in your .qe/config file:

(...)

> // simple styles
> set_style("mode-line", "background-color", "grey");
> set_style("mode-line", "color", "black");
> set_style("minibuf","background-color","white");
> set_style("minibuf","color","black");
> set_style("status","background-color","white");
> set_style("status","color","black");
> set_style("default","background-color","white");
> set_style("default","color","black");
> set_style("status","color","red");
> set_style("string","color","magenta");
> set_style("keyword","color","3d33af");
> set_style("tag","color","3d33af");
> set_style("function","color","1d1d6f");
> set_style("comment", "color", "red");
> set_style("variable", "color", "6f0f05");
> set_style("type", "color", "0b752e");

 Ups, I did not know this way! Thank you!
 The problem was that, if I changed the .qe/config to:
set_style("mode-line", "foreground-color", "black");
set_style("mode-line", "background-color", "grey");
 It just segfaults. I am on Debian unstable, ppc architecture if you are 
curiuos.
 Perhaps there was another way, such the one you told me.

 Lots of thank you:
 Pau Rul·lan Ferragut




reply via email to

[Prev in Thread] Current Thread [Next in Thread]