remove sRGB color fix for mac build

- in version 3.2 of Mac port, this fix is not necessary
This commit is contained in:
Le Wang 2012-08-29 22:48:47 +08:00
parent 553ce32da3
commit fc0fa62d0e
1 changed files with 4 additions and 1 deletions

View File

@ -40,7 +40,10 @@ down in order to expand or compress the tonal range displayed."
:options '(high normal low) :options '(high normal low)
:group 'solarized) :group 'solarized)
(defcustom solarized-broken-srgb (if (eq system-type 'darwin) t nil) (defcustom solarized-broken-srgb (if (and (eq system-type 'darwin)
(eq window-system 'ns))
t
nil)
"Emacs bug #8402 results in incorrect color handling on Macs. If this is t "Emacs bug #8402 results in incorrect color handling on Macs. If this is t
\(the default on Macs), Solarized works around it with alternative colors. \(the default on Macs), Solarized works around it with alternative colors.
However, these colors are not totally portable, so you may be able to edit However, these colors are not totally portable, so you may be able to edit