angr / angr-management

The official angr GUI.
BSD 2-Clause "Simplified" License
859 stars 108 forks source link

macOS light theme looks "bad" with native controls #1179

Closed mborgerson closed 4 months ago

mborgerson commented 4 months ago

Description

Controls have too much spacing and look inconsistent with the rest of the design:

image

Compare to the dark theme which is much sleeker in my biased opinion:

image

It's because we are not using Fusion on light theme. And we should change it:

https://github.com/angr/angr-management/blob/1b8f565d93058a34b941b012d855a523fe95d063/angrmanagement/ui/css/__init__.py#L63

Steps to reproduce the bug

No response

Environment

No response

Additional context

No response