Skip to content

Commit

Permalink
Support highlighting of line number on caret row (#133)
Browse files Browse the repository at this point in the history
The line number on the current caret row was previously highlighted with
the same color (`nord3`) like all other line numbers.
This has been changed to use `nord4` instead for lines with active
caret(s) by adding support for the `LINE_NUMBER_ON_CARET_ROW_COLOR`
editor scheme key added to the IDE platform code in
JetBrains/intellij-community@8641fed.

Closes GH-122
  • Loading branch information
arcticicestudio authored Feb 15, 2020
1 parent 5116bb8 commit 074e0e8
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_5" value="3b4252" />
<option name="WHITESPACES" value="4c566a" />
<option name="WHITESPACES_MODIFIED_LINES_COLOR" value="ebcb8b" />
<option name="LINE_NUMBER_ON_CARET_ROW_COLOR" value="d8dee9" />
</colors>
<attributes>
<option name="ABSTRACT_CLASS_NAME_ATTRIBUTES">
Expand Down

0 comments on commit 074e0e8

Please sign in to comment.