* different colour theme for X/ no X
@ 2010-03-12 23:19 .Martin.
2010-03-13 0:48 ` Pascal J. Bourguignon
2010-03-13 8:58 ` A.Politz
0 siblings, 2 replies; 3+ messages in thread
From: .Martin. @ 2010-03-12 23:19 UTC (permalink / raw)
To: help-gnu-emacs
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.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: different colour theme for X/ no X
2010-03-12 23:19 different colour theme for X/ no X .Martin.
@ 2010-03-13 0:48 ` Pascal J. Bourguignon
2010-03-13 8:58 ` A.Politz
1 sibling, 0 replies; 3+ messages in thread
From: Pascal J. Bourguignon @ 2010-03-13 0:48 UTC (permalink / raw)
To: help-gnu-emacs
xtd8865@gmail.com (.Martin.) writes:
> 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)
> `----
I don't know about color-theme, but the basic functionality, that is
faces, do have variants for the various environments. See defface.
--
__Pascal Bourguignon__
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: different colour theme for X/ no X
2010-03-12 23:19 different colour theme for X/ no X .Martin.
2010-03-13 0:48 ` Pascal J. Bourguignon
@ 2010-03-13 8:58 ` A.Politz
1 sibling, 0 replies; 3+ messages in thread
From: A.Politz @ 2010-03-13 8:58 UTC (permalink / raw)
To: help-gnu-emacs
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-03-13 8:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-12 23:19 different colour theme for X/ no X .Martin.
2010-03-13 0:48 ` Pascal J. Bourguignon
2010-03-13 8:58 ` A.Politz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).