"Fossies" - the Fresh Open Source Software Archive 
Member "jpilot-2_0_1/jpilotrc.steel" (3 Apr 2021, 4993 Bytes) of package /linux/privat/jpilot-2_0_1.tar.gz:
As a special service "Fossies" has tried to format the requested text file into HTML format (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
1 style "window"
2 {
3 fg[NORMAL] = { 1.0, 1.0, 1.0 }
4 bg[NORMAL] = { 0.4, 0.4, 0.6 }
5 }
6
7 style "fileselect" = "window"
8 {
9 text[NORMAL] = { 0.0, 0.0, 1.0 } # fg of file selection lists
10 base[NORMAL] = { 0.85, 0.9, 1.0 } # bg of file selection lists
11 }
12
13 style "frame"
14 {
15 fg[NORMAL] = { 1.0, 1.0, 1.0 }
16 bg[NORMAL] = { 1.0, 1.0, 1.0 }
17 }
18
19 style "label"
20 {
21 fg[NORMAL] = { 1.0, 1.0, 1.0 }
22 bg[NORMAL] = { 0.4, 0.4, 0.6 }
23 }
24
25 style "label_high"
26 {
27 fg[NORMAL] = { 0.0, 0.0, 0.8 }
28 }
29
30 style "today"
31 {
32 base[NORMAL] = { 1.0, 0.38, .38 }
33 }
34
35 style "tooltips"
36 {
37 fg[NORMAL] = { 0.0, 0.0, 0.0 }
38 bg[NORMAL] = { 1.0, 0.98, .84 }
39 }
40
41 style "button"
42 {
43 # This shows all the possible states for a button.
44 # The only one that doesn't apply is the SELECTED state.
45 fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
46 bg[PRELIGHT] = { 0.5, 0.5, 0.7 }
47 fg[ACTIVE] = { 1.0, 1.0, 1.0 }
48 bg[ACTIVE] = { 0.4, 0.4, 0.6 }
49 #fg[NORMAL] = { 0.9, 1.0, 1.0 }
50 bg[NORMAL] = { 0.4, 0.4, 0.6 }
51 fg[INSENSITIVE] = { 0.0, 0.0, 0.0 }
52 bg[INSENSITIVE] = { .475, .490, .757 }
53 }
54
55 style "button_app"
56 {
57 fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
58 bg[PRELIGHT] = { 0.6, 0.6, 0.8 }
59 }
60
61 style "toggle_button" = "button"
62 {
63 }
64
65 style "radio_button"
66 {
67 fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
68 bg[PRELIGHT] = { 0.4, 0.4, 0.6 }
69 fg[ACTIVE] = { 1.0, 1.0, 1.0 }
70 #bg[ACTIVE] = { 1.0, 1.0, 0.0 }
71 fg[NORMAL] = { 0.25, 0.25, 0.38 }
72 bg[NORMAL] = { 0.4, 0.4, 0.6 }
73 }
74
75 style "spin_button"
76 {
77 fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
78 bg[PRELIGHT] = { 0.95, 0.95, 0.71 }
79 fg[NORMAL] = { 0.0, 0.0, 0.0 }
80 bg[NORMAL] = { 0.4, 0.4, 0.6 }
81 base[NORMAL] = { 0.85, 0.9, 1.0 } #bg for text portion of spin button
82 fg[INSENSITIVE] = { 0.0, 0.0, 0.0 }
83 bg[INSENSITIVE] = { .78, .78, .78 }
84 }
85
86 style "text"
87 {
88 #This is how to use a different font under GTK 2.x
89 #font_name = "Sans 12"
90 fg[NORMAL] = { 0.0, 0.0, 0.0 }
91 bg[NORMAL] = { 0.4, 0.4, 0.6 }
92 fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
93 bg[PRELIGHT] = { 0.5, 0.5, 0.7 }
94 #fg[SELECTED] = { 0.0, 0.0, 0.0 }
95 #bg[SELECTED] = { 0.9, 0.8, 1.0 }
96 fg[ACTIVE] = { 0.0, 0.0, 0.0 }
97 bg[ACTIVE] = { 0.4, 0.4, 0.6 } #bg of scrollbars
98 fg[INSENSITIVE] = { 0.0, 0.0, 0.0 } #fg of scrollbar buttons when insensitive
99 bg[INSENSITIVE] = { 0.4, 0.4, 0.6 } #bg of scrollbar buttons when insensitive
100 text[NORMAL] = { 0.0, 0.0, 1.0 }
101 base[NORMAL] = { 0.85, 0.9, 1.0 }
102 text[ACTIVE] = { 0.0, 0.0, 1.0 } #fg of selected text after focus has left
103 base[ACTIVE] = { 0.85, 0.9, 1.0 } #bg of selected text after focus has left
104 }
105
106 style "menu"
107 {
108 fg[NORMAL] = { 1.0, 1.0, 1.0 }
109 bg[NORMAL] = { 0.4, 0.4, 0.6 }
110 fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
111 bg[PRELIGHT] = { 0.5, 0.5, 0.7 }
112 fg[ACTIVE] = { 0.0, 1.0, 0.0 }
113 bg[ACTIVE] = { 0.4, 0.4, 0.6 }
114 fg[SELECTED] = { 1.0, 0.0, 0.0 }
115 bg[SELECTED] = { 1.0, 0.0, 0.5 }
116 }
117
118 style "notebook"
119 {
120 bg[NORMAL] = { 0.4, 0.4, 0.6 }
121 fg[NORMAL] = { 0.9, 0.9, 0.9 }
122 bg[ACTIVE] = { 0.3, 0.3, 0.5 }
123 fg[ACTIVE] = { 1.0, 1.0, 1.0 }
124 }
125
126 style "calendar"
127 {
128 fg[NORMAL] = { 1.0, 1.0, 1.0 } # month/year text
129 bg[NORMAL] = { 0.5, 0.5, 0.7 } # month/year bg and out-of-month days
130 fg[PRELIGHT] = { 1.0, 1.0, 0.0 } # prelights for month/year arrows
131 bg[PRELIGHT] = { 0.4, 0.4, 0.6 } # prelights for month/year arrows
132 text[NORMAL] = { 1.0, 1.0, 1.0 } # day numbers
133 text[SELECTED] = { 1.0, 1.0, 1.0 } # selected day and week numbers fg
134 base[SELECTED] = { 0.5, 0.5, 0.7 } # selected day and week numbers bg
135 text[ACTIVE] = { 1.0, 1.0, 1.0 } # week numbers fg when focus is not on widget
136 base[ACTIVE] = { 0.5, 0.5, 0.7 } # week numbers bg when focus is not on widget
137 base[NORMAL] = { 0.4, 0.4, 0.6 } # bg for calendar
138 }
139
140 ################################################################################
141 # These set the widget types to use the styles defined above.
142 widget_class "GtkWindow" style "window"
143 widget_class "GtkDialog" style "window"
144 widget_class "GtkMessageDialog" style "window"
145 widget_class "GtkFileChooser*" style "fileselect"
146 widget_class "GtkFontSel*" style "notebook"
147 widget_class "*GtkNotebook" style "notebook"
148 widget_class "*GtkButton*" style "button"
149 widget_class "*GtkCheckButton*" style "radio_button"
150 widget_class "*GtkRadioButton*" style "radio_button"
151 widget_class "*GtkToggleButton*" style "toggle_button"
152 widget_class "*GtkSpinButton" style "spin_button"
153 widget_class "*Menu*" style "menu"
154 widget_class "*GtkText" style "text"
155 widget_class "*GtkTextView" style "text"
156 widget_class "*GtkEntry" style "text"
157 widget_class "*GtkTreeView" style "text"
158 widget_class "*GtkVScrollbar" style "text"
159 widget_class "*GtkHScrollbar" style "text"
160 widget_class "*GtkLabel" style "label"
161 widget_class "*GtkEventBox" style "label"
162 widget_class "*GtkFrame" style "frame"
163 widget_class "*GtkCalendar" style "calendar"
164 ############################################################
165 # These set the widget types for named gtk widgets in the C code
166 widget "*.button_app" style "button_app"
167 widget "*.label_high" style "label_high"
168 widget "*.today" style "today"
169 widget "*tooltip*" style "tooltips"
170