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 selected indent guide #134

Conversation

arcticicestudio
Copy link
Contributor

Closes #123


Before

After

svengreb
svengreb previously approved these changes Feb 15, 2020
The selected indent guide was previously not highlighted differently
like non-selected guides (`nord3`).
This has been changed to use the same color like comments (`nord3` with
increased brightness) instead by adding support for the
`SELECTED_INDENT_GUIDE` editor scheme key added to the IDE platform code
in JetBrains/intellij-community@7e3a238.

GH-123
@arcticicestudio arcticicestudio force-pushed the feature/gh-122-support-highlighting-selected-indent-guide branch from 8fa8002 to e4c60fb Compare February 15, 2020 16:44
@arcticicestudio arcticicestudio merged commit 6879a65 into develop Feb 15, 2020
@arcticicestudio arcticicestudio deleted the feature/gh-122-support-highlighting-selected-indent-guide branch February 15, 2020 16:45
@arcticicestudio arcticicestudio removed their assignment Feb 15, 2020
arcticicestudio added a commit that referenced this pull request Feb 15, 2020
The selected indent guide was previously not highlighted differently
like non-selected guides (`nord3`).
This has been changed to use the same color like comments (`nord3` with
increased brightness) instead by adding support for the
`SELECTED_INDENT_GUIDE` editor scheme key added to the IDE platform code
in JetBrains/intellij-community@7e3a238.

Closes GH-123
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 selected indent guide
2 participants