fmII
Sat, May 17th home | browse | articles | contact | chat | submit | faq | newsletter | about | stats | scoop 15:36 PDT
in
Section
login «
register «
recover password «
[Project] add release | add branch | add screenshot | broken links | change owner | email subscribers | update project | update branch (urls) [Project]
Theme topics | Apps | Resources | Window Managers | Afterstep | Blackbox | Enlightenment | Fluxbox | GTK | IceWM | KDE | MetaCity | Sawfish | Window Maker

 23 Ounces Of Glass GTK - Default branch
Section: Themes

 

Added: Thu, Dec 5th 2002 15:36 PDT (5 years, 5 months ago) Updated: Sat, May 17th 2003 06:37 PDT (5 years, 0 months ago)


Screenshot About:
23 Ounces Of Glass GTK is a GTK theme for the Enlightenment theme of the same name.

Author:
pixelmoose [contact developer]

Rating:
8.49/10.00 (4 votes)

Tar/GZ:
http://download.freshmeat.net/[..]glassgtk/23ozglassgtk-default-1.1.tar.gz

Trove categories: [change]
[Intended Audience]  End Users/Desktop
[License]  OSI Approved :: BSD License (original)
[Topic]  Desktop Environment :: Gnome :: GTK 1.x Themes

Dependencies: [change]
No dependencies filed

 
Project admins: [change]
» pixelmoose (Owner)

» Rating: 8.49/10.00 (Rank N/A)
» Vitality: 0.00% (Rank 20755)
» Popularity: 0.57% (Rank 10195)

project statsdownload stats
(click to enlarge graphs)
   Record hits: 14,952
   URL hits: 9,821
   Subscribers: 4

Other projects from the same categories:
GtkREEN
Etria.org-gtk
WindowMaker
Metallic Plum
Picksmap

Users who subscribed to this project also subscribed to:
g5-ish
darkmint gtk
Blue Rose
Tenebrific
g5-ish


Add comment · Rate this project · Subscribe to new releases · Ignore this project · Email this project to a friend · Project record in XML

 Branches

Branch Version Last release License URLs
Default 1.1 17-May-2003 BSD License (original) Tar/GZ

 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]




© Copyright 2008 SourceForge, Inc., All Rights Reserved.
About freshmeat.net •  Privacy Statement •  Terms of Use •  Trademark Guidelines •  Advertise •  Contact Us • 
ThinkGeek •  Slashdot  •  ITMJ •  Linux.com •  NewsForge  •  SourceForge.net  •  Surveys •  Jobs •  PriceGrabber