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

Fix tty emacs colour handling on OS X #22

Closed illusori closed 9 years ago

illusori commented 13 years ago
ghost commented 13 years ago

On gnome-terminal, both light and dark seem to have the same theme (dark).

illusori commented 13 years ago

@saiyr Can you try this latest commit? Seems to work for light mode for me, but I don't use light mode and probably wouldn't recognise any problems. :)

ghost commented 13 years ago

Looks like this one works.

sellout commented 12 years ago

Hopefully this issue is fixed. Please reopen if it's still an issue.

ghost commented 9 years ago

I don't know if this is still bothering people, but I found out that solarised-dark works as expected in Terminal.app set with 256 colours, if the default theme is deactivated first, though it messes up things in emacs GUI... unless I manually run (load-theme 'solarised-dark t) again after startup.

(defadvice load-theme 
  (before theme-dont-propagate activate)
  (mapcar #'disable-theme custom-enabled-themes))
sellout commented 9 years ago

Closing this (again), as I think it should be doing the right thing now.