Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello! I've been trying out this theme in the past few weeks and have been really enjoying using it. It's probably the most well-rounded and polished theme I've come across. One area I found this theme to be slightly weaker than others is inside diff views. Particularly for the
DiffText
highlight group, it's really quite difficult to see the text within the line that has changed. In addition, the syntax highlighting is not preserved for changed and added code. Having the syntax highlighting preserved makes reading the diff more useful and matches GitHub's own diff style more closely. As well, other popular themes such as Catppuccin and Rose-pine preserve syntax highlighting in their diffs, it seems to be standard.Below is an example of how the change looks.
Before:
After:
I have looked closely at all the different theme variations to make sure this change looks good on them. I am fairly new to contributing to open source, but trying to give it a go more regularly. Please feel free to give any feedback. Thanks