Epiphany Bookmark And History Icons

I'm pretty sure Bluecurve changes them, but I don't have access to the theme. Or at least if I do, it's a lot more work then just asking someone else to look at their gtkrc. :lol:

So can someone look at the gtkrc/iconrc files from Bluecurve (probably the version in Fedora as RH9 is probably too outdated) and see if they can find those icon names?

Also, I've seen a few posts in Epiphany development areas about a CVS addition that made the icons themeable, so there's another reason to believe it can be done. And this is pre-version 1, so I imagine it's possible in the current version. :)

Thanks in advance. :rule:

#84599

they are themable.

style "epiphany"

{

stock["epiphany-bookmarks"] = {{ "epiphany-bookmarks.png", *, *, * }}

stock["epiphany-bookmark-page"] = {{ "epiphany-bookmark-page.png", *, *, * }}

stock["epiphany-history"] = {{ "epiphany-history.png", *, *, * }}

stock["epiphany-fullscreen"] = {{ "gtk-zoom-fit.png", *, *, * }}

stock["epiphany-secure"] = {{ "epiphany-secure.png", *, *, * }}

stock["epiphany-unsecure"] = {{ "epiphany-unsecure.png", *, *, * }}

}

class "GtkWidget" style "epiphany"

from Gno-SX iconrc, :P

#84864