all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* colors in emacs
@ 2003-03-30  3:07 Evan Kirkland
  0 siblings, 0 replies; 9+ messages in thread
From: Evan Kirkland @ 2003-03-30  3:07 UTC (permalink / raw)


Hello,

I was wondering where I can configure emacs so that I can have a different 
color background, other than white?

thanks,
evan



_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: colors in emacs
       [not found] <mailman.3842.1048993650.21513.help-gnu-emacs@gnu.org>
@ 2003-03-30  8:35 ` Bijan Soleymani
  2003-03-30 17:12 ` Alex Schroeder
  1 sibling, 0 replies; 9+ messages in thread
From: Bijan Soleymani @ 2003-03-30  8:35 UTC (permalink / raw)


"Evan Kirkland" <captain_wormhole@hotmail.com> writes:

> Hello,
> 
> I was wondering where I can configure emacs so that I can have a
> different color background, other than white?

This is from the emacs manual under the section about command-line
arguments, in the node about window colors:

"
Window Color Options
====================

   On a color display, you can specify which color to use for various
parts of the Emacs display.  To find out what colors are available on
your system, type `M-x list-colors-display', or press `C-Mouse-2' and
select `Display Colors' from the pop-up menu.  If you do not specify
colors, on windowed displays the default for the background is white
and the default for all other colors is black.  On a monochrome
display, the foreground is black, the background is white, and the
border is gray if the display supports that.  On terminals, the
background is usually black and the foreground is white.

   Here is a list of the command-line options for specifying colors:

`-fg COLOR'
`--foreground-color=COLOR'
     Specify the foreground color.  COLOR should be a standard color
     name, or a numeric specification of the color's red, green, and
     blue components as in `#4682B4' or `RGB:46/82/B4'.

`-bg COLOR'
`--background-color=COLOR'
     Specify the background color.

`-bd COLOR'
`--border-color=COLOR'
     Specify the color of the border of the X window.

`-cr COLOR'
`--cursor-color=COLOR'
     Specify the color of the Emacs cursor which indicates where point
     is.

`-ms COLOR'
`--mouse-color=COLOR'
     Specify the color for the mouse cursor when the mouse is in the
     Emacs window.

`-r'
`-rv'
`--reverse-video'
     Reverse video--swap the foreground and background colors.

   For example, to use a coral mouse cursor and a slate blue text
cursor, enter:

     emacs -ms coral -cr 'slate blue' &

   You can reverse the foreground and background colors through the
`-rv' option or with the X resource `reverseVideo'.

   The `-fg', `-bg', and `-rv' options function on text-only terminals
as well as on window systems.
"

If you are using emacs on GNU/Linux or any other unix-like system then
you can set this permanently in your .Xresources file. This is also
described in the emacs manual:

In the same section about command-line arguments
in the node about X resources.

Hope that helps,

Bijan

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: colors in emacs
       [not found] <mailman.3842.1048993650.21513.help-gnu-emacs@gnu.org>
  2003-03-30  8:35 ` Bijan Soleymani
@ 2003-03-30 17:12 ` Alex Schroeder
  1 sibling, 0 replies; 9+ messages in thread
From: Alex Schroeder @ 2003-03-30 17:12 UTC (permalink / raw)


"Evan Kirkland" <captain_wormhole@hotmail.com> writes:

> I was wondering where I can configure emacs so that I can have a
> different color background, other than white?

You will end up configuring lots and lots of faces, too.  See M-x
customize-face, or get color-theme.el...

http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Colors in Emacs
@ 2006-08-22  9:04 CloudStrife
  2006-08-22 10:41 ` Peter Dyballa
       [not found] ` <mailman.5434.1156243310.9609.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 9+ messages in thread
From: CloudStrife @ 2006-08-22  9:04 UTC (permalink / raw)


Hi all,
The default colora Emacs uses in syntax highlighting are not as good as
those in vim. Is there a easy way/a readymade package, which will
change these colors to more attractive and distinguishable.
Thanx in advance
CloudStrife

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: Colors in Emacs
@ 2006-08-22  9:58 Bourgneuf Francois
  0 siblings, 0 replies; 9+ messages in thread
From: Bourgneuf Francois @ 2006-08-22  9:58 UTC (permalink / raw)


The color-theme package does it wonderfully : http://www.emacswiki.org/cgi-bin/wiki?ColorTheme
Bour9

-----Message d'origine-----
De : help-gnu-emacs-bounces+francois.bourgneuf=groupe-mma.fr@gnu.org [mailto:help-gnu-emacs-bounces+francois.bourgneuf=groupe-mma.fr@gnu.org] De la part de CloudStrife
Envoyé : mardi 22 août 2006 11:04
À : help-gnu-emacs@gnu.org
Objet : Colors in Emacs

Hi all,
The default colora Emacs uses in syntax highlighting are not as good as
those in vim. Is there a easy way/a readymade package, which will
change these colors to more attractive and distinguishable.
Thanx in advance
CloudStrife

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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Colors in Emacs
  2006-08-22  9:04 Colors in Emacs CloudStrife
