You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the most recent release of Material, the new color scheme doesn't play nicely with SublimeLinter3 for some reason — error marks in the gutter appear white instead of red. In theory, SublimeLinter should patch and write copies of color schemes (appended with SL) and switch to that scheme; this happens correctly for all other color schemes I have tried, but for some reason I haven't yet figured it out, it fails to occur correctly with Material.
While this is more of a SublimeLinter3 issue than a Material issue, and I will likely be opening an issue there, the good news is that Material itself can solve the issue by including certain defined colors. See https://sublimelinter.readthedocs.io/en/latest/usage.html#choosing-color-schemes for a little more info. However I understand if you're less than thrilled with including arbitrary color names from different packages that have nothing to do with Material per se.
The text was updated successfully, but these errors were encountered:
It looks like this is the culprit — I am not 100% clear on the proper way to format SublimeLinter color fields, will compare & contrast with other schemes. Seems odd to me that an explicit fix commit would introduce an incompatibility with SublimeLinter3 — maybe I am missing something?
Confirmed — changing it back to only foreground, with the red color, gives the expected red marks. I could write a PR but I'd want to research more and understand precisely how SublimeLinter expects these key-val pairs to be set up, especially since you already changed it once in the other direction. I'll therefore hold off on making the PR until you either confirm or deny that it is "supposed" to have foreground white.
In the most recent release of Material, the new color scheme doesn't play nicely with SublimeLinter3 for some reason — error marks in the gutter appear white instead of red. In theory, SublimeLinter should patch and write copies of color schemes (appended with
SL
) and switch to that scheme; this happens correctly for all other color schemes I have tried, but for some reason I haven't yet figured it out, it fails to occur correctly with Material.While this is more of a SublimeLinter3 issue than a Material issue, and I will likely be opening an issue there, the good news is that Material itself can solve the issue by including certain defined colors. See https://sublimelinter.readthedocs.io/en/latest/usage.html#choosing-color-schemes for a little more info. However I understand if you're less than thrilled with including arbitrary color names from different packages that have nothing to do with Material per se.
The text was updated successfully, but these errors were encountered: