|
About:
23 Ounces Of Glass GTK is a GTK theme for the Enlightenment theme of
the same name.
Author:
pixelmoose [contact developer]
Tar/GZ:
http://download.freshmeat.net/[..]glassgtk/23ozglassgtk-default-1.1.tar.gz
Trove categories:
[change]
Dependencies:
[change]
No dependencies filed
|
|
» Rating:
8.49/10.00
(Rank N/A)
» Vitality: 0.00% (Rank 20755)
» Popularity: 0.57% (Rank 10195)

(click to enlarge graphs)
Record hits: 14,952
URL hits: 9,821
Subscribers: 4
|
|
Branches
Comments
[»]
Great Theme!
by Sam Burnett - Dec 15th 2002 14:20:32
This theme is AWESOME! It looks much more professional than other pixmap
themes that I've seen (especially the "Aqua" ones). Everything
looks so smooth!
I do have a suggestion, however, to make this theme absolutely wonderful.
I would change the text color of highlighted menu items (i.e. with the
mouse over them) to white so that they can be read easier. Other than
that, this theme is my new favorite.
[reply]
[top]
[»]
Re: Great Theme!
by Sh0t - Dec 17th 2002 04:52:44
I agree, it is quite nice.
-- Sure buddy.
[reply]
[top]
[»]
Re: Great Theme!
by pixelmoose - Dec 19th 2002 03:29:15
> I do have a suggestion, however, to make
> this theme absolutely wonderful. I would
> change the text color of highlighted
> menu items (i.e. with the mouse over
> them) to white so that they can be read
> easier.
I have no idea how to implement this, otherwise it's something I would
have done at the beggining, for a breif and far from satisfactory fix,
enter the theme dir and copy the pill_head-rc over the gtk/gtkrc that'll
replace all the buttons with the pill type buttons which also allows for
all the highlighted colours to be light blue. If you don't like the look
of this I kept the default-rc in the theme dir ;)
As soon as I figure this out I'll make the changes, unless someone else
steps forward with the know how.
[reply]
[top]
[»]
Re: Great Theme!
by Danky - May 3rd 2003 16:08:38
>
> % change the text color of highlighted
>
> I have no idea how to implement this,
I liked too much your theme for E and gtk, but as the gtk
one issue of black text was very annoying, I was searching for a solution
for it :D
So there is my 'patch'. Adding it to the end of the gtkrc file solves this
and other small problems.
This can make other things wrong, I'm not a gtk theme designer, I only
searched and tried and i successfully with my gtk apps.
-----------------------------------------------------------------------
# Danky's 24th ounce ;)
style "pill_text"
{
fg[NORMAL] = "#000000"
fg[PRELIGHT] = "#ffffff"
fg[ACTIVE] = "#ffffff"
}
widget_class "*MenuItem*" style "pill_text" # readable menus ;)
widget_class "*GtkFrame*GtkRadioButton*" style "pill_text"
# This last is for the galeon preferences left menu bar. i got crazy for
find it
style "pill_list"
{
fg[NORMAL] = "#e0e0e0"
fg[PRELIGHT] = "#ffffff"
#bg[NORMAL] = "#ff0000"
}
widget_class "*Option*" style "pill_list" # dropdown lists
widget_class "*Notebook.GtkHBox*" style "pill_list" # galeon tabs
style "notebook_back"
{
bg[NORMAL] = "#b2b2b2"
}
widget_class "*Notebook*" style "notebook_back"
[reply]
[top]
[»]
Re: Great Theme!
by pixelmoose - May 6th 2003 19:07:44
>
> %
> % % change the text color of
> highlighted
> %
> % I have no idea how to implement this,
>
> I liked too much your theme for E and
> gtk, but as the gtk
> one issue of black text was very
> annoying, I was searching for a solution
> for it :D
>
> So there is my 'patch'. Adding it to the
> end of the gtkrc file solves this and
> other small problems.
>
> This can make other things wrong, I'm
> not a gtk theme designer, I only
> searched and tried and i successfully
> with my gtk apps.
>
>
-----------------------------------------------------------------------
>
> # Danky's 24th ounce ;)
>
> style "pill_text"
> {
> fg[NORMAL] = "#000000"
> fg[PRELIGHT] = "#ffffff"
> fg[ACTIVE] = "#ffffff"
> }
> widget_class "*MenuItem*" style
> "pill_text" # readable menus ;)
> widget_class "*GtkFrame*GtkRadioButton*"
> style "pill_text"
> # This last is for the galeon
> preferences left menu bar. i got crazy
> for find it
>
> style "pill_list"
> {
> fg[NORMAL] = "#e0e0e0"
> fg[PRELIGHT] = "#ffffff"
> #bg[NORMAL] = "#ff0000"
> }
> widget_class "*Option*" style
> "pill_list" # dropdown lists
> widget_class "*Notebook.GtkHBox*" style
> "pill_list" # galeon tabs
>
> style "notebook_back"
> {
> bg[NORMAL] = "#b2b2b2"
> }
> widget_class "*Notebook*" style
> "notebook_back"
>
>
Wow! A new lease of life :D thanks heaps, got a few clean ups for this but
never bothered implementing them as i didn't think the theme would work,
now it does. Thank you :)
[reply]
[top]
|