The Color Decorator feature in VS Code is highly useful.
However, when working with Qt, which utilizes the ARGB hexadecimal color format, the decorator incorrectly parses the color value, as it currently expects RGBA format with no way to change it.
This discrepancy leads to incorrect color previews.
Suggestion: Adding a configuration setting that allows users to choose between the RGBA and ARGB hex color parsing formats would be great.