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

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

Re: Emacs and solarized


From: Alexis Praga
Subject: Re: Emacs and solarized
Date: Wed, 11 Dec 2013 11:19:12 +0100
User-agent: Roundcube Webmail

(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)


Note: only works with emacs24 themes.  You'd need a different
theme-kludging function for color-theme-* themes, but same idea.
Could you expand on that ? 'color-theme-solarized-dark' is a function defined locally by solarized so I don't see how it is linked to emacs24.

Cheers,

---
Alexis Praga
GPG key : 66F9 4BD4 70EC E5D5 2AA4  9097 0673 7CE2 4671 306F




reply via email to

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