wok diff lxlauncher/stuff/gtkrc @ rev 4098
syslinux: doc for xarg= argument
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 18 13:02:59 2009 +0200 (2009-09-18) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/lxlauncher/stuff/gtkrc Fri Sep 18 13:02:59 2009 +0200 1.3 @@ -0,0 +1,18 @@ 1.4 +style "launcher-bg" { # for the background GtkWindow 1.5 + bg[NORMAL] = "#222222" 1.6 +} 1.7 +style "launcher-fg" { # for the text size/color 1.8 + font_name="Sans 11" 1.9 + fg[NORMAL]="#222222" 1.10 + fg[PRELIGHT]="#000000" 1.11 +} 1.12 +style "launcher-nb" = "launcher-fg" { #for the notebook 1.13 + bg[NORMAL] = "#eeede9" 1.14 + #bg[SELECTED] = "#3675AD" 1.15 + fg[ACTIVE] = "#ffffff" #text color for non-active tabs 1.16 + bg[ACTIVE] = "#222222" #the other non-active tabs 1.17 +} 1.18 +widget_class "*<GtkNotebook>" style "launcher-nb" 1.19 +widget_class "*<GtkNotebook><GtkHBox><GtkLabel>" style "launcher-nb" 1.20 +widget "GtkWindow" style "launcher-bg" 1.21 +widget_class "*<ExoWrapTable><GtkButton>*<GtkLabel>" style "launcher-fg"