jetbrains
jetbrains copied to clipboard
Comments unreadable on VCS diffs
The background color for added lines in a version control diff makes it hard to read comments.
Hi @bendardenne :wave:, thanks for your contribution :+1:
It looks like you're using a outdated version of the Nord plugin. The colors from your screenshot are related to PR #25 which reduced the alpha layer value, but was not working well with comments, so in #159 the colors were changed to match the ones also used in the Nord Visual Studio Code port project. The change was shipped with the Nord plugin version 0.12.0.
❗ Please also note that modifying editor schemes of plugins will create a copy of the scheme that is placed in the colors
folder within your default IDE configuration directory directory and that this copy won't be updated when the plugin gets updated.
Unfortunately JetBrains hasn't solved this "problem" which often caused false-positive issues in theme repositories regarding "non-working theme plugins" or "outdated styles".
In order to update your copy you either need to manually edit the theme files and add changes made to the plugin or delete the copy and re-create it with you custom style based on the latest plugin version. You can export your customized theme as XML file or dedicated theme plugin to backup your changes later on and when updating to later Nord plugin versions later on.
Can you please make sure that you're running the currently latest Nord plugin version and you're not using a customized editor scheme by checking the content of your colors
folder?
Can this be closed as stale?