sellout / emacs-color-theme-solarized

Emacs highlighting using Ethan Schoonover’s Solarized color scheme
http://ethanschoonover.com/solarized
MIT License
1.16k stars 202 forks source link

Change magit-section-title to magit-section-header #207

Open ghost opened 6 years ago

ghost commented 6 years ago

Magit uses a different name for its section faces than what is found in solarized-color-definitions. In the colour definitions, it's magit-section-title, but in Magit it's magit-section-heading.

For the most part this doesn't present any issue (I haven't seen any problem for some time), but if you attempt to run org-html-htmlize-generate-css you get an "invalid face" error.

Just changing magit-section-title to magit-section-heading corrects the problem.