Skip to content

Commit

Permalink
Support background color styling of "diff" UI separator (#132)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
arcticicestudio authored Feb 15, 2020
1 parent a70716e commit 5116bb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/themes/nord.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<option name="DIAGRAM_NOTE_BACKGROUND" value="434c5e" />
<option name="DIAGRAM_NOTE_BORDER" value="434c5e" />
<option name="DIAGRAM_REALIZATION_EDGE" value="a3be8c" />
<option name="DIFF_SEPARATORS_BACKGROUND" value="4c566a" />
<option name="DOCUMENTATION_COLOR" value="3b4252" />
<option name="ERROR_HINT" value="434c5e" />
<option name="FILESTATUS_ADDED" value="a3be8c" />
Expand Down

0 comments on commit 5116bb8

Please sign in to comment.