-
-
Notifications
You must be signed in to change notification settings - Fork 49
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 #125
Milestone
Comments
arcticicestudio
added a commit
that referenced
this issue
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. GH-125
arcticicestudio
added a commit
that referenced
this issue
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 issue
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 issue
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 issue
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 issue
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
Currently the the
SEPARATOR_ABOVE_COLOR
andSEPARATOR_BELOW_COLOR
editor scheme keys, which were added to the IDE platform code in JetBrains/intellij-community@dda1191, are not defined explicitly which makes them inherit color values from other keys. They will be explicitly defined usingnord3
as foreground color to ensure style consistency across IDE version updates.The text was updated successfully, but these errors were encountered: