help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: changing the brightness of Java colors?


From: Kai Großjohann
Subject: Re: changing the brightness of Java colors?
Date: Mon, 12 May 2003 22:00:46 +0200
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3.50 (gnu/linux)

"Brian Tarbox" <btarbox@theworld.com> writes:

> (add-to-list 'default-frame-alist '(background-color . "Black"))
> (add-to-list 'default-frame-alist '(background-mode . dark))

Okay, you're trying to set the bg mode, but did it work?  Hm.  It
might be too late.

Or you could try to add the background-mode parameter to the
initial-frame-alist, too, instead of only default-frame-alist.

Try C-h v frame-background-mode RET -- what does it say?

What does M-: (frame-parameter (selected-frame) 'background-mode) RET say?
-- 
This line is not blank.


reply via email to

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