Skip to content

HighContrast: Improve contrast of notebook tabs

Colomban Wendling requested to merge cwendling/gtk:high-contrast-tabs into master

The tabs in the HighContrast themes are not contrasted enough for good readability by people needing these themes for accessibility purposes. The patch here improve that situation, while keeping looks of the widget by slightly altering the colors blending:

Before:
gtk_old

After:
gtk_new


This would ideally make it to gtk-3-24 as well.

Edited by Colomban Wendling

Merge request reports