How to set theme for each frame in Emacs 24

5

1

I would like to set a different theme for each emacs window that I have open.

I want to use the new Emacs 24 theming, so I don't want to use the color-theme library as suggested in this post.

I am aware of load-theme-buffer-local command, but this sets the theme for that buffer, not for that window.

Is this possible? If so, how would I go about this?

bwroga

Posted 2013-12-12T00:07:47.467

Reputation: 171

Curious. Can you say why you want to use Emacs 24 custom themes instead of color themes? – Drew – 2013-12-12T02:42:06.897

@Drew Some of the Emacs 24 themes that I really like are not available in color-themes. – bwroga – 2013-12-12T22:48:35.943

Got it. Makes sense now. – Drew – 2013-12-13T01:43:45.693

No answers