You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curious about whether we see any value in supporting users setting Flat-Laf accent colors in Constellation. It was a new feature noticed during the NetBeans update and enables users to select from a wide range of accent colors. Typically, these colors are automatically added to features such as buttons, and tabs. However currently, most occurrences of the accent color are overwritten in au.gov.asd.tac.constellation.functionality.startup.ConstellationLAFSettings.java, which overwrites the tab color and sets them to blue. Other UI aspects are never set to reflect the accent color and simply reflect a static blue value in a css file.
If we do want to support accent color changing, can we enable this chosen accent color to propagate throughout the application to effect buttons, highlighting and other UI elements that would otherwise be colored blue by default.
The text was updated successfully, but these errors were encountered:
Prerequisites
Put an X between the brackets on this line if you have done all of
the following:
Running the latest version of Constellation
Attached the Support Package via
Help
>Support Package
Checked the FAQs:
https://github.com/constellation-app/constellation/wiki/FAQ
Checked that your issue isn’t already filed:
https://github.com/constellation-app/constellation/issues
Checked that there is not already a module that provides the
described functionality:
https://github.com/constellation-app/constellation/wiki/Catalogue-of-Repositories
Description
Curious about whether we see any value in supporting users setting Flat-Laf accent colors in Constellation. It was a new feature noticed during the NetBeans update and enables users to select from a wide range of accent colors. Typically, these colors are automatically added to features such as buttons, and tabs. However currently, most occurrences of the accent color are overwritten in
au.gov.asd.tac.constellation.functionality.startup.ConstellationLAFSettings.java
, which overwrites the tab color and sets them to blue. Other UI aspects are never set to reflect the accent color and simply reflect a static blue value in a css file.If we do want to support accent color changing, can we enable this chosen accent color to propagate throughout the application to effect buttons, highlighting and other UI elements that would otherwise be colored blue by default.
The text was updated successfully, but these errors were encountered: