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

Re: emacs22 black text on white bg from menu but white text on black bg from console



On 01/12/2007, Tom Rauchenwald <its.sec@gmx.net> wrote:

> I have the following in my ~/.Xresources:
>
> Emacs.foreground: white
> Emacs.background: black

Alternatively do it from .emacs:

;;; Welcome to the Dark Side.
(set-background-color "black")
(set-foreground-color "oldlace")

Then it is also a good idea to have

(custom-set-variables '(frame-background-mode (quote dark)))

to make fontification look nice.
-- 
                                                    Jens Peter Secher.
_DD6A 05B0 174E BFB2 D4D9 B52E 0EE5 978A FE63 E8A1 jpsecher gmail com_.
A. Because it breaks the logical sequence of discussion.
Q. Why is top posting bad?



Reply to: