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 highlighting of line number on caret row #133

Conversation

arcticicestudio
Copy link
Contributor

Closes #122


Before

After

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.

GH-122
@arcticicestudio arcticicestudio merged commit 074e0e8 into develop Feb 15, 2020
@arcticicestudio arcticicestudio deleted the feature/gh-122-support-highlighting-line-number-caret-row branch February 15, 2020 16:39
@arcticicestudio arcticicestudio removed their assignment Feb 15, 2020
arcticicestudio added a commit that referenced this pull request Feb 15, 2020
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
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 highlighting of line number on caret row
2 participants