flutter-intellij
flutter-intellij copied to clipboard
Tool window icons should be monochrome when selected
The Flutter icon is not visible when the tool window is selected because it blends into the blue background. When selected we should use a version of the icon that is monochrome.
See this comment: https://github.com/flutter/flutter-intellij/pull/7574#issuecomment-2311515115
Basically, there is no selected state icon. The colors used in the SVG have to match the IntelliJ icon color palette as it swaps colors at runtime by detecting the colors in the SVG itself to white.