-
Notifications
You must be signed in to change notification settings - Fork 185
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
Update diagnostics gutter icons and change default to "sign" #2086
Conversation
Okay, I reverted to the old size, which is ~13x13px for the icon, 1px for (transparent) left & top border and 2px for right and bottom border. I think they still look slightly better than the old icons, due to the bigger stroke width (and the lightbulb follows the same design as the diagnostic icons). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me but I would like to ask @rwols @predragnikolic if they have something against changes default value of diagnostics_gutter_marker
.
inkscape --export-type=png --export-area=-1:-1:18:18 -w 16 -h 16 --export-filename=warning.png warning.svg | ||
inkscape --export-type=png --export-area=-1:-1:18:18 -w 32 -h 32 --export-filename=warning@2x.png warning.svg | ||
inkscape --export-type=png --export-area=-1:-1:18:18 -w 48 -h 48 --export-filename=warning@3x.png warning.svg | ||
inkscape --export-type=png --export-area=-1.23:-1.23:18.46:18.46 -w 16 -h 16 --export-filename=error.png error.svg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think WIndows users working on LSP are in minority but I guess those commands can easily be copied and executed in the terminal.
Though if you have a setup that allows running shell scripts then consider that instead. :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Yeah, looks better. Not related to this PR, |
* main: Focus symbol closest to selection on showing document symbols Properly handle disabling of the LSP package (#2085) fix issues with restarting servers (#2088) Add `$line` and `$character` expansion variables (#2092) Only enable Goto Diagnostic commands if diagnostic with configured severity exists (#2091) Update diagnostics gutter icons and change default to "sign" (#2086) Fix short color box rendering bug after color presentation change (#2087)
This is a suggestion to ...
Bonus: they use a much simpler license (MIT)
Comparison (on Full HD display with font size 10.5, and on the bottom with UI scale 2.0)
Before:
After: