aws / aws-toolkit-jetbrains

AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs
https://plugins.jetbrains.com/plugin/11349-aws-toolkit
Apache License 2.0
768 stars 224 forks source link

fix(amazonq): default info color on dark themes changed to blue #5096

Closed Jurredr closed 3 days ago

Jurredr commented 1 week ago

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.