Re: Migrating font faces from xemacs to emacs
Stefan Monnier via Users list for the GNU Emacs text editor <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
> I think The Right Way to do that would be to create a new `xemacs-theme` > (it could even include non-face settings to try and mimic other aspects > of XEmacs' defaults, since Emacs themes aren't limited to setting up > faces). BTW, there is already such thing: https://github.com/emacs-jp/replace-colorthemes/blob/master/xemacs-theme.el IIUC it is a port to Custom theme of the corresponding XEmacs theme that was in the `color-themes` package, so it's limited to setting up faces, and AFAICT it doesn't try to handle things like dark backgrounds and whatnot, so I'm not sure how faithful it is to the XEmacs faces. === Stefan