ubuntu / yaru.dart

Ubuntu Yaru Flutter widgets and themes for building desktop and web applications
https://ubuntu.github.io/yaru.dart/
Mozilla Public License 2.0
214 stars 35 forks source link

TextField: focused vs. error borders #843

Open jpnurmi opened 1 year ago

jpnurmi commented 1 year ago

The orange accent color used for focus and the red error color are so close that the focused state can be confused with an error state.

image

Originally posted by @elioqoshi in https://github.com/canonical/ubuntu-desktop-installer/issues/1450#issuecomment-1440269431

Feichtmeier commented 1 year ago

Since the red is already very light the only way to improve this in the dark theme I see is to lighten up the primary colour for selected fields

Feichtmeier commented 1 year ago

we could also try to generally make those active borders look different. very transparent and 2px, like.... in gnome :shrug: :feet:

Feichtmeier commented 7 months ago

I think this is rather the orange discussion again, i.e. a general problem with the main ubuntu color We could make the focus ring blue for the default theme, but then it is inconsistent with the gnome themes. We've experienced dozens of time with this on the yaru gnome themes but always returned to orange because of gtk limitations