wok annotate 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 |
rev | line source |
---|---|
pankso@796 | 1 style "launcher-bg" { # for the background GtkWindow |
pankso@796 | 2 bg[NORMAL] = "#222222" |
pankso@796 | 3 } |
pankso@796 | 4 style "launcher-fg" { # for the text size/color |
pankso@796 | 5 font_name="Sans 11" |
pankso@796 | 6 fg[NORMAL]="#222222" |
pankso@796 | 7 fg[PRELIGHT]="#000000" |
pankso@796 | 8 } |
pankso@796 | 9 style "launcher-nb" = "launcher-fg" { #for the notebook |
pankso@796 | 10 bg[NORMAL] = "#eeede9" |
pankso@796 | 11 #bg[SELECTED] = "#3675AD" |
pankso@796 | 12 fg[ACTIVE] = "#ffffff" #text color for non-active tabs |
pankso@796 | 13 bg[ACTIVE] = "#222222" #the other non-active tabs |
pankso@796 | 14 } |
pankso@796 | 15 widget_class "*<GtkNotebook>" style "launcher-nb" |
pankso@796 | 16 widget_class "*<GtkNotebook><GtkHBox><GtkLabel>" style "launcher-nb" |
pankso@796 | 17 widget "GtkWindow" style "launcher-bg" |
pankso@796 | 18 widget_class "*<ExoWrapTable><GtkButton>*<GtkLabel>" style "launcher-fg" |