-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to change lint color? #871
Comments
Diagnostics (the squigly linter lines) receive standard scopes: Lines 23 to 28 in a1a7c14
So, what you have to do is make an override in a .sublime-color-scheme file for the scopes
These markup scopes are experimental scopes. The relevant Request For Change is here: sublimehq/Packages#1036. Information about overrding color schemes can be found here: https://www.sublimetext.com/docs/3/color_schemes.html I don't know how you'd modify the gutter icon colors, but perhaps it's possible through modifying your sublime-theme. |
The gutter icon colors are affected by the |
I've added this to the notes. |
Is there a setting to change linting symbols (gutter icon, underlines) color? I hate the default white one that's too intensive and is burning my eyes...
The text was updated successfully, but these errors were encountered: