Skip to content

gtk3, gtk4: Blue ocean checkboxes

Artem Grinev requested to merge agrinev/breeze-gtk:blue-ocean-checkboxes into master

This MR adds a Blue Ocean-styled checkboxes and radio buttons. They follow Adwaita's approach to draw box in CSS and provide the image itself in a SVG. This allows us to control coloring of the box more precisely and also add an check/uncheck animation.

Current GTK style:

gtk

Current Qt style:

qt

GTK style with this MR:

mr

Animation showcase:

output

@teams/vdg

Merge request reports