wok view lxlauncher/stuff/gtkrc @ rev 9514

busybox/httpd: allow multiple headers
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 06 17:03:44 2011 +0200 (2011-04-06)
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"