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 separator lines between editor and breadcrumbs #136

Conversation

arcticicestudio
Copy link
Contributor

Closes #125


Previously the `SEPARATOR_ABOVE_COLOR` and `SEPARATOR_BELOW_COLOR`
editor scheme keys, which were added to the IDE platform code in
JetBrains/intellij-community@dda1191,
were not defined explicitly which makes them inherit color values from
other keys. They have now been explicitly defined using `nord3` as
foreground color to ensure style consistency across IDE version updates.

GH-125
@arcticicestudio arcticicestudio merged commit 3428e87 into develop Feb 15, 2020
@arcticicestudio arcticicestudio deleted the feature/gh-124-highlighting-separator-between-editor-breadcrumbs branch February 15, 2020 16:47
@arcticicestudio arcticicestudio removed their assignment Feb 15, 2020
arcticicestudio added a commit that referenced this pull request Feb 15, 2020
Previously the `SEPARATOR_ABOVE_COLOR` and `SEPARATOR_BELOW_COLOR`
editor scheme keys, which were added to the IDE platform code in
JetBrains/intellij-community@dda1191,
were not defined explicitly which makes them inherit color values from
other keys. They have now been explicitly defined using `nord3` as
foreground color to ensure style consistency across IDE version updates.

Closes GH-125
arcticicestudio added a commit that referenced this pull request Feb 16, 2020
Fixed the color of the editor & breadcrumbs separator line to use the
correct color `nord3` instead of the pinkish "test color" that should
only be used during development to quickly identify UI and syntax
elements that are affected by a specific theme color key.

Thanks to "Tom1206" again for the quick bug report.

[1]: https://github.com/Tom1206

Related to GH-125, GH-136
GH-138
arcticicestudio added a commit that referenced this pull request Feb 16, 2020
Fixed the color of the editor & breadcrumbs separator line to use the
correct color `nord3` instead of the pinkish "test color" that should
only be used during development to quickly identify UI and syntax
elements that are affected by a specific theme color key.

Thanks to "Tom1206" again for the quick bug report.

[1]: https://github.com/Tom1206

Related to GH-125, GH-136
Fixes GH-138
arcticicestudio added a commit that referenced this pull request Feb 16, 2020
Fixed the color of the editor & breadcrumbs separator line to use the
correct color `nord3` instead of the pinkish "test color" that should
only be used during development to quickly identify UI and syntax
elements that are affected by a specific theme color key.

Thanks to "Tom1206" again for the quick bug report.

[1]: https://github.com/Tom1206

Related to GH-125, GH-136
Fixes GH-138
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 separator lines between editor and breadcrumbs
2 participants