From 79ad923f86099e41f9bf666b047175be3fae29ca Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 10 Apr 2016 18:52:10 -0400 Subject: [PATCH] narf-dark: add js2 faces --- private/themes/narf-dark-theme.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/private/themes/narf-dark-theme.el b/private/themes/narf-dark-theme.el index e64234312..b45b5236c 100644 --- a/private/themes/narf-dark-theme.el +++ b/private/themes/narf-dark-theme.el @@ -272,8 +272,10 @@ `(css-proprietary-property ((,c (:foreground ,keywords)))) ;; js2-mode - `(js2-function-param ((,c (:foreground ,variables)))) - `(js2-jsdoc-tag ((,c (:foreground ,comments)))) + `(js2-function-param ((,c (:foreground ,variables)))) + `(js2-function-call ((,c (:foreground ,functions)))) + `(js2-object-property ((,c (:foreground ,methods)))) + `(js2-jsdoc-tag ((,c (:foreground ,comments)))) ;; markdown-mode `(markdown-header-face ((,c (:foreground ,orange))))