wok view lxlauncher/stuff/gtkrc @ rev 796

Add lxlauncher - We can all have a eeepc... and nice for a child
author Christophe Lincoln <pankso@slitaz.org>
date Thu May 15 20:54:54 2008 +0200 (2008-05-15)
parents
children
line source
1 style "launcher-bg" { # for the background GtkWindow
2 bg[NORMAL] = "#222222"
3 }
4 style "launcher-fg" { # for the text size/color
5 font_name="Sans 11"
6 fg[NORMAL]="#222222"
7 fg[PRELIGHT]="#000000"
8 }
9 style "launcher-nb" = "launcher-fg" { #for the notebook
10 bg[NORMAL] = "#eeede9"
11 #bg[SELECTED] = "#3675AD"
12 fg[ACTIVE] = "#ffffff" #text color for non-active tabs
13 bg[ACTIVE] = "#222222" #the other non-active tabs
14 }
15 widget_class "*<GtkNotebook>" style "launcher-nb"
16 widget_class "*<GtkNotebook><GtkHBox><GtkLabel>" style "launcher-nb"
17 widget "GtkWindow" style "launcher-bg"
18 widget_class "*<ExoWrapTable><GtkButton>*<GtkLabel>" style "launcher-fg"