@ 2006-08-22 10:41 ` Peter Dyballa
       [not found] ` <mailman.5434.1156243310.9609.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 9+ messages in thread
From: Peter Dyballa @ 2006-08-22 10:41 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 22.08.2006 um 11:04 schrieb CloudStrife:

> Hi all,
> The default colora Emacs uses in syntax highlighting are not as  
> good as
> those in vim. Is there a easy way/a readymade package, which will
> change these colors to more attractive and distinguishable.

I think the customise interface allows this. You just need to know  
which faces you want to change. These can be retrieved by positioning  
the cursor on those faces you don't like and pressing C-u C-x = RET.  
The *Help* window will have hyper-links to the customise interface.

--
Greetings

   Pete

Build a man a fire and he'll be warm for a night, but set a man on  
fire and he'll be warm for the rest of his life.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Colors in Emacs
       [not found] <mailman.5432.1156240710.9609.help-gnu-emacs@gnu.org>
@ 2006-08-22 12:43 ` CloudStrife
  0 siblings, 0 replies; 9+ messages in thread
From: CloudStrife @ 2006-08-22 12:43 UTC (permalink / raw)


hi Bourgneuf Francois,
Thanx a lot... it is very nice site.
CloudStrife

Bourgneuf Francois wrote:
> The color-theme package does it wonderfully : http://www.emacswiki.org/cgi-bin/wiki?ColorTheme
> Bour9
>
> -----Message d'origine-----
> De : help-gnu-emacs-bounces+francois.bourgneuf=groupe-mma.fr@gnu.org [mailto:help-gnu-emacs-bounces+francois.bourgneuf=groupe-mma.fr@gnu.org] De la part de CloudStrife
> Envoyé : mardi 22 août 2006 11:04
> À : help-gnu-emacs@gnu.org
> Objet : Colors in Emacs
>
> Hi all,
> The default colora Emacs uses in syntax highlighting are not as good as
> those in vim. Is there a easy way/a readymade package, which will
> change these colors to more attractive and distinguishable.
> Thanx in advance
> CloudStrife
>
> _______________________________________________
> help-gnu-emacs mailing list
> help-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Colors in Emacs
       [not found] ` <mailman.5434.1156243310.9609.help-gnu-emacs@gnu.org>
@ 2006-08-22 12:47   ` CloudStrife
  2006-08-22 15:35     ` Peter Dyballa
  0 siblings, 1 reply; 9+ messages in thread
From: CloudStrife @ 2006-08-22 12:47 UTC (permalink / raw)


Hi Pete,
I am a newbie to emacs. I didnot understand your suggestion. Can you
elaborate?
CloudStrife

Peter Dyballa wrote:
> Am 22.08.2006 um 11:04 schrieb CloudStrife:
>
> > Hi all,
> > The default colora Emacs uses in syntax highlighting are not as
> > good as
> > those in vim. Is there a easy way/a readymade package, which will
> > change these colors to more attractive and distinguishable.
>
> I think the customise interface allows this. You just need to know
> which faces you want to change. These can be retrieved by positioning
> the cursor on those faces you don't like and pressing C-u C-x = RET.
> The *Help* window will have hyper-links to the customise interface.
>
> --
> Greetings
>
>    Pete
>
> Build a man a fire and he'll be warm for a night, but set a man on
> fire and he'll be warm for the rest of his life.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Colors in Emacs
  2006-08-22 12:47   ` CloudStrife
@ 2006-08-22 15:35     ` Peter Dyballa
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Dyballa @ 2006-08-22 15:35 UTC (permalink / raw)
  Cc: help-gnu-emacs


Am 22.08.2006 um 14:47 schrieb CloudStrife:

> I am a newbie to emacs. I didnot understand your suggestion. Can you
> elaborate?

Try and see! C-h i RET m Emacs RET might be more elaborate than my  
writing.

--
Greetings

   Pete

Increase the size of your bike by at least *five* inches!

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-08-22 15:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-30  3:07 colors in emacs Evan Kirkland
     [not found] <mailman.3842.1048993650.21513.help-gnu-emacs@gnu.org>
2003-03-30  8:35 ` Bijan Soleymani
2003-03-30 17:12 ` Alex Schroeder
  -- strict thread matches above, loose matches on Subject: below --
2006-08-22  9:04 Colors in Emacs CloudStrife
2006-08-22 10:41 ` Peter Dyballa
     [not found] ` <mailman.5434.1156243310.9609.help-gnu-emacs@gnu.org>
2006-08-22 12:47   ` CloudStrife
2006-08-22 15:35     ` Peter Dyballa
2006-08-22  9:58 Bourgneuf Francois
     [not found] <mailman.5432.1156240710.9609.help-gnu-emacs@gnu.org>
2006-08-22 12:43 ` CloudStrife

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.