branch: elpa/moe-theme
commit 72efc3bfd3655bd459f584299c66d17c1bfc600b
Author: Jean-Christophe Petkovich <[email protected]>
Commit: Jean-Christophe Petkovich <[email protected]>

    Lighter green for arguments in js2 mode.
---
 moe-dark-theme.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/moe-dark-theme.el b/moe-dark-theme.el
index 1be33d4559..f1bd07838a 100644
--- a/moe-dark-theme.el
+++ b/moe-dark-theme.el
@@ -415,6 +415,9 @@ Moe, moe, kyun!")
    `(clojure-test-error-face ((,class (:underline ,red-2))))
    `(clojure-test-success-face ((,class (:underline ,green-3))))
 
+   ;; Javascript
+   `(js2-function-param-face ((,class (:foreground ,green-3))))
+
    ;; rcirc
    `(rcirc-bright-nick ((,class (:foreground ,blue-1 :bold t))))
    `(rcirc-dim-nick ((,class (:foreground ,black-2 :bold t))))

Reply via email to