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 "*" style "launcher-nb" widget_class "*" style "launcher-nb" widget "GtkWindow" style "launcher-bg" widget_class "**" style "launcher-fg" widget_class "*" style "launcher-fg"