diff options
| author | 2015-06-30 00:55:17 +0200 | |
|---|---|---|
| committer | 2015-06-30 00:56:04 +0200 | |
| commit | 2486039a32ea59f9f28965e2e48a4891487b39eb (patch) | |
| tree | 541fb178d176ae949a2ea25d46fa8efd88b50b36 | |
| parent | 54565df44a5a30f4781525de8f8b74c9b9c1a8e4 (diff) | |
| download | yoshi-theme-2486039a32ea59f9f28965e2e48a4891487b39eb.tar.gz yoshi-theme-2486039a32ea59f9f28965e2e48a4891487b39eb.zip | |
Add js2-function-param face
| -rw-r--r-- | yoshi-theme.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yoshi-theme.el b/yoshi-theme.el index 7f99c43..f3bf4de 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -186,6 +186,7 @@ `(jabber-roster-user-online ((t (:foreground ,fgblue)))) `(jabber-roster-user-xa ((t (:foreground ,fgmagenta)))) `(js2-external-variable ((t (:foreground ,fgmagenta)))) + `(js2-function-param ((t (:foreground ,fggreen)))) `(link ((t (:foreground ,fgorange :underline t)))) `(link-visited ((t (:foreground ,fgmagenta :underline t)))) `(magit-blame-header ((t (:foreground ,fggreen :background ,bgdim :weight bold :inherit unspecified)))) |
