While emacs is running, how can I find out which color theme is currently in use?
migrated from stackoverflow.com Aug 8 '11 at 3:48
|
There isn't the concept of a current theme, and indeed, multiple themes can be applied in sequence to additively define the set of active faces. Support for theming was added into the latest Emacs versions (see In short, when you activate a theme, you're not switching to that theme, but rather applying the changes specified in the theme to the faces it lists. |
|||
|
|
|
To add to sanityinc's response, you either set it yourself, or it's in your init.el (dotemacs) file. I guess you are asking because you tried a couple of them and forgot right? I know I have, I wonder if you can check your Messages buffer to see the last one applied. @sanityinc thanks for the explanation too. I noticed when I started to add more and more themes in succession, some areas, like the mini buffer wouldn't change or would be set to the last theme's value. now i know why. |
|||||||||
|
|
|
|||
|
|