sellout / emacs-color-theme-solarized

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

Org-mode headings same color #51

Closed phaebz closed 12 years ago

phaebz commented 12 years ago

Hi there,

first off, thanks for porting this awesome theme. I already tweaked colors for some special modes (e.g. dired+, sunrise) to my needs.

The org-mode first and second level headings (faces outline-1 and outline-2) end up with the same colors, inheriting from 'font-lock-variable-name-face' and 'font-lock-function-name-face' respectively. These generic variables are set up by the solarized theme, right? Is this intended?

I can just specify another color, but I was curious why it ends up like that.

Best regards, Michael Bach

sellout commented 12 years ago

Thanks. I'd be happy to include any faces from additional modes you've done.

It makes sense to me that org-level-* inherits from outline-, but it makes no sense that outline- inherits from font-lock faces. How is there any analogy between different programming language tokens and outline levels? Anyway …

I added outline faces that should be different for each level now.

phaebz commented 12 years ago

Thanks! And sorry for catching up so late.

Issue is fixed for me. Regarding the other modes (e.g. dired+ and sunrise): I customized them in my `custom-file' using 'custom-set-faces', so no change to the solarized package. These customizations are always on the fly and were made on an ad-hoc basis. FWIW, here it is:

https://gist.github.com/2318937