From 69fb61e80c9c0e853ae1d16003fb70ce7247f4da Mon Sep 17 00:00:00 2001 From: Andrew Dupont Date: Thu, 1 Feb 2024 21:32:49 -0800 Subject: [PATCH] =?UTF-8?q?Add=20fallback=20values=20for=20new=20compulsor?= =?UTF-8?q?y=20syntax=20variables=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit …that were added to the theme generator in https://github.com/pulsar-edit/ppm/pull/123. --- static/variables/syntax-variables.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/variables/syntax-variables.less b/static/variables/syntax-variables.less index 23b8d994e..a629f0aae 100644 --- a/static/variables/syntax-variables.less +++ b/static/variables/syntax-variables.less @@ -42,3 +42,5 @@ @syntax-color-attribute: #87400d; @syntax-color-import: #97C378; @syntax-color-snippet: #97C378; +@syntax-color-string: #97C378; +@syntax-color-comment: #888;