Support "contrast scrollbars" in the IDE bridge #558
Labels
bridge
Something that impacts the Swing LaF bridge
consistency
Our UI presentation is not consistent with IJ
The IDE has a "contrast scrollbars" option that boosts the opacity of scrollbars.
This is implemented in
com.intellij.ui.components.ScrollBarPainter#getColor()
and inupdateTransparency()
, where, ifLoadingState.CONFIGURATION_STORE_INITIALIZED.isOccurred() && UISettings.getInstance().getUseContrastScrollbars()
:contrast.scrollbars.alpha.level
, if it exists and is positiveLIGHT_ALPHA
orDARK_ALPHA
, depending if the theme is dark)The text was updated successfully, but these errors were encountered: