emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/apropospriate-theme d4ab4fc 028/118: make external js vari


From: ELPA Syncer
Subject: [nongnu] elpa/apropospriate-theme d4ab4fc 028/118: make external js variables orange, use same flycheck warning style
Date: Thu, 21 Oct 2021 18:02:16 -0400 (EDT)

branch: elpa/apropospriate-theme
commit d4ab4fc710158466b48088fc0f8c2cf4993252b3
Author: justin talbott <justin@waymondo.com>
Commit: justin talbott <justin@waymondo.com>

    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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]