/etc/xdg/lxlauncher/gtkrc is in lxlauncher 0.2.5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | style "launcher-bg" { # for the background GtkWindow
bg[NORMAL] = "#3675AD"
}
style "launcher-fg" { # for the text size/color
font_name="Sans Bold 11"
fg[NORMAL]="#3675AD"
fg[PRELIGHT]="#3675AD"
}
style "launcher-nb" = "launcher-fg" { #for the notebook
bg[NORMAL] = "#ffffff"
#"bg[SELECTED] = "#3675AD"
fg[ACTIVE] = "#ffffff" #text color for non-active tabs
bg[ACTIVE] = "#3675AD" #the other non-active tabs
}
widget_class "*<GtkNotebook>" style "launcher-nb"
widget_class "*<GtkNotebook><GtkHBox><GtkLabel>" style "launcher-nb"
widget "GtkWindow" style "launcher-bg"
widget_class "*<ExoWrapTable><GtkButton>*<GtkLabel>" style "launcher-fg"
widget_class "*<GtkVBox><GtkHBox><GtkLabel>" style "launcher-fg"
|