branch: elpa/apropospriate-theme
commit d4ab4fc710158466b48088fc0f8c2cf4993252b3
Author: justin talbott <[email protected]>
Commit: justin talbott <[email protected]>
make external js variables orange, use same flycheck warning style
---
apropospriate.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/apropospriate.el b/apropospriate.el
index 62403f1..1dc897b 100644
--- a/apropospriate.el
+++ b/apropospriate.el
@@ -454,9 +454,9 @@
(markdown-url-face :inherit link)
(markdown-link-face :foreground ,blue :underline t)
- (js2-warning :underline ,orange)
+ (js2-warning :inherit flycheck-warning)
(js2-error :foreground nil :underline ,red)
- (js2-external-variable :foreground ,yellow-1)
+ (js2-external-variable :foreground ,orange)
(js2-function-param :foreground ,indigo)
(js2-instance-member :foreground ,blue)
(js2-private-function-call :foreground ,pink)