Add fallback values for new compulsory syntax variables…

…that were added to the theme generator in https://github.com/pulsar-edit/ppm/pull/123.
This commit is contained in:
Andrew Dupont 2024-02-01 21:32:49 -08:00
parent 32c464b3cb
commit 69fb61e80c

View File

@ -42,3 +42,5 @@
@syntax-color-attribute: #87400d;
@syntax-color-import: #97C378;
@syntax-color-snippet: #97C378;
@syntax-color-string: #97C378;
@syntax-color-comment: #888;