3 bg[NORMAL] = { 0.97, 0.97, 1.0 }
4 bg[PRELIGHT] = { 0.97, 0.97, 1.0 }
5 bg[ACTIVE] = { 0.97, 0.97, 1.0 }
6 bg[SELECTED] = { 0.97, 0.97, 1.0 }
7 fg[NORMAL] = { 0.0, 0.0, 0.0 }
8 fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
9 fg[ACTIVE] = { 0.0, 0.0, 0.0 }
10 fg[SELECTED] = { 0.0, 0.0, 0.0 }
16 bg[NORMAL] = { 0.86, 0.86, 0.94 }
17 bg[PRELIGHT] = { 0.86, 0.86, 0.94 }
18 bg[ACTIVE] = { 0.86, 0.86, 0.94 }
19 bg[SELECTED] = { 0.86, 0.86, 0.94 }
20 fg[NORMAL] = { 0.0, 0.0, 0.0 }
21 fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
22 fg[ACTIVE] = { 0.0, 0.0, 0.0 }
23 fg[SELECTED] = { 0.0, 0.0, 0.0 }
30 bg[NORMAL] = { 0.75, 0.75, 0.83 }
31 bg[PRELIGHT] = { 0.75, 0.75, 0.83 }
32 bg[ACTIVE] = { 0.75, 0.75, 0.83 }
33 bg[SELECTED] = { 0.75, 0.75, 0.83 }
35 fg[NORMAL] = { 0.0, 0.0, 0.0 }
36 fg[PRELIGHT] = { 0.0, 0.0, 0.0 }
37 fg[ACTIVE] = { 0.0, 0.0, 0.0 }
38 fg[SELECTED] = { 0.0, 0.0, 0.0 }
42 widget "*calc_0_button*" style "light-bg"
43 widget "*calc_1_button*" style "light-bg"
44 widget "*calc_2_button*" style "light-bg"
45 widget "*calc_3_button*" style "light-bg"
46 widget "*calc_4_button*" style "light-bg"
47 widget "*calc_5_button*" style "light-bg"
48 widget "*calc_6_button*" style "light-bg"
49 widget "*calc_7_button*" style "light-bg"
50 widget "*calc_8_button*" style "light-bg"
51 widget "*calc_9_button*" style "light-bg"
52 widget "*calc_a_button*" style "light-bg"
53 widget "*calc_b_button*" style "light-bg"
54 widget "*calc_c_button*" style "light-bg"
55 widget "*calc_d_button*" style "light-bg"
56 widget "*calc_e_button*" style "light-bg"
57 widget "*calc_f_button*" style "light-bg"
58 widget "*calc_numeric_point_button*" style "light-bg"
60 widget "*calc_multiply_button*" style "mid-bg"
61 widget "*calc_divide_button*" style "mid-bg"
62 widget "*calc_subtract_button*" style "mid-bg"
63 widget "*calc_add_button*" style "mid-bg"
64 widget "*calc_result_button*" style "dark-bg"
66 widget "*calc_backspace_simple_button*" style "light-bg"
67 widget "*calc_backspace_advanced_button*" style "light-bg"
68 widget "*calc_clear_entry_simple_button" style "light-bg"
69 widget "*calc_clear_entry_advanced_button" style "light-bg"
70 widget "*calc_clear_simple_button*" style "light-bg"
71 widget "*calc_clear_advanced_button*" style "light-bg"
72 widget "*calc_change_sign_simple_button*" style "light-bg"
73 widget "*calc_change_sign_advanced_button*" style "light-bg"
75 widget "*calc_start_group_button*" style "dark-bg"
76 widget "*calc_end_group_button*" style "dark-bg"
78 widget "*calc_percentage_button*" style "dark-bg"
79 widget "*calc_square_button*" style "mid-bg"
80 widget "*calc_sqrt_button*" style "mid-bg"
81 widget "*calc_reciprocal_button*" style "mid-bg"
83 widget "*calc_store_button*" style "mid-bg"
84 widget "*calc_recall_button*" style "mid-bg"
85 widget "*calc_exchange_button*" style "mid-bg"
87 widget "*calc_constants_button*" style "light-bg"
88 widget "*calc_functions_button*" style "mid-bg"
90 widget "*calc_exponential_button*" style "mid-bg"
92 widget "*calc_natural_logarithm_button*" style "mid-bg"
93 widget "*calc_logarithm_button*" style "mid-bg"
94 widget "*calc_logarithm2_button*" style "mid-bg"
95 widget "*calc_x_pow_y_button*" style "mid-bg"
96 widget "*calc_factorial_button*" style "mid-bg"
97 widget "*calc_random_button*" style "light-bg"
99 widget "*calc_accuracy_button*" style "mid-bg"
100 widget "*calc_abs_button*" style "dark-bg"
102 widget "*calc_cosine_button*" style "dark-bg"
103 widget "*calc_sine_button*" style "dark-bg"
104 widget "*calc_tangent_button*" style "dark-bg"
106 widget "*calc_or_button*" style "mid-bg"
107 widget "*calc_and_button*" style "mid-bg"
108 widget "*calc_not_button*" style "mid-bg"
109 widget "*calc_xor_button*" style "mid-bg"
110 widget "*calc_xnor_button*" style "mid-bg"
111 widget "*calc_modulus_divide*" style "mid-bg"
112 widget "*calc_shift_left_button*" style "dark-bg"
113 widget "*calc_shift_right_button*" style "dark-bg"
114 widget "*calc_trunc_button*" style "dark-bg"
115 widget "*calc_integer_portion_button*" style "dark-bg"
116 widget "*calc_fractional_portion_button*" style "dark-bg"
117 widget "*calc_1s_button*" style "dark-bg"
118 widget "*calc_2s_button*" style "dark-bg"
120 widget "*calc_finc_compounding_term_button*" style "mid-bg"
121 widget "*calc_finc_sum_of_the_years_digits_depreciation_button*" style "mid-bg"
122 widget "*calc_finc_straight_line_depreciation_button*" style "mid-bg"
123 widget "*calc_finc_periodic_interest_rate_button*" style "mid-bg"
124 widget "*calc_finc_present_value_button*" style "mid-bg"
125 widget "*calc_finc_periodic_payment_button*" style "mid-bg"
126 widget "*calc_finc_future_value_button*" style "mid-bg"
127 widget "*calc_finc_gross_profit_margin_button*" style "mid-bg"
128 widget "*calc_finc_double_declining_depreciation_button*" style "mid-bg"
129 widget "*calc_finc_term_button*" style "mid-bg"
131 widget "*displayitem*" style "light-bg"
132 widget "*oplabel*" style "light-bg"