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

Emacsclient: Comments Show in Wrong Color #84

Closed creese closed 11 years ago

creese commented 11 years ago

emacs_screen

This screen shows emacs of the left and emacsclient on the right. As you can see, comments are the wrong color. Should also be italicized.

The difference is even more pronounced when running a diff in magit. Again, left is emacs. Right is emacsclient. I can hardly make out the highlighted text on the right.

magit_screen

Here is the config file again. Something is wrong with the highlighting.

hightlight_screen

creese commented 11 years ago

I'm running emacsclient inside tmux. The above screens were captured with an incorrect TERM that restricted emacsclient to 8 colors. These use 256 colors. I'm using xresources from github.com/solarized and your emacs-color-theme-solarized together. As you can see, the background is off. solarized256

creese commented 11 years ago

This appears to be the same as issue #62 so I'm closing it.

The above screens were obtained using emacsclient running in tmux running in urxvt with 256 color support. TERM is set to screen-256colors by tmux.