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

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

Re: force console colors scheme


From: Alexander Zhukov
Subject: Re: force console colors scheme
Date: Wed, 28 Mar 2012 19:25:35 -0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

>>>>> bsquared  (b) writes:

 b> Hello, Is there a way that I can force emacs to use the console
 b> color scheme?

 b> I prefer it to the default color scheme in X and I don't want to use
 b> third party color theming.

You can put something like this in your .emacs:

(cond (window-system
       (setq default-frame-alist
             (append '((background-mode . dark)
                       (foreground-color . "gray85")
                       (background-color . "black")
                       (cursor-color . "white"))
                     default-frame-alist))))

Works for me ;)

-- 
Alexander Zhukov


reply via email to

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