wok view lxlauncher/stuff/gtkrc @ rev 16590

Up: slitaz-boot-script (5.6.0) Fix automount + sound initialization
author Christophe Lincoln <pankso@slitaz.org>
date Mon May 05 22:37:15 2014 +0200 (2014-05-05)
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"