On Fri, Apr 8, 2011 at 6:27 AM, Marc Herbert <[email protected]> wrote: > > Le 08/04/2011 12:45, Steve Purcell a écrit : > > If that's a problem for you, I'll happily provide a bunch of face > > definitions so that you can keep the magit faces exactly the same as before. > > Yes, I would find great to customize my entire Emacs with the current > magit defaults. > > After your change, others might want to restore magit's look *only*. I > guess a (different) set of definitions could solve that as well. > > Either would quench a (different) set of people complaining you changed > magit's default appearance. > >
Steve's patch only changed 9 faces, and only inherits from 7 standard faces. It seems almost silly to create a color theme for just those. It's fairly simple to take the removed lines from the diff and make them into a "Magit Classic" color theme, though. https://github.com/pjweisberg/magit/blob/inherit-face/contrib/magit-classic-theme.el (You could edit the file to replace the names of the Magit faces with inherited faces if you want.)
