jdinhify / vscode-theme-gruvbox

Gruvbox theme for vscode based on https://github.com/morhetz/gruvbox
https://marketplace.visualstudio.com/items?itemName=jdinhlife.gruvbox
MIT License
274 stars 63 forks source link

Remove text borders in diff editor #42

Closed klaussner closed 2 years ago

klaussner commented 2 years ago

Setting the diffEditor.insertedTextBorder and diffEditor.removedTextBorder colors offsets changed lines in the diff editor by a few pixels. Since the colors have an alpha value of zero and aren't visible anyway, this PR removes them from all theme files.

Before: gruvbox-issue

After: gruvbox-fixed

Fixes #34.

jdinhify commented 2 years ago

Thank you @klaussner

Are you comfortable adding yourself to the contributor list in package.json & README.md?

klaussner commented 2 years ago

Sure! I've added myself to the list in 1e41a71ba84f46b8840c82439c84ff94a3de9e6a.

jdinhify commented 2 years ago

:tada: This PR is included in version 1.5.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: