Skip to content

Commit

Permalink
Support highlighting of visual indent guide (#135)
Browse files Browse the repository at this point in the history
Previously only the `INDENT_GUIDE` editor scheme key was supported and
defined, but the `VISUAL_INDENT_GUIDE` key not that was added to the
IDE platform code in
JetBrains/intellij-community@2a17866.
Since both UI elements are almost the same, the new key now also uses
`nord3` as foreground color.

Closes GH-124
  • Loading branch information
arcticicestudio authored Feb 15, 2020
1 parent 6879a65 commit 44ee42e
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 @@ -69,6 +69,7 @@
<option name="VCS_ANNOTATIONS_COLOR_3" value="3b4252" />
<option name="VCS_ANNOTATIONS_COLOR_4" value="3b4252" />
<option name="VCS_ANNOTATIONS_COLOR_5" value="3b4252" />
<option name="VISUAL_INDENT_GUIDE" value="4c566a" />
<option name="WHITESPACES" value="4c566a" />
<option name="WHITESPACES_MODIFIED_LINES_COLOR" value="ebcb8b" />
</colors>
Expand Down

0 comments on commit 44ee42e

Please sign in to comment.