solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit af5cff3ad7e0413b5f2f46f3704bc3f871bba690
parent d1e8974192b20ca4fdd558da631fb7b6cbfd89e7
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Fri,  5 Apr 2013 16:17:40 +0200

removed -face suffixes of js2-faces since they are not named like that.

Diffstat:
Msolarized.el | 26+++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/solarized.el b/solarized.el @@ -532,19 +532,19 @@ `(ido-virtual ((,class (:foreground ,cyan)))) ;; js2-mode colors - `(js2-error-face ((,class (:foreground ,red)))) - `(js2-external-variable-face ((,class (:foreground ,orange)))) - `(js2-function-param-face ((,class (:foreground ,green)))) - `(js2-instance-member-face ((,class (:foreground ,magenta)))) - `(js2-jsdoc-html-tag-delimiter-face ((,class (:foreground ,cyan)))) - `(js2-jsdoc-html-tag-name-face ((,class (:foreground ,orange)))) - `(js2-jsdoc-tag-face ((,class (:foreground ,cyan)))) - `(js2-jsdoc-type-face ((,class (:foreground ,blue)))) - `(js2-jsdoc-value-face ((,class (:foreground ,violet)))) - `(js2-magic-paren-face ((,class (:underline t)))) - `(js2-private-function-call-face ((,class (:foreground ,yellow)))) - `(js2-private-member-face ((,class (:foreground ,blue)))) - `(js2-warning-face ((,class (:underline ,orange)))) + `(js2-error ((,class (:foreground ,red)))) + `(js2-external-variable ((,class (:foreground ,orange)))) + `(js2-function-param ((,class (:foreground ,green)))) + `(js2-instance-member ((,class (:foreground ,magenta)))) + `(js2-jsdoc-html-tag-delimiter ((,class (:foreground ,cyan)))) + `(js2-jsdoc-html-tag-name ((,class (:foreground ,orange)))) + `(js2-jsdoc-tag ((,class (:foreground ,cyan)))) + `(js2-jsdoc-type ((,class (:foreground ,blue)))) + `(js2-jsdoc-value ((,class (:foreground ,violet)))) + `(js2-magic-paren ((,class (:underline t)))) + `(js2-private-function-call ((,class (:foreground ,yellow)))) + `(js2-private-member ((,class (:foreground ,blue)))) + `(js2-warning ((,class (:underline ,orange)))) ;; jedi `(jedi:highlight-function-argument ((,class (:inherit bold))))