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

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

Re: different colour theme for X/ no X


From: A.Politz
Subject: Re: different colour theme for X/ no X
Date: Tue, 04 May 2010 15:42:20 -0000
User-agent: G2/1.0

On Mar 13, 12:19 am, xtd8...@gmail.com (.Martin.) wrote:
> Is it possible to have a different colour theme for emacs in both X and
> CLI.
> I like my emacs theme in X, but when I run emacs -nw, the words are
> hardly visible.
>
> That's the relevant part of my emacs:
>
> ,----
> | (require 'color-theme)
> |          (color-theme-kingsajz)
> `----
>
> Thank you
> --
> regards
>
> .Martin.

Use a prediacate and some branch.

(if (window-system)
    (color-theme-kingsajz)
  (color-theme-???)

-ap


reply via email to

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