
SugarLike
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
I created an xfwm theme that kinda looks like the metacity theme for http://www.xfce-look.org/content/show.php/Sugar?content=101757
I added 3 gtk Sugar themes. For them all credit goes to SamsSamTS. I just edited them so they can be loaded under xfce too:
Sugar, SugarGreen, SugarGrey
Hope you like it...
11 years ago
0.2
- Bigger contrast between active and inactive windows
- Added prelight to buttons
11 years ago
0.2
- Bigger contrast between active and inactive windows
- Added prelight to buttons
bubuzzz
10 years ago
Report
fredbird67
10 years ago
I've edited a few GTK themes to create my own variations on one, but I don't know how to convert one of those to a full-fledged GTK theme.
Report
wil3m
11 years ago
Report
lman00
11 years ago
Report
wil3m
11 years ago
Report
lman00
11 years ago
You can change the colors according to your active gtk theme:
Quote:
style "panel"
{
bg[NORMAL] = "#262422"
fg[NORMAL] = "#EBE8E4"
}
widget_class "*Panel*" style "panel"
widget "*Panel*" style "panel"
class "*Panel*" style "panel"
Report
wil3m
11 years ago
Report
lman00
11 years ago
Report