commit 9411fe3ae22fad5bc5df20c41273d8f541c7ae16
parent 58f3b82b0432ba703b71a55abc8fa3b8a5dc84b6
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Fri, 5 Apr 2013 16:28:50 +0200
added coffee-mode faces
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/solarized.el b/solarized.el
@@ -304,6 +304,10 @@
`(ctbl:face-continue-bar ((,class (:background ,solarized-hl :foreground ,solarized-bg))))
`(ctbl:face-row-select ((,class (:background ,cyan :foreground ,solarized-bg))))
+ ;; coffee
+ `(coffee-mode-class-name ((,class (:foreground ,yellow :weight bold))))
+ `(coffee-mode-function-param ((,class (:foreground ,violet :slant italic))))
+
;; custom
`(custom-variable-tag ((,class (:foreground ,cyan))))
`(custom-comment-tag ((,class (:foreground ,solarized-comments))))