[x] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
Description
The default fallback info color for AmazonQ was set to #A0A0A0 for dark themes. This is a gray color, but the info color should be blue by default, so that in themes that don't set this variable (like Darcula), a blue color is used as intended.
Checklist
[x] My code follows the code style of this project
[ ] I have added tests to cover my changes
[x] A short description of the change has been added to the CHANGELOG if the change is customer-facing in the IDE.
[ ] I have added metrics for my changes (if required)
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.
Types of changes
Description
The default fallback
info
color for AmazonQ was set to#A0A0A0
for dark themes. This is a gray color, but the info color should be blue by default, so that in themes that don't set this variable (like Darcula), a blue color is used as intended.Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.