On Sun, 2012-12-02 at 20:18 -0600, Michael Catanzaro wrote:
> I spent an hour today playing around with changing the blue elements of
> Adwaita to green. I've got zero themeing experience, I couldn't find
> everything that needed changed, and I didn't spend any time when picking
> my shades of green... so my work isn't very good, but it was dead simple
> to do, and it doesn't look that bad.
> 
> Screenshots on FATE: https://features.opensuse.org/314662

I like it!

> 1) Am I nuts for wanting this? Anyone else interested? Could something
> similar happen for 12.3?

It's a nice change; subtle but makes things fit nicer.

> 2) Highly specific question: any chance somebody knows where to change
> the color for field borders? For example, press Ctrl + L in Nautilus and
> the Location field is highlighted in blue, that's one of the only blues
> I haven't been able to get rid of yet.

See
gnome-themes-standard/themes/Adwaita/gtk-3.0/borders/generic-border-focused.png

I think that's where it comes from.  gtk-widgets-borders.css has this
bit:

/* focused element borders */
.entry:focus,
GtkComboBox.combobox-entry .entry:focus,
.button.default:active,
.inline-toolbar.toolbar.vertical .button.default:active,
GtkSwitch.trough:active { 
    border-image: url("borders/generic-border-focused.png") 3 3 4 3 / 3px 3px 
4px 3px stretch;
    border-radius: 3px;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-color: transparent;
}

So I think that's the right file.

  Federico


-- 
To unsubscribe, e-mail: opensuse-gnome+unsubscr...@opensuse.org
To contact the owner, e-mail: opensuse-gnome+ow...@opensuse.org

Reply via email to