From eb2e6a33c5d035eacfe6f71b62d2f63bfaec6311 Mon Sep 17 00:00:00 2001 From: Erik Osheim Date: Wed, 13 Nov 2019 08:22:41 -0500 Subject: [PATCH] sh color change --HG-- branch : pmacs2 --- mode/sh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mode/sh.py b/mode/sh.py index 0b4a782..e83d709 100644 --- a/mode/sh.py +++ b/mode/sh.py @@ -248,7 +248,7 @@ class Sh(Fundamental): 'sh.function': hi_magenta, 'sh.reserved': hi_magenta, 'sh.variable': hi_yellow, - 'string.sh.variable': lo_yellow, + 'string.sh.variable': hi_orange, 'sh.param.start': lo_yellow, 'sh.param.null': lo_yellow,