Проблемы с emacs24 и темой solarized
Помогите разобраться с темой solarized. Цвета совершенно не соответствуют скриншотам.
Введение:
emacs --version
GNU Emacs 24.0.94.1
Copyright (C) 2012 Free Software Foundation, Inc.
GNU Emacs comes with ABSOLUTELY NO WARRANTY.
You may redistribute copies of Emacs
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING.
init.el
;;; Elpa Repositories
(setq package-archives '(("ELPA" . "http://tromey.com/elpa/")
("gnu" . "http://elpa.gnu.org/packages/")))
;;; Color Themes
(add-to-list 'load-path "~/.emacs.d/themes/color-theme-6.6.0")
(require 'color-theme)
(eval-after-load "color-theme"
'(progn
(color-theme-initialize)))
;;; Solarized theme
(add-to-list 'load-path "~/.emacs.d/themes/emacs-color-theme-solarized")
(require 'color-theme-solarized)
Тему соответственно скачал последнюю и положил по пути выше.
echo $TERM
xterm-256color
Включаю тему M-x color-theme-solarized-dark И выглядит это так: http://i.stack.imgur.com/aa41x.jpg
Соответствующую тему поднял на стэке - http://stackoverflow.com/questions/9840566/emacs-solarized-theme-issue но пока ничего
Как добиться нормального внешнего вида?