Skip to content
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

Support background color styling of "diff" UI separator #132

Conversation

arcticicestudio
Copy link
Contributor

Closes #128
Thanks to @Tom1206 for the report in #120 (comment)


Before

After

The "diff" UI [1] renders a line to separate the different sections of a
patch/diff that was added to the IDE platform code in
JetBrains/intellij-community@f8de2a5.
In order to style the elements the `DIFF_SEPARATORS_BACKGROUND` editor
scheme key has been added to use `nord3` as background color.

[1]: https://www.jetbrains.com/help/idea/comparing-files-and-folders.html
[2]: https://github.com/Tom1206

Reported with proposed solution by @Tom1206 [2] in
#120 (comment)
Related to GH-120
GH-128
@arcticicestudio arcticicestudio merged commit 5116bb8 into develop Feb 15, 2020
@arcticicestudio arcticicestudio deleted the feature/gh-128-support-diff-separator-background-color branch February 15, 2020 16:38
@arcticicestudio arcticicestudio removed their assignment Feb 15, 2020
arcticicestudio added a commit that referenced this pull request Feb 15, 2020
The "diff" UI [1] renders a line to separate the different sections of a
patch/diff that was added to the IDE platform code in
JetBrains/intellij-community@f8de2a5.
In order to style the elements the `DIFF_SEPARATORS_BACKGROUND` editor
scheme key has been added to use `nord3` as background color.

[1]: https://www.jetbrains.com/help/idea/comparing-files-and-folders.html
[2]: https://github.com/Tom1206

Reported with proposed solution by @Tom1206 [2] in
#120 (comment)
Related to GH-120
Closes GH-128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support background color styling of "diff" UI separator
2 participants