ANY QUESTIONS OR PROBLEMS WITH MY GTK/METACITY THEMES? SEE MY FAQ FIRST! - [link]
All my Visual Styles and Skins are "open source". That means you can make modifications and ports as long as you submit it with the same Creative Commons License I use, and a link back to the original work too. No need to ask for permission.
Very nice theme! However there is a small bug on notification windows. There background is covered by a tiled panel background, which makes the text on them unreadable.
Attempting to fix... ill let you know if i find a solution
To fix bug on notification windows, comment out the line:
widget_class "*Notif*" style "panelbg"
TO fix the bug on the "Create launcher" window, add the following to the panel.rc file:
style "fix_create_launcher"
{
xthickness = 0
ythickness = 0
bg_pixmap[NORMAL] = "Panel/handle-h.png"
}
widget "PanelDItemEditor" style "fix_create_launcher"
This can be fixed by commenting out the line
widget_class "*Notif*" style "panelbg"
in panel.rc