source: trunk/third/gcalctool/gcalctoolrc @ 21030

Revision 21030, 6.0 KB checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21029, which included commits to RCS files with non-trunk default branches.
Line 
1style "white-bg"
2{
3  bg[NORMAL]      = { 1.0, 1.0, 1.0 }
4  bg[PRELIGHT]    = { 1.0, 1.0, 1.0 }
5  bg[ACTIVE]      = { 1.0, 1.0, 1.0 }
6  bg[SELECTED]    = { 1.0, 1.0, 1.0 }
7}
8
9style "decdig-bg"
10{
11  bg[NORMAL]      = { 0.67, 0.91, 1.0 }
12  bg[PRELIGHT]    = { 0.67, 0.91, 1.0 }
13  bg[ACTIVE]      = { 0.67, 0.91, 1.0 }
14  bg[SELECTED]    = { 0.67, 0.91, 1.0 }
15  bg[INSENSITIVE] = { 0.63, 0.63, 0.63 }
16}
17
18style "hexdig-bg"
19{
20  bg[NORMAL]      = { 0.0, 0.91, 1.0 }
21  bg[PRELIGHT]    = { 0.0, 0.91, 1.0 }
22  bg[ACTIVE]      = { 0.0, 0.91, 1.0 }
23  bg[SELECTED]    = { 0.0, 0.91, 1.0 }
24  bg[INSENSITIVE] = { 0.63, 0.63, 0.63 }
25}
26
27style "arithop-bg"
28{
29  bg[NORMAL]      = { 0.92, 0.92, 0.92 }
30  bg[PRELIGHT]    = { 0.92, 0.92, 0.92 }
31  bg[ACTIVE]      = { 0.92, 0.92, 0.92 }
32  bg[SELECTED]    = { 0.92, 0.92, 0.92 }
33}
34
35style "adjust-bg"
36{
37  bg[NORMAL]      = { 1.0, 1.0, 0.50 }
38  bg[PRELIGHT]    = { 1.0, 1.0, 0.50 }
39  bg[ACTIVE]      = { 1.0, 1.0, 0.50 }
40  bg[SELECTED]    = { 1.0, 1.0, 0.50 }
41}
42
43style "portion-bg"
44{
45  bg[NORMAL]      = { 0.71, 1.0, 0.71 }
46  bg[PRELIGHT]    = { 0.71, 1.0, 0.71 }
47  bg[ACTIVE]      = { 0.71, 1.0, 0.71 }
48  bg[SELECTED]    = { 0.71, 1.0, 0.71 }
49}
50
51style "func-bg"
52{
53  bg[NORMAL]      = { 0.75, 0.75, 0.75 }
54  bg[PRELIGHT]    = { 0.75, 0.75, 0.75 }
55  bg[ACTIVE]      = { 0.75, 0.75, 0.75 }
56  bg[SELECTED]    = { 0.75, 0.75, 0.75 }
57}
58
59style "plogical-bg"
60{
61  bg[NORMAL]      = { 0.71, 1.0, 0.71 }
62  bg[PRELIGHT]    = { 0.71, 1.0, 0.71 }
63  bg[ACTIVE]      = { 0.71, 1.0, 0.71 }
64  bg[SELECTED]    = { 0.71, 1.0, 0.71 }
65}
66
67style "blogical-bg"
68{
69  bg[NORMAL]      = { 0.45, 0.91, 0.75 }
70  bg[PRELIGHT]    = { 0.45, 0.91, 0.75 }
71  bg[ACTIVE]      = { 0.45, 0.91, 0.75 }
72  bg[SELECTED]    = { 0.45, 0.91, 0.75 }
73}
74
75style "fin-bg"
76{
77  bg[NORMAL]      = { 1.0, 0.66, 0.49 }
78  bg[PRELIGHT]    = { 1.0, 0.66, 0.49 }
79  bg[ACTIVE]      = { 1.0, 0.66, 0.49 }
80  bg[SELECTED]    = { 1.0, 0.66, 0.49 }
81}
82
83style "trigcol-bg"
84{
85  bg[NORMAL]      = { 1.0, 0.58, 0.49 }
86  bg[PRELIGHT]    = { 1.0, 0.58, 0.49 }
87  bg[ACTIVE]      = { 1.0, 0.58, 0.49 }
88  bg[SELECTED]    = { 1.0, 0.58, 0.49 }
89}
90
91style "sci-bg"
92{
93  bg[NORMAL]      = { 1.0, 0.66, 0.49 }
94  bg[PRELIGHT]    = { 1.0, 0.66, 0.49 }
95  bg[ACTIVE]      = { 1.0, 0.66, 0.49 }
96  bg[SELECTED]    = { 1.0, 0.66, 0.49 }
97}
98
99style "memory-bg" 
100
101  bg[NORMAL]      = { 1.0, 1.0, 1.0 }
102  bg[PRELIGHT]    = { 1.0, 1.0, 1.0 } 
103  bg[ACTIVE]      = { 1.0, 1.0, 1.0 } 
104  bg[SELECTED]    = { 1.0, 1.0, 1.0 } 
105}
106
107style "text-bg" 
108
109  bg[NORMAL]      = { 0.0, 0.0, 0.0 }
110  bg[PRELIGHT]    = { 0.0, 0.0, 0.0 } 
111  bg[ACTIVE]      = { 0.0, 0.0, 0.0 } 
112  bg[SELECTED]    = { 0.0, 0.0, 0.0 } 
113}
114
115widget "*bas_button0*" style "decdig-bg"
116widget "*bas_button1*" style "decdig-bg"
117widget "*bas_button2*" style "decdig-bg"
118widget "*bas_button3*" style "arithop-bg"
119
120widget "*bas_button5*" style "adjust-bg"
121widget "*bas_button6*" style "adjust-bg"
122widget "*bas_button7*" style "adjust-bg"
123 
124widget "*bas_button8*" style "decdig-bg"
125widget "*bas_button9*" style "decdig-bg"
126widget "*bas_button10*" style "decdig-bg"
127widget "*bas_button11*" style "arithop-bg"
128widget "*bas_button12*" style "func-bg"
129widget "*bas_button13*" style "arithop-bg"
130widget "*bas_button14*" style "portion-bg"
131widget "*bas_button15*" style "func-bg"
132 
133widget "*bas_button16*" style "decdig-bg"
134widget "*bas_button17*" style "decdig-bg"
135widget "*bas_button18*" style "decdig-bg"
136widget "*bas_button19*" style "arithop-bg"
137widget "*bas_button20*" style "arithop-bg"
138widget "*bas_button21*" style "arithop-bg"
139widget "*bas_button22*" style "portion-bg"
140widget "*bas_button23*" style "func-bg"
141 
142widget "*bas_button24*" style "decdig-bg"
143widget "*bas_button25*" style "decdig-bg"
144widget "*bas_button26*" style "arithop-bg"
145widget "*bas_button27*" style "arithop-bg"
146widget "*bas_button28*" style "arithop-bg"
147widget "*bas_button29*" style "arithop-bg"
148widget "*bas_button30*" style "portion-bg"
149widget "*bas_button31*" style "func-bg"
150
151widget "*fin_button0*" style "fin-bg"
152widget "*fin_button1*" style "fin-bg"
153widget "*fin_button2*" style "fin-bg"
154widget "*fin_button3*" style "fin-bg"
155widget "*fin_button4*" style "fin-bg"
156widget "*fin_button5*" style "fin-bg"
157widget "*fin_button6*" style "fin-bg"
158widget "*fin_button7*" style "fin-bg"
159 
160widget "*fin_button8*" style "fin-bg"
161
162widget "*sci_button0*" style "plogical-bg"
163widget "*sci_button1*" style "plogical-bg"
164widget "*sci_button2*" style "plogical-bg"
165widget "*sci_button3*" style "plogical-bg"
166
167widget "*sci_button5*" style "arithop-bg"
168widget "*sci_button6*" style "arithop-bg"
169widget "*sci_button7*" style "func-bg"
170
171widget "*sci_button8*" style "arithop-bg"
172widget "*sci_button9*" style "func-bg"
173widget "*sci_button10*" style "func-bg"
174widget "*sci_button11*" style "sci-bg"
175widget "*sci_button12*" style "sci-bg"
176widget "*sci_button13*" style "sci-bg"
177widget "*sci_button14*" style "sci-bg"
178widget "*sci_button15*" style "sci-bg"
179
180widget "*sci_button16*" style "hexdig-bg"
181widget "*sci_button17*" style "hexdig-bg"
182widget "*sci_button18*" style "hexdig-bg"
183widget "*sci_button19*" style "trigcol-bg"
184widget "*sci_button20*" style "trigcol-bg"
185widget "*sci_button21*" style "trigcol-bg"
186widget "*sci_button22*" style "sci-bg"
187widget "*sci_button23*" style "sci-bg"
188 
189widget "*sci_button24*" style "hexdig-bg"
190widget "*sci_button25*" style "hexdig-bg"
191widget "*sci_button26*" style "hexdig-bg"
192widget "*sci_button27*" style "blogical-bg"
193widget "*sci_button28*" style "blogical-bg"
194widget "*sci_button29*" style "blogical-bg"
195widget "*sci_button30*" style "blogical-bg"
196widget "*sci_button31*" style "blogical-bg"
197
198widget "*displayitem*" style "white-bg"
199widget "*oplabel*" style "white-bg"
200
201widget "*register_label0*" style "white-bg"
202widget "*register_label1*" style "white-bg"
203widget "*register_label2*" style "white-bg"
204widget "*register_label3*" style "white-bg"
205widget "*register_label4*" style "white-bg"
206widget "*register_label5*" style "white-bg"
207widget "*register_label6*" style "white-bg"
208widget "*register_label7*" style "white-bg"
209widget "*register_label8*" style "white-bg"
210widget "*register_label9*" style "white-bg"
Note: See TracBrowser for help on using the repository browser.