wok diff lxlauncher/stuff/gtkrc @ rev 21339

updated gnuradio (3.7.10.1 -> 3.7.13.4)
author Hans-G?nter Theisgen
date Sat Apr 20 11:34:23 2019 +0100 (2019-04-20)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/lxlauncher/stuff/gtkrc	Sat Apr 20 11:34:23 2019 +0100
     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"