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

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

Re: Emacs and solarized


From: W. Greenhouse
Subject: Re: Emacs and solarized
Date: Wed, 11 Dec 2013 04:38:31 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

> I tried the following :
>
> (defun wg/setup-themes (frame)
>     "Kludge themes, e.g. to get things right on emacsclient."
>     (ignore frame)
>     (color-theme-solarized-dark))
>
> (add-hook 'after-make-frame-functions 'wg/setup-themes)
>
> But to no avail.

Note: only works with emacs24 themes.  You'd need a different
theme-kludging function for color-theme-* themes, but same idea.




reply via email to

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