Red cheese

Daniel, I suppose the first question is “why does it need to be red?” Anything that animates is going to catch the user’s attention anyway, so I don’t see any great harm in keying the background to the theme.

That said, since gtk+ 2.10, haven’t themes been able to support additional named colours, to highlight things like ‘errors’ and ‘warnings’ where appropriate? So shouldn’t Clearlooks and the other themes be providing these now? Or did we just never decide what the standard list of named colours should be? :/

7 thoughts on “Red cheese”

  1. We already discussed this and I think the consensus is replacing with active selection fg/bg to avoid ending up with stuff like white text on white background for some themes. The remaining problem is it uses an SVG icon for the last animation step and I have no idea how to make it use a particular color other than doing ugly in-memory parsing of xml before passing it to the UI.

  2. @Raphael: I’m happy to be involved in that discussion (I remember when you brought it up originally). But I guess it mostly needs input from a variety of GNOME app developers (or at least a study of their applications) to see what they’ve wanted to use non-theme colours for in the past, and which ones they’ve decided were important enough to go ahead and hard-code in their apps. (I’m always wary of setting up online surveys, but that could be one way to approach it.)

    @Patrys: I guess the “right” solution– or at least, the current best practice– would be to make the camera icon themeable, so that each theme can provide it in a more appropriate style and colour if the default doesn’t look good. Not ideal, I agree, but ultimately that’s what the themeing mechanism is there for.

  3. Bleh I hate that animation. I just want to snap a picture, not wait for it. It’s especially annoying when trying to arrange something. Ubuntu fixed that for a while, but now it seems the annoyance is back right before the release. So, a checkbox to make it go away would be the best theme ever for me.

  4. @Patrys: you’re quite right of course, which is why I’ve often argued against making things too customisable– I’d probably remove a lot of the themeability from GNOME tomorrow if I could 🙂

    But as long as we’re going the other way, making sure everything in our apps follows the user’s choice of colours, fonts and icons is probably the best we can do, because at least it always gives the user the means to put things right. If we try to guess the best colour for a given situation programatically, and it turns out to be wrong for some set of users, then those users are stuck with it until somebody implements a better guessing algorithm in the next version.

  5. If the idea of red is to catch the user’s attention, that won’t work for a color-blind user.

    But if themes had a designated style for emphasis (that is, how to modify a label to grab the user’s attention), a color-blind user, or a user on a B/W display, could choose an appropriate method.

Leave a Reply

Your email address will not be published. Required fields are marked *