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