aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/elementary/config/default/base.src
blob: 932ce2bb3bc040e5c0dc9f656578bf862d874eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
group "Elm_Config" struct {
  value "config_version" int: 65539;
  value "engine" string: "software_x11";
  value "vsync" uchar: 0;
  value "thumbscroll_enable" uchar: 1;
  value "thumbscroll_threshold" int: 24;
  value "thumbscroll_momentum_threshold" double: 100.0;
  value "thumbscroll_friction" double: 1.0;
  value "thumbscroll_bounce_friction" double: 0.5;
  value "thumbscroll_bounce_enable" uchar: 1;
  value "page_scroll_friction" double: 0.5;
  value "bring_in_scroll_friction" double: 0.5;
  value "zoom_friction" double: 0.5;
  value "thumbscroll_border_friction" double: 0.5;
  value "thumbscroll_sensitivity_friction" double: 0.25;
  value "scroll_smooth_amount" double: 0.0;
  value "scroll_smooth_history_weight" double: 0.1;
  value "scroll_smooth_future_time" double: 0.0;
  value "scroll_smooth_time_window" double: 0.01;
  value "scale" double: 1.0;
  value "bgpixmap" int: 0;
  value "compositing" int: 1;
  value "font_hinting" int: 2;
  value "cache_flush_poll_interval" int: 512;
  value "cache_flush_enable" uchar: 1;
  value "image_cache" int: 4096;
  value "font_cache" int: 512;
  value "edje_cache" int: 32;
  value "edje_collection_cache" int: 64;
  value "finger_size" int: 40;
  value "fps" double: 60.0;
  value "theme" string: "default";
  value "modules" string: "datetime_input_ctxpopup>datetime/api";
  value "tooltip_delay" double: 1.0;
  value "cursor_engine_only" uchar: 1;
  value "focus_highlight_enable" uchar: 0;
  value "focus_highlight_animate" uchar: 0;
  value "toolbar_shrink_mode" int: 3;
  value "fileselector_expand_enable" uchar: 0;
  value "inwin_dialogs_enable" uchar: 1;
  value "icon_size" int: 32;
  value "longpress_timeout" double: 1.0;
  value "effect_enable" uchar: 1;
  value "desktop_entry" uchar: 0;
  value "password_show_last" uchar: 0;
  value "password_show_last_timeout" double: 2.0;
  value "glayer_zoom_finger_enable" uchar: 1;
  value "glayer_zoom_finger_factor" double: 1.0;
  value "glayer_zoom_wheel_factor" double: 0.05;
  value "glayer_zoom_distance_tolerance" double: 1.0;
  value "glayer_rotate_finger_enable" uchar: 1;
  value "glayer_rotate_angular_tolerance" double: 2.0;
  value "glayer_line_min_length" double: 1.0;
  value "glayer_line_distance_tolerance" double: 3.0;
  value "glayer_line_angular_tolerance" double: 20.0;
  value "glayer_flick_time_limit_ms" uint: 120; /* ms to finish flick */
  value "glayer_long_tap_start_timeout" double: 1.2; /* sec to start long-tap */
  value "glayer_continues_enable" uchar: 1;          /* Continues gesture enabled */
  value "week_start" int: 1;
  value "weekend_start" int: 6;
  value "weekend_len" int: 2;
  value "year_min" int: 2;
  value "year_max" int: 137;
  group "color_palette" list {
     group "Elm_Custom_Palette" struct {
        value "palette_name" string: "default";
        group "color_list" list {
           group "Elm_Color_RGBA" struct {
              value "r" uint: 255;
              value "g" uint: 0;
              value "b" uint: 0;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 0;
              value "g" uint: 255;
              value "b" uint: 0;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 0;
              value "g" uint: 0;
              value "b" uint: 255;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 255;
              value "g" uint: 255;
              value "b" uint: 0;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 0;
              value "g" uint: 255;
              value "b" uint: 255;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 255;
              value "g" uint: 0;
              value "b" uint: 255;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 255;
              value "g" uint: 90;
              value "b" uint: 0;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 255;
              value "g" uint: 180;
              value "b" uint: 0;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 92;
              value "g" uint: 142;
              value "b" uint: 151;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 41;
              value "g" uint: 68;
              value "b" uint: 59;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 41;
              value "g" uint: 46;
              value "b" uint: 68;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 68;
              value "g" uint: 40;
              value "b" uint: 55;
              value "a" uint: 255;
           }
        }
     }
     group "Elm_Custom_Palette" struct {
        value "palette_name" string: "painting";
        group "color_list" list {
           group "Elm_Color_RGBA" struct {
              value "r" uint: 255;
              value "g" uint: 90;
              value "b" uint: 18;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 255;
              value "g" uint: 213;
              value "b" uint: 0;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 146;
              value "g" uint: 255;
              value "b" uint: 11;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 9;
              value "g" uint: 186;
              value "b" uint: 10;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 86;
              value "g" uint: 201;
              value "b" uint: 242;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 18;
              value "g" uint: 83;
              value "b" uint: 128;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 140;
              value "g" uint: 53;
              value "b" uint: 238;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 255;
              value "g" uint: 145;
              value "b" uint: 145;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 255;
              value "g" uint: 59;
              value "b" uint: 119;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 133;
              value "g" uint: 100;
              value "b" uint: 69;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 255;
              value "g" uint: 255;
              value "b" uint: 119;
              value "a" uint: 255;
           }
           group "Elm_Color_RGBA" struct {
              value "r" uint: 133;
              value "g" uint: 100;
              value "b" uint: 255;
              value "a" uint: 255;
           }
        }
     }
  }
}