-
Notifications
You must be signed in to change notification settings - Fork 1
/
Dark Theme.emtheme
423 lines (423 loc) · 57.9 KB
/
Dark Theme.emtheme
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
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
<?xml version="1.0" encoding="utf-8"?>
<DarkColorTheme name="" author="">
<!--Form-->
<MainBoxBorderColor description="Color of a space around messages/contact/event/task list">#3D3E45</MainBoxBorderColor>
<FormBackground description="Background color of all windows">#3D3E45</FormBackground>
<FormForeground description="Color of texts in all windows">#FFFFFF</FormForeground>
<FormCaptionButtonBackgroundPressed description="Background for button in form caption when the button is pressed">#86C0FF</FormCaptionButtonBackgroundPressed>
<FormCaptionButtonBackgroundOver description="Background for button in form caption when mouse is over the button">#E1E1E1</FormCaptionButtonBackgroundOver>
<FormCaptionButtonBackgroundChecked description="Background for checked button in form caption">#E1E1E1</FormCaptionButtonBackgroundChecked>
<FormHeader description="Header color of all windows">Transparent</FormHeader>
<FormHeaderActive description="Header color of an active window">Transparent</FormHeaderActive>
<SendMailFormBackground description="Background color of a form used for composing emails">#3D3E45</SendMailFormBackground>
<MainFormBackgroundStart description="Starting color of the gradient used as the background for the main window">#26272A</MainFormBackgroundStart>
<MainFormBackgroundEnd description="Ending color of the gradient used as the background for the main window">#26272A</MainFormBackgroundEnd>
<MainFormHeader description="Header background color for main window">#26272A</MainFormHeader>
<ButtonBackground description="Background color of all buttons">#3D3E45</ButtonBackground>
<ButtonForeground description="Text color of all buttons">#FFFFFF</ButtonForeground>
<TextBoxBackground description="Background color of a text box control">#FFFFFF</TextBoxBackground>
<TextBoxForeground description="Color of a text in a text box control">#000000</TextBoxForeground>
<Link description="Color of links">#FFFFFF</Link>
<BorderLine description="Color of form border">#333</BorderLine>
<BorderLineActive description="Color of an active form border">Transparent</BorderLineActive>
<DarkLine description="Color of darker lines used on forms">#333</DarkLine>
<LightLine description="Color of lighter lines used on forms">#191A22</LightLine>
<InformationBarBackground description="Background color of an information bar">infobackground</InformationBarBackground>
<InformationBarForeground description="Text color in an information bar">buttontext</InformationBarForeground>
<MainFormInformationBarBackground description="Background color of an information bar">#3D3E45</MainFormInformationBarBackground>
<MainFormInformationBarForeground description="Text color in an information bar">#FFFFFF</MainFormInformationBarForeground>
<AntiphishingBarBackground description="Background color of a antiphishing bar shown when the mouse is over a link">#3D3E45</AntiphishingBarBackground>
<ShowMainFormVerticalSplitterLines description="Indicates if a vertical line should be displayed between the messages/contact/event/task list and left or right sidebar">True</ShowMainFormVerticalSplitterLines>
<VerticalSplitterLinesSpace description="Space around a vertical line between the messages/contact/event/task list and left or right sidebar">8</VerticalSplitterLinesSpace>
<ShowMainFormHorizontalTopLine description="Indicates if a horizontal line should be displayed above the message list">False</ShowMainFormHorizontalTopLine>
<GroupHeaderBackground description="Background color of group header">#303136</GroupHeaderBackground>
<GroupHeaderForeground description="Text color of group header">#FFFFFF</GroupHeaderForeground>
<WizardHeaderBackground description="Background color of Wizard header">#303136</WizardHeaderBackground>
<WizardHeaderForeground description="Text color of Wizard header">#FFFFFF</WizardHeaderForeground>
<!--Message list-->
<MessagesMultilineFirstLineColor description="Color of a text shown on the first line for a multiline message list">#CCC</MessagesMultilineFirstLineColor>
<MessagesMultilineSecondLineColor description="Color of a text shown on the second line for a multiline message list">#CCC</MessagesMultilineSecondLineColor>
<MessagesMultilineTimeColor description="Color of a date/time text shown on the first line for a multiline message list">#FFF</MessagesMultilineTimeColor>
<!--Search box-->
<SearchBoxActiveBorderColor description="Border of a search box on the main form when search is currently active">#FFA500</SearchBoxActiveBorderColor>
<!--Mail header-->
<MailHeaderBackground description="Background color of a bar with a basic information about the email">#FFFFFF</MailHeaderBackground>
<MailHeaderLink description="Color of an email address shown in the bar with a basic information about the email">#11529C</MailHeaderLink>
<MailHeaderSubject description="Color of a subject in the bar with a basic information about the email">#1E1E1E</MailHeaderSubject>
<MailHeaderForeground description="Color of a text in the bar with a basic information about the email">#6D6D6D</MailHeaderForeground>
<!--Grid-->
<GridHeaderStart description="Starting color of the gradient used for the column headers in datagrid">#3D3E45</GridHeaderStart>
<GridHeaderMiddle description="Middle color of the gradient used for the column headers in datagrid">#3D3E45</GridHeaderMiddle>
<GridHeaderEnd description="Ending color of the gradient used for the column headers in datagrid">#3D3E45</GridHeaderEnd>
<GridHeaderHoveredStart description="Starting color of the gradient used for the column headers in datagrid when the mouse is over">#222327</GridHeaderHoveredStart>
<GridHeaderHoveredMiddle description="Middle color of the gradient used for the column headers in datagrid when the mouse is over">#222327</GridHeaderHoveredMiddle>
<GridHeaderHoveredEnd description="Ending color of the gradient used for the column headers in datagrid when the mouse is over">#222327</GridHeaderHoveredEnd>
<GridHeaderPressedStart description="Starting color of the gradient used for the column headers in datagrid when the left mouse button is pressed on the column header">#222327</GridHeaderPressedStart>
<GridHeaderPressedMiddle description="Middle color of the gradient used for the column headers in datagrid when the left mouse button is pressed on the column header">#222327</GridHeaderPressedMiddle>
<GridHeaderPressedEnd description="Ending color of the gradient used for the column headers in datagrid when the left mouse button is pressed on the column header">#222327</GridHeaderPressedEnd>
<GridHeaderFontColor description="Color of the text shown in the datagrid column headers">#C8C8C8</GridHeaderFontColor>
<GridHeaderBorder description="Color of the bottom border in the datagrid column headers">#3D3E45</GridHeaderBorder>
<GridBackground description="Background color of a datagrid">#3D3E45</GridBackground>
<GridFontColor description="Alternating background color for the odd items in a datagrid">#CCCCCC</GridFontColor>
<GridOddItemBackground description="Font color in a datagrid">#303136</GridOddItemBackground>
<GridSelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected items in datagrid">#222327</GridSelectedItemBackgroundStart>
<GridSelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected items in datagrid">#222327</GridSelectedItemBackgroundEnd>
<GridSelectedItemBackgroundInactiveStart description="Starting color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#303136</GridSelectedItemBackgroundInactiveStart>
<GridSelectedItemBackgroundInactiveEnd description="Ending color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#303136</GridSelectedItemBackgroundInactiveEnd>
<GridFocusedItemBackgroundStart description="Starting color of the gradient used as a background for the focused item in datagrid">#222327</GridFocusedItemBackgroundStart>
<GridFocusedItemBackgroundEnd description="Starting color of the gradient used as a background for the focused item in datagrid">#222327</GridFocusedItemBackgroundEnd>
<GridSelectedItemFontColor description="Color of the text for the selected items in datagrid">#FFFFFF</GridSelectedItemFontColor>
<GridFocusedItemRecangle description="Color of the border line for the focused item in datagrid">#26272A</GridFocusedItemRecangle>
<GridColor description="Color of the grid lines">#3D3E45</GridColor>
<GridSelectedItemBorder description="Color of the border line for the selected items in datagrid">Transparent</GridSelectedItemBorder>
<GridDisabledItemBorder description="Color of the border line for the selected items in datagrid when the datagrid is not active">Transparent</GridDisabledItemBorder>
<GridMultilineHeaderHoveredFontColor description="Color of the text in multiline mode's header when mouse is over sort column name or sort column sort order">#11529C</GridMultilineHeaderHoveredFontColor>
<GridAddItemLineColor description="Color of the line in datagrids that allow adding new items directly (contacts, events and tasks)">#FFA500</GridAddItemLineColor>
<UseRoundedCornersForDatagridSelection description="Specifies if a background for selected items in a datagrid should be drawn with rounded corners">False</UseRoundedCornersForDatagridSelection>
<!--Grid in main window-->
<MainFormGridHeaderStart description="Starting color of the gradient used for the column headers in datagrid in the main window">#3D3E45</MainFormGridHeaderStart>
<MainFormGridHeaderMiddle description="Middle color of the gradient used for the column headers in datagrid in the main window">#3D3E45</MainFormGridHeaderMiddle>
<MainFormGridHeaderEnd description="Ending color of the gradient used for the column headers in datagrid in the main window">#3D3E45</MainFormGridHeaderEnd>
<MainFormGridHeaderHoveredStart description="Starting color of the gradient used for the column headers in datagrid in the main window when the mouse is over">#303136</MainFormGridHeaderHoveredStart>
<MainFormGridHeaderHoveredMiddle description="Middle color of the gradient used for the column headers in datagrid in the main window when the mouse is over">#303136</MainFormGridHeaderHoveredMiddle>
<MainFormGridHeaderHoveredEnd description="Ending color of the gradient used for the column headers in datagrid in the main window when the mouse is over">#303136</MainFormGridHeaderHoveredEnd>
<MainFormGridHeaderPressedStart description="Starting color of the gradient used for the column headers in datagrid in the main window when the left mouse button is pressed on the column header">#D0E6FE</MainFormGridHeaderPressedStart>
<MainFormGridHeaderPressedMiddle description="Middle color of the gradient used for the column headers in datagrid in the main window when the left mouse button is pressed on the column header">#D0E6FE</MainFormGridHeaderPressedMiddle>
<MainFormGridHeaderPressedEnd description="Ending color of the gradient used for the column headers in datagrid in the main window when the left mouse button is pressed on the column header">#D0E6FE</MainFormGridHeaderPressedEnd>
<MainFormGridHeaderFontColor description="Color of the text shown in the main window datagrid column headers">#FFFFFF</MainFormGridHeaderFontColor>
<MainFormGridHeaderBorder description="Color of the bottom border in the main window datagrid column headers">#3D3E45</MainFormGridHeaderBorder>
<MainFormGridBackground description="Background color of a datagrid in the main window">#3D3E45</MainFormGridBackground>
<MainFormGridOddItemBackground description="Alternating background color for the odd items in a datagrid in the main window">#303136</MainFormGridOddItemBackground>
<MainFormGridSelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected items in datagrid in the main window">#26272A</MainFormGridSelectedItemBackgroundStart>
<MainFormGridSelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected items in datagrid in the main window">#26272A</MainFormGridSelectedItemBackgroundEnd>
<MainFormGridSelectedItemBackgroundInactiveStart description="Starting color of the gradient used as a background for the selected items in datagrid in the main window when the datagrid is not active">#222327</MainFormGridSelectedItemBackgroundInactiveStart>
<MainFormGridSelectedItemBackgroundInactiveEnd description="Ending color of the gradient used as a background for the selected items in datagrid in the main window when the datagrid is not active">#222327</MainFormGridSelectedItemBackgroundInactiveEnd>
<MainFormGridFocusedItemBackgroundStart description="Starting color of the gradient used as a background for the focused item in datagrid in the main window">#222327</MainFormGridFocusedItemBackgroundStart>
<MainFormGridFocusedItemBackgroundEnd description="Starting color of the gradient used as a background for the focused item in datagrid in the main window">#222327</MainFormGridFocusedItemBackgroundEnd>
<MainFormGridSelectedItemFontColor description="Color of the text for the selected items in datagrid in the main window">#FFFFFF</MainFormGridSelectedItemFontColor>
<MainFormGridFocusedItemRectangle description="Color of the border line for the focused item in datagrid in the main window">#DCEBFC</MainFormGridFocusedItemRectangle>
<MainFormGridColor description="Color of the grid lines in the main window">#3D3E45</MainFormGridColor>
<MainFormGridSelectedItemBorder description="Color of the border line for the selected items in datagrid in the main window">#303136</MainFormGridSelectedItemBorder>
<MainFormGridDisabledItemBorder description="Color of the border line for the selected items in datagrid in the main window when the datagrid is not active">Transparent</MainFormGridDisabledItemBorder>
<MainFormGridMultilineHeaderHoveredFontColor description="Color of the text in the main window in multiline mode's header when mouse is over sort column name or sort column sort order">#FFFFFF</MainFormGridMultilineHeaderHoveredFontColor>
<MainFormGridConversationCountBackground>#222327</MainFormGridConversationCountBackground>
<MainFormGridConversationCountForeground>#FFFFFF</MainFormGridConversationCountForeground>
<UseRoundedCornersForMainDatagridSelection description="Specifies if a background for selected items in a datagrid on the main screen should be drawn with rounded corners">False</UseRoundedCornersForMainDatagridSelection>
<!--Groups-->
<GroupsBackgroundStart description="Starting color of the gradient used as the background for groups shown in datagrid">#EBEBEB</GroupsBackgroundStart>
<GroupsBackgroundEnd description="Ending color of the gradient used as the background for groups shown in datagrid">#C2C2C2</GroupsBackgroundEnd>
<GroupsForeground description="Color of the text for a group shown in datagrid">#CCCCCC</GroupsForeground>
<GroupsBorder description="Color of a border line for groups shown in datagrid">#3D3E45</GroupsBorder>
<GroupsItemsCount description="Color of the items count text in a group shown in datagrid">#A0A0A0</GroupsItemsCount>
<GroupsSelectedBackgroundStart description="Starting color of the gradient used as the background for selected groups shown in datagrid">#26272A</GroupsSelectedBackgroundStart>
<GroupsSelectedBackgroundEnd description="Ending color of the gradient used as the background for selected groups shown in datagrid">#26272A</GroupsSelectedBackgroundEnd>
<GroupsSelectedForeground description="Color of the text for a selected group shown in datagrid">#FFFFFF</GroupsSelectedForeground>
<GroupsFocusedBackgroundStart description="Starting color of the gradient used as the background for a focused group shown in datagrid">#222327</GroupsFocusedBackgroundStart>
<GroupsFocusedBackgroundEnd description="Ending color of the gradient used as the background for a focused group shown in datagrid">#222327</GroupsFocusedBackgroundEnd>
<!--Groups in main window-->
<MainFormGroupsBackgroundStart description="Starting color of the gradient used as the background for groups shown in datagrid in the main window">#3D3E45</MainFormGroupsBackgroundStart>
<MainFormGroupsBackgroundEnd description="Ending color of the gradient used as the background for groups shown in datagrid in the main window">#3D3E45</MainFormGroupsBackgroundEnd>
<MainFormGroupsForeground description="Color of the text for a group shown in datagrid in the main window">#CCCCCC</MainFormGroupsForeground>
<MainFormGroupsBorder description="Color of a border line for groups shown in datagrid in the main window">#333</MainFormGroupsBorder>
<MainFormGroupsItemsCount description="Color of the items count text in a group shown in datagrid in the main window">#A0A0A0</MainFormGroupsItemsCount>
<MainFormGroupsSelectedBackgroundStart description="Starting color of the gradient used as the background for selected groups shown in datagrid in the main window">#26272A</MainFormGroupsSelectedBackgroundStart>
<MainFormGroupsSelectedBackgroundEnd description="Ending color of the gradient used as the background for selected groups shown in datagrid in the main window">#26272A</MainFormGroupsSelectedBackgroundEnd>
<MainFormGroupsSelectedForeground description="Color of the text for a selected group shown in datagrid in the main window">#FFFFFF</MainFormGroupsSelectedForeground>
<MainFormGroupsFocusedBackgroundStart description="Starting color of the gradient used as the background for a focused group shown in datagrid in the main window">#222327</MainFormGroupsFocusedBackgroundStart>
<MainFormGroupsFocusedBackgroundEnd description="Ending color of the gradient used as the background for a focused group shown in datagrid in the main window">#222327</MainFormGroupsFocusedBackgroundEnd>
<!--Sidebar-->
<SidebarMinimizedFontColor description="Color of the text used when the whole sidebar is minimized">#FFFFFF</SidebarMinimizedFontColor>
<SidebarMinimizedMouseOverFontColor description="Color of the text used when the whole sidebar is minimized and the mouse is over the text">#CCCCCC</SidebarMinimizedMouseOverFontColor>
<SidebarDataGridBackground description="Background color of a datagrid used in sidebar">#303136</SidebarDataGridBackground>
<SidebarBorder description="Color of the (outer) border line of the sidebar box">#26272A</SidebarBorder>
<SidebarBorderLight description="Color of the inner border line used in the sidebar box header">Transparent</SidebarBorderLight>
<SidebarMinimizedBackgroundStart description="Starting color of the gradient used for the background of sidebar when the sidebar is minimized">#26272A</SidebarMinimizedBackgroundStart>
<SidebarMinimizedBackgroundEnd description="Ending color of the gradient used for the background of sidebar when the sidebar is minimized">#26272A</SidebarMinimizedBackgroundEnd>
<SidebarMaximizedBackgroundStart description="Starting color of the gradient used as the background of sidebar when the sidebar is expanded">Transparent</SidebarMaximizedBackgroundStart>
<SidebarMaximizedBackgroundEnd description="Ending color of the gradient used as the background of sidebar when the sidebar is expanded">Transparent</SidebarMaximizedBackgroundEnd>
<SidebarCloseButtonBackgroundStart description="Starting color of the gradient used as the background for the close button of the right sidebar if the mouse is over the button">#191A22</SidebarCloseButtonBackgroundStart>
<SidebarCloseButtonBackgroundEnd description="Ending color of the gradient used as the background for the close button of the right sidebar if the mouse is over the button">#191A22</SidebarCloseButtonBackgroundEnd>
<ShowBorderAroundRightSidebarBox description="Indicates if a border line should be displayed around boxes in the right sidebar">False</ShowBorderAroundRightSidebarBox>
<DrawLinesBetweenSidebarBoxes description="Indicates if a horizontal line should be displayed between sidebar boxes">False</DrawLinesBetweenSidebarBoxes>
<SidebarSplitterHeight description="Height of splitters between boxes in a sidebar">1</SidebarSplitterHeight>
<LeftSpineSplitterForeground description="Color of the splitter lines used in left sidebar">#3D3E45</LeftSpineSplitterForeground>
<ShowBorderAroundLeftSidebarBox description="Indicates if a border line should be displayed around boxes in the left sidebar">False</ShowBorderAroundLeftSidebarBox>
<SidebarButtonBorder description="Border line color of buttons in sidebar">Transparent</SidebarButtonBorder>
<SidebarButtonBackgroundStart description="Starting color of the gradient used as the background for buttons in sidebar">#000000</SidebarButtonBackgroundStart>
<SidebarButtonBackgroundEnd description="Ending color of the gradient used as the background for buttons in sidebar">#000000</SidebarButtonBackgroundEnd>
<SidebarButtonFontColor description="Color of the text for buttons in sidebar">#FFFFFF</SidebarButtonFontColor>
<SidebarButtonToggledBackgroundStart description="Starting color of the gradient used as the background for buttons in sidebar when the button is in a toggled state">#222327</SidebarButtonToggledBackgroundStart>
<SidebarButtonToggledBackgroundEnd description="Ending color of the gradient used as the background for buttons in sidebar when the button is in a toggled state">#222327</SidebarButtonToggledBackgroundEnd>
<SidebarButtonToggleFontColor description="Color of the text for buttons in sidebar when the button is in a toggled state">#FFFFFF</SidebarButtonToggleFontColor>
<SidebarContactDetailsBackground description="Background color of the right sidebar contact details">#3D3E45</SidebarContactDetailsBackground>
<SidebarContactDetailsCaptionForeground description="Text color of the contact caption in right sidebar contact details">#FFFFFF</SidebarContactDetailsCaptionForeground>
<DetachedChatWindowHeaderIconsColor description="Color of icons shown in a header of detached chat box">#FFFFFF</DetachedChatWindowHeaderIconsColor>
<ToolbarBackgroundStart description="Starting color of the gradient used as the background for a toolbar in sidebar (eg. search toolbar)">#3D3E45</ToolbarBackgroundStart>
<ToolbarBackgroundEnd description="Ending color of the gradient used as the background for a toolbar in sidebar (eg. search toolbar)">#3D3E45</ToolbarBackgroundEnd>
<!--Sidebar box-->
<SidebarBoxExpandedHeaderFontColor description="Color of the text used in the sidebar box header when the box is expanded">#FFFFFF</SidebarBoxExpandedHeaderFontColor>
<SidebarBoxCollapsedHeaderFontColor description="Color of the text used in the sidebar box header when the box is not expanded">#FFFFFF</SidebarBoxCollapsedHeaderFontColor>
<SidebarBoxHeaderFontLight description="Color of the lighter text used as a shadow below the text in sidebar box header">Transparent</SidebarBoxHeaderFontLight>
<SidebarBoxExpandedHeaderStart description="Starting color of the gradient used as the background for header of expanded boxes in the sidebar">#3D3E45</SidebarBoxExpandedHeaderStart>
<SidebarBoxExpandedHeaderEnd description="Ending color of the gradient used as the background for header of expanded boxes in the sidebar">#3D3E45</SidebarBoxExpandedHeaderEnd>
<SidebarBoxCollapsedHeaderStart description="Starting color of the gradient used as the background for header of collapsed boxes in the sidebar">#3D3E45</SidebarBoxCollapsedHeaderStart>
<SidebarBoxCollapsedHeaderEnd description="Ending color of the gradient used as the background for header of collapsed boxes in the sidebar">#3D3E45</SidebarBoxCollapsedHeaderEnd>
<SidebarBoxOverHeaderStart description="Starting color of the gradient used as the background for header of boxes in the sidebar when the mouse is over the header">#191A22</SidebarBoxOverHeaderStart>
<SidebarBoxOverHeaderEnd description="Ending color of the gradient used as the background for header of boxes in the sidebar when the mouse is over the header">#191A22</SidebarBoxOverHeaderEnd>
<UseLinearGradientForSidebarBoxHeader description="Specifies that a linear gradient should be used for the sidebar boxes header instead of a round gradient">False</UseLinearGradientForSidebarBoxHeader>
<SidebarBoxRoundSize description="Diameter of corners of a sidebar box (zero means no rounded corners)">0</SidebarBoxRoundSize>
<SidebarBoxSettingsIconOverColor description="Color of a settings icon shown in a sidebar box header when the mouse is over the header">#FFFFFF</SidebarBoxSettingsIconOverColor>
<SidebarBoxSettingsIconColor description="Color of a settings icon shown in a sidebar box header when the mouse is over the icon">#FFFFFF</SidebarBoxSettingsIconColor>
<SidebarBoxHeaderFontSize description="Font size of a text in sidebar box header when a modern theme is used">15</SidebarBoxHeaderFontSize>
<SidebarBoxOverHeaderFontColor description="Color of the text used in the sidebar box header when the mouse is over the header">#FFFFFF</SidebarBoxOverHeaderFontColor>
<ShowBorderAroundSidebarBoxHeader description="Indicates if a border line should be displayed around header of a sidebar box">False</ShowBorderAroundSidebarBoxHeader>
<!--Popup windows-->
<PopupFormBackgroundStart description="Starting color of the gradient used as the background for popup windows">#3D3E45</PopupFormBackgroundStart>
<PopupFormBackgroundEnd description="Ending color of the gradient used as the background for popup windows">#3D3E45</PopupFormBackgroundEnd>
<PopupFormBorder description="Color of the border line for a popup window">#303136</PopupFormBorder>
<PopupFormForeground description="Color of the text in a popup window">#FFFFFF</PopupFormForeground>
<!--Tree structure-->
<TreeViewFirstLevelForeground description="Text color for the first-level text in a tree structure">#FFFFFF</TreeViewFirstLevelForeground>
<TreeViewForeground description="Text color of a tree structure">#EEEEEE</TreeViewForeground>
<TreeViewBackground description="Background color of a tree structure">#3D3E45</TreeViewBackground>
<TreeViewSelectedInactiveItemForeground description="Text color for the selected item in a tree structure when it is not active">#FFFFFF</TreeViewSelectedInactiveItemForeground>
<TreeViewSelectedItemForeground description="Text color for the selected item in a tree structure">#FFFFFF</TreeViewSelectedItemForeground>
<TreeViewSelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected item in a tree structure">#000000</TreeViewSelectedItemBackgroundStart>
<TreeViewSelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected item in a tree structure">#000000</TreeViewSelectedItemBackgroundEnd>
<TreeViewSelectedItemBorder description="Color of the border line for the selected item in a tree structure">Transparent</TreeViewSelectedItemBorder>
<TreeViewSelectedInactiveItemBackgroundStart description="Starting color of the gradient used as a background for the selected item in a tree structure when it is not active">#000000</TreeViewSelectedInactiveItemBackgroundStart>
<TreeViewSelectedInactiveItemBackgroundEnd description="Ending color of the gradient used as a background for the selected item in a tree structure when it is not active">#000000</TreeViewSelectedInactiveItemBackgroundEnd>
<TreeViewSelectedInactiveItemBorder description="Color of the border line for the selected item in a tree structure when it is not active">Transparent</TreeViewSelectedInactiveItemBorder>
<TreeViewNodeShowMoreForeground description="Text color for the 'More...' node in a tree structure">#11529C</TreeViewNodeShowMoreForeground>
<UseRoundedCornersForTreeViewSelection description="Specifies if a background for selected items in a tree structure should be drawn with rounded corners">False</UseRoundedCornersForTreeViewSelection>
<!--Tree structure in main window-->
<MainFormTreeViewFirstLevelForeground description="Text color for the first-level text in a tree structure in the main window">#FFFFFF</MainFormTreeViewFirstLevelForeground>
<MainFormTreeViewForeground description="Text color of a tree structure in the main window">#EEEEEE</MainFormTreeViewForeground>
<MainFormTreeViewSelectedInactiveItemForeground description="Text color for the selected item in a tree structure in the main window when it is not active">#FFFFFF</MainFormTreeViewSelectedInactiveItemForeground>
<MainFormTreeViewSelectedItemForeground description="Text color for the selected item in a tree structure in the main window">#FFFFFF</MainFormTreeViewSelectedItemForeground>
<MainFormTreeViewSelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected item in a tree structure in the main window">#3D3E45</MainFormTreeViewSelectedItemBackgroundStart>
<MainFormTreeViewSelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected item in a tree structure in the main window">#3D3E45</MainFormTreeViewSelectedItemBackgroundEnd>
<MainFormTreeViewSelectedItemBorder description="Color of the border line for the selected item in a tree structure in the main window">Transparent</MainFormTreeViewSelectedItemBorder>
<MainFormTreeViewSelectedInactiveItemBackgroundStart description="Starting color of the gradient used as a background for the selected item in a tree structure in the main window when it is not active">#000000</MainFormTreeViewSelectedInactiveItemBackgroundStart>
<MainFormTreeViewSelectedInactiveItemBackgroundEnd description="Ending color of the gradient used as a background for the selected item in a tree structure in the main window when it is not active">#000000</MainFormTreeViewSelectedInactiveItemBackgroundEnd>
<MainFormTreeViewSelectedInactiveItemBorder description="Color of the border line for the selected item in a tree structure in the main window when it is not active">Transparent</MainFormTreeViewSelectedInactiveItemBorder>
<!--Unread counts-->
<UnreadCountBackground description="Background color for an information about unread messages count in a folder">Transparent</UnreadCountBackground>
<UnreadCountWarningBackground description="Background color for an information about unread messages count in a folder if there is a warning">Transparent</UnreadCountWarningBackground>
<UnreadCountForeground description="Text color for an information about unread messages count in a folder">#FFFFFF</UnreadCountForeground>
<UnreadCountWarningForeground description="Text color for an information about unread messages count in a folder if there is a warning">#DC143C</UnreadCountWarningForeground>
<!--Attachments-->
<UseRoundedCornersForAttachmentSelection description="Specifies if a background for attachment in a bar with attachments should be drawn with rounded corners">False</UseRoundedCornersForAttachmentSelection>
<AttachmentsBackground description="Background color of a bar with attachments">#3D3E45</AttachmentsBackground>
<AttachmentBorder description="Border line color around a bar with attachments">#CDCDCD</AttachmentBorder>
<AttachmentInactiveBorder description="Border line color around an attachment in a bar with attachments if the bar is not active">#EBEBEB</AttachmentInactiveBorder>
<AttachmentSelectedBorder description="Border line color around a selected attachment in a bar with attachments">#999999</AttachmentSelectedBorder>
<AttachmentSelectedBackground description="Background color of a selected attachment in a bar with attachments">#DCEBFC</AttachmentSelectedBackground>
<AttachmentsInactiveArrows description="Color of a the arrows shown in a bar with attachments if there are more attachment to show">#A0A0A0</AttachmentsInactiveArrows>
<AttachmentSelectedInactiveBorder description="Border line color around a selected attachment in a bar with attachments if the bar is not active">#EBEBEB</AttachmentSelectedInactiveBorder>
<AttachmentSelectedInactiveBackground description="Background color of a selected attachment in a bar with attachments if the bar is not active">#EBEBEB</AttachmentSelectedInactiveBackground>
<!--Notification windows-->
<NotificationWindowHeaderIconColor description="Color of icons shown in notification header when the mouse is over the notification">#B4B4B4</NotificationWindowHeaderIconColor>
<NotificationWindowHeaderIconOverColor description="Color of icons shown in notification header when the mouse is over the icon">#FFFFFF</NotificationWindowHeaderIconOverColor>
<NotificationWindowHeaderForeground description="Color of the header text in a notification window">#FFFFFF</NotificationWindowHeaderForeground>
<NotificationWindowForeground description="Color of the text in a notification window">#FFFFFF</NotificationWindowForeground>
<NotificationWindowGrayText description="Color of the grayed text in a notification window">#C8C8C8</NotificationWindowGrayText>
<NotificationWindowBackgroundStart description="Starting color of the gradient used as the background for notification windows">#3D3E45</NotificationWindowBackgroundStart>
<NotificationWindowBackgroundEnd description="Ending color of the gradient used as the background for notification windows">#3D3E45</NotificationWindowBackgroundEnd>
<NotificationWindowHeaderStart description="Starting color of the gradient used as the background for header of notification windows">#222327</NotificationWindowHeaderStart>
<NotificationWindowHeaderEnd description="Ending color of the gradient used as the background for header of notification windows">#222327</NotificationWindowHeaderEnd>
<NotificationWindowHeaderBorder description="Color of the border line around notification windows header">Transparent</NotificationWindowHeaderBorder>
<NotificationWindowBorder description="Border line color around a notification window">#303136</NotificationWindowBorder>
<NotificationWindowBackgroundGradientAngle description="An angle in which the gradient used as a background for a notification window will be shown">0</NotificationWindowBackgroundGradientAngle>
<NotificationWindowUseRoundedCorners description="Specifies if the notification windows should have rounded corners">False</NotificationWindowUseRoundedCorners>
<!--Calendar-->
<CalendarMainNavigationBackground description="Background color of the topmost space of the calendar where date and navigation arrows are present">#3D3E45</CalendarMainNavigationBackground>
<CalendarMainNavigationForeground description="Font color of the topmost space of the calendar where date and navigation arrows are present">#FFFFFF</CalendarMainNavigationForeground>
<CalendarHeaderStart description="Starting color of the gradient used as the background for header with days in a calendar">#303136</CalendarHeaderStart>
<CalendarHeaderEnd description="Ending color of the gradient used as the background for header with days in a calendar">#303136</CalendarHeaderEnd>
<CalendarHeaderFontColor description="Color of the text in a header with days in a calendar">#FFFFFF</CalendarHeaderFontColor>
<CalendarTodayHeaderFontColor description="Color of the text for a current day in a header with days in a calendar">#FFFFFF</CalendarTodayHeaderFontColor>
<CalendarSubheaderBackground description="Background color of a space between the header with days and the main calendar view (week or day calendar view)">#26272A</CalendarSubheaderBackground>
<CalendarBackground description="Background color of a calendar">#26272A</CalendarBackground>
<CalendarNonWorkingHoursBackground description="Background color of a calendar for the time which is outside the working time (week or day view)">#303136</CalendarNonWorkingHoursBackground>
<CalendarHoursBackground description="Background color of a left-side bar with hours in a week or day view">#3D3E45</CalendarHoursBackground>
<CalendarHoursFontColor description="Color of the text a left-side bar with hours in a week or day view">#FFFFFF</CalendarHoursFontColor>
<CalendarActiveDayBackground description="Background color of an currently selected day in a calendar">#000000</CalendarActiveDayBackground>
<CalendarGridStrongLine description="Color of vertical lines in a month view">#C8C8C8</CalendarGridStrongLine>
<CalendarGridLightLine description="Color of horizontal lines in a week view">#3D3E45</CalendarGridLightLine>
<CalendarGridVeryLightLine description="Color of a top line in a week view">#C8C8C8</CalendarGridVeryLightLine>
<CalendarGridDarkLine description="Color of vertical lines and several horizontal lines in a week view">#C8C8C8</CalendarGridDarkLine>
<CalendarMonthViewDayHeaderFontColor description="Color of the text for each day (day number) in month calendar view">#FFFFFF</CalendarMonthViewDayHeaderFontColor>
<CalendarMonthViewDayHeaderStart description="Starting color of the gradient used as the background for header for each day in a month calendar view">#191A22</CalendarMonthViewDayHeaderStart>
<CalendarMonthViewDayHeaderEnd description="Ending color of the gradient used as the background for header for each day in a month calendar view">#191A22</CalendarMonthViewDayHeaderEnd>
<CalendarTodayBackgroundStart description="Starting color of the gradient used as the background for header for a current day">#A0A0A0</CalendarTodayBackgroundStart>
<CalendarTodayBackgroundEnd description="Ending color of the gradient used as the background for header for a current day">#A0A0A0</CalendarTodayBackgroundEnd>
<CalendarHeaderBorder description="Border line color around calendar header">#787878</CalendarHeaderBorder>
<CalendarCurrentTimeLine description="Color of a line displaying current time in a week view">#FF4500</CalendarCurrentTimeLine>
<CalendarEvenMonthBackground description="Alternating background color for even months in a calendar (month view)">#3D3E45</CalendarEvenMonthBackground>
<CalendarTasksHeaderBackground description="Background color of a header for tasks shown below the calendar in day or week view">#303136</CalendarTasksHeaderBackground>
<CalendarTasksDraggedTaskPointer description="Color of a pointer when dragging a task shown below the calendar in day or week view">#FF0000</CalendarTasksDraggedTaskPointer>
<CalendarUseTransparencyForUnselectedEvents description="Specifies whether unselected events in calendar is drawn transparent">False</CalendarUseTransparencyForUnselectedEvents>
<CalendarUseLinearGradientsForEvents description="Specifies whether events' background is solid or a linear gradient is used">False</CalendarUseLinearGradientsForEvents>
<!--Date selector-->
<DateSelectorForeground description="Text color of the small preview calendar">#FFFFFF</DateSelectorForeground>
<DateSelectorInactiveForeground description="Text color of a non-active month in the small preview calendar">#CCCCCC</DateSelectorInactiveForeground>
<DateSelectorSelectionBorder description="Color of the border line for the selected dates in the small preview calendar">#FFFFFF</DateSelectorSelectionBorder>
<DateSelectorSelectionBackgroundStart description="Starting color of the gradient used as a background for the selected dates in the small preview calendar">#222327</DateSelectorSelectionBackgroundStart>
<DateSelectorSelectionBackgroundEnd description="Ending color of the gradient used as a background for the selected dates in the small preview calendar">#222327</DateSelectorSelectionBackgroundEnd>
<DateSelectorSelectionInactiveBackgroundStart description="Starting color of the gradient used as a background for the selected dates in the small preview calendar when it is not active">#303136</DateSelectorSelectionInactiveBackgroundStart>
<DateSelectorSelectionInactiveBackgroundEnd description="Ending color of the gradient used as a background for the selected dates in the small preview calendar when it is not active">#303136</DateSelectorSelectionInactiveBackgroundEnd>
<DateSelectorSelectionInactiveBorder description="Color of the border line for the selected dates in the small preview calendar when it is not active">Transparent</DateSelectorSelectionInactiveBorder>
<UseRoundedCornersForDateSelector description="Specifies if a background for selected dates in a small preview calendar should be drawn with rounded corners">False</UseRoundedCornersForDateSelector>
<!--Contact business cards-->
<BusinessCardsBorder description="Border line color of a contact if switched to a business cards view">#FFFFFF</BusinessCardsBorder>
<BusinessCardsForeground description="Text color of a contact if switched to a business cards view">#FFFFFF</BusinessCardsForeground>
<BusinessCardsSelectedBorder description="Border line color of a contact under the mouse position if switched to a business cards view">#BFDAE8</BusinessCardsSelectedBorder>
<BusinessCardsSelectedBackground description="Background color of a selected contact if switched to a business cards view">#222327</BusinessCardsSelectedBackground>
<BusinessCardsHoveredBorder description="Border line color of a contact under the mouse position if switched to a business cards view">#BFDAE8</BusinessCardsHoveredBorder>
<BusinessCardsHoveredBackground description="Background color of a contact under the mouse position if switched to a business cards view">#222327</BusinessCardsHoveredBackground>
<BusinessCardsBackground description="Border line color of a selected contact if switched to a business cards view">#3D3E45</BusinessCardsBackground>
<BusinessCardsCardBackground description="Background color of a contact if switched to a business cards view">#3D3E45</BusinessCardsCardBackground>
<BusinessCardsHorizontalLine description="Color of a horizontal line between contacts">#D3D3D3</BusinessCardsHorizontalLine>
<!--Widgets-->
<WidgetHeaderStart description="Starting color of the gradient used as the background for header of widgets">#F8F8F8</WidgetHeaderStart>
<WidgetHeaderEnd description="Ending color of the gradient used as the background for header of widgets">#F8F8F8</WidgetHeaderEnd>
<WidgetHeaderFontColorDark description="Color of the text used in the widget header">#000000</WidgetHeaderFontColorDark>
<WidgetHeaderFontColorLight description="Color of the lighter text used as a shadow below the text in widget header">#EBEDEE</WidgetHeaderFontColorLight>
<WidgetBackgroundStart description="Starting color of the gradient used as the background for a widget">#FFFFFF</WidgetBackgroundStart>
<WidgetBackgroundEnd description="Endig color of the gradient used as the background for a widget">#FFFFFF</WidgetBackgroundEnd>
<WidgetBorder description="Color of the widget border line">#CCCFCF</WidgetBorder>
<!--Status bar-->
<StatusBarInfiniteProgress description="Color of the infinite progress line">#FFA500</StatusBarInfiniteProgress>
<StatusBarProgress description="Color if the progress line">#FFA500</StatusBarProgress>
<StatusBarBackground description="Background color of a status bar">#3D3E45</StatusBarBackground>
<StatusBarBackgroundOver description="Background color of a minimized status bar when the mouse is over">#303136</StatusBarBackgroundOver>
<StatusBarForeground description="Text color of a status bar">#FFFFFF</StatusBarForeground>
<StatusBarBackgroundOffline description="Background color of a status bar when the app is in offline mode">#CC0000</StatusBarBackgroundOffline>
<StatusBarForegroundOffline description="Text color of a status bar when the app is in offline mode">#FFFFFF</StatusBarForegroundOffline>
<!--Scrollbar-->
<ScrollbarThumb description="Color of a scrollbar thumb">#D3D3D3</ScrollbarThumb>
<ScrollbarThumbHover description="Color of a scrollbar thumb when the mouse is over">#808080</ScrollbarThumbHover>
<!--Tab control-->
<TabForeColor description="Text color of active tab page">#FFFFFF</TabForeColor>
<TabBackColor description="Background color of active tab page">#303136</TabBackColor>
<TabInactiveForeColor description="Text color of inactive tab page">#FFFFFF</TabInactiveForeColor>
<TabInactiveBackColor description="Background color of inactive tab page">#3D3E45</TabInactiveBackColor>
<!--Account wizard-->
<AccountWizardBoxHeaderCollapsed description="Background color of a collapsed header in the account wizard">#303136</AccountWizardBoxHeaderCollapsed>
<AccountWizardBoxHeaderExpanded description="Background color of an expanded header in the account wizard">#191A22</AccountWizardBoxHeaderExpanded>
<AccountWizardBoxBackground description="Background of an expanded header in the account wizard">#3D3E45</AccountWizardBoxBackground>
<AccountWizardSelectedItemGradientStart description="Starting color of a gradient used for the backgroud of a selected item in the account wizard">#303136</AccountWizardSelectedItemGradientStart>
<AccountWizardSelectedItemGradientEnd description="Ending color of a gradient used for the backgroud of a selected item in the account wizard">#3D3E45</AccountWizardSelectedItemGradientEnd>
<ToolStripColors>
<ButtonColors>
<ButtonBackColor description="Gets the background color of a button">Transparent</ButtonBackColor>
<ButtonTextColor description="Gets the text color of a button">#FFFFFF</ButtonTextColor>
<ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">#191A22</ButtonHoverBackColor>
<ButtonHoverTextColor description="Gets the text color of a button if the mouse cursor is over the button">#FFFFFF</ButtonHoverTextColor>
<ButtonBorderColor description="Gets the border color of a button">Transparent</ButtonBorderColor>
<ButtonBorderHoverColor description="Gets the border color of a button if the mouse cursor is over the button">Transparent</ButtonBorderHoverColor>
<ButtonCheckedBackColor description="Gets the background color of a checked button">#FFA002</ButtonCheckedBackColor>
<ButtonCheckedTextColor description="Gets the text color of a checked button">#FFFFFF</ButtonCheckedTextColor>
<ButtonPressedBackColor description="Gets the background color of a pressed button">#FFA002</ButtonPressedBackColor>
<ButtonPressedTextColor description="Gets the text color of a pressed button">#FFFFFF</ButtonPressedTextColor>
<ButtonDisabledBackColor description="Gets the background color of a disabled button">Transparent</ButtonDisabledBackColor>
<ButtonDisabledTextColor description="Gets the text color of a disabled button">#808080</ButtonDisabledTextColor>
<ButtonInvertImage description="Indicates if an image should have inverted colors if the button is in normal state">True</ButtonInvertImage>
<ButtonCheckedInvertImage description="Indicates if an image should have inverted colors if the button is checked">True</ButtonCheckedInvertImage>
<ButtonPressedInvertImage description="Indicates if an image should have inverted colors if the button is pressed">True</ButtonPressedInvertImage>
<ButtonHoverInvertImage description="Indicates if an image should have inverted colors if the mouse cursor is over the button">True</ButtonHoverInvertImage>
<ButtonInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is in normal state">True</ButtonInvertDropDownArrow>
<ButtonCheckedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is checked">True</ButtonCheckedInvertDropDownArrow>
<ButtonPressedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is pressed">True</ButtonPressedInvertDropDownArrow>
<ButtonHoverInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the mouse cursor is over the button">True</ButtonHoverInvertDropDownArrow>
</ButtonColors>
<HighlightedButtonColors>
<ButtonBackColor description="Gets the background color of a button">#FFA500</ButtonBackColor>
<ButtonTextColor description="Gets the text color of a button">#FAFAFA</ButtonTextColor>
<ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">#191A22</ButtonHoverBackColor>
<ButtonHoverTextColor description="Gets the text color of a button if the mouse cursor is over the button">#FFFFFF</ButtonHoverTextColor>
<ButtonBorderColor description="Gets the border color of a button">Transparent</ButtonBorderColor>
<ButtonBorderHoverColor description="Gets the border color of a button if the mouse cursor is over the button">Transparent</ButtonBorderHoverColor>
<ButtonCheckedBackColor description="Gets the background color of a checked button">#E1E1E1</ButtonCheckedBackColor>
<ButtonCheckedTextColor description="Gets the text color of a checked button">#000000</ButtonCheckedTextColor>
<ButtonPressedBackColor description="Gets the background color of a pressed button">#E1E1E1</ButtonPressedBackColor>
<ButtonPressedTextColor description="Gets the text color of a pressed button">#000000</ButtonPressedTextColor>
<ButtonDisabledBackColor description="Gets the background color of a disabled button">#FFA500</ButtonDisabledBackColor>
<ButtonDisabledTextColor description="Gets the text color of a disabled button">#808080</ButtonDisabledTextColor>
<ButtonInvertImage description="Indicates if an image should have inverted colors if the button is in normal state">True</ButtonInvertImage>
<ButtonCheckedInvertImage description="Indicates if an image should have inverted colors if the button is checked">True</ButtonCheckedInvertImage>
<ButtonPressedInvertImage description="Indicates if an image should have inverted colors if the button is pressed">True</ButtonPressedInvertImage>
<ButtonHoverInvertImage description="Indicates if an image should have inverted colors if the mouse cursor is over the button">True</ButtonHoverInvertImage>
<ButtonInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is in normal state">True</ButtonInvertDropDownArrow>
<ButtonCheckedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is checked">True</ButtonCheckedInvertDropDownArrow>
<ButtonPressedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is pressed">True</ButtonPressedInvertDropDownArrow>
<ButtonHoverInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the mouse cursor is over the button">True</ButtonHoverInvertDropDownArrow>
</HighlightedButtonColors>
<SeparatorColor>#333</SeparatorColor>
</ToolStripColors>
<ButtonColors>
<ButtonBackColor description="Gets the background color of a button">#7C7A76</ButtonBackColor>
<ButtonTextColor description="Gets the text color of a button">#FFFFFF</ButtonTextColor>
<ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">#191A22</ButtonHoverBackColor>
<ButtonHoverTextColor description="Gets the text color of a button if the mouse cursor is over the button">#FFFFFF</ButtonHoverTextColor>
<ButtonBorderColor description="Gets the border color of a button">#000000</ButtonBorderColor>
<ButtonBorderHoverColor description="Gets the border color of a button if the mouse cursor is over the button">Transparent</ButtonBorderHoverColor>
<ButtonCheckedBackColor description="Gets the background color of a checked button">#E1E1E1</ButtonCheckedBackColor>
<ButtonCheckedTextColor description="Gets the text color of a checked button">#000000</ButtonCheckedTextColor>
<ButtonPressedBackColor description="Gets the background color of a pressed button">#E1E1E1</ButtonPressedBackColor>
<ButtonPressedTextColor description="Gets the text color of a pressed button">#000000</ButtonPressedTextColor>
<ButtonDisabledBackColor description="Gets the background color of a disabled button">#E1E1E1</ButtonDisabledBackColor>
<ButtonDisabledTextColor description="Gets the text color of a disabled button">#FAFAFA</ButtonDisabledTextColor>
<ButtonInvertImage description="Indicates if an image should have inverted colors if the button is in normal state">True</ButtonInvertImage>
<ButtonCheckedInvertImage description="Indicates if an image should have inverted colors if the button is checked">True</ButtonCheckedInvertImage>
<ButtonPressedInvertImage description="Indicates if an image should have inverted colors if the button is pressed">True</ButtonPressedInvertImage>
<ButtonHoverInvertImage description="Indicates if an image should have inverted colors if the mouse cursor is over the button">True</ButtonHoverInvertImage>
<ButtonInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is in normal state">True</ButtonInvertDropDownArrow>
<ButtonCheckedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is checked">True</ButtonCheckedInvertDropDownArrow>
<ButtonPressedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is pressed">True</ButtonPressedInvertDropDownArrow>
<ButtonHoverInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the mouse cursor is over the button">True</ButtonHoverInvertDropDownArrow>
</ButtonColors>
<HighlightedButtonColors>
<ButtonBackColor description="Gets the background color of a button">#FFA500</ButtonBackColor>
<ButtonTextColor description="Gets the text color of a button">#FFFFFF</ButtonTextColor>
<ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">#E1E1E1</ButtonHoverBackColor>
<ButtonHoverTextColor description="Gets the text color of a button if the mouse cursor is over the button">#000000</ButtonHoverTextColor>
<ButtonBorderColor description="Gets the border color of a button">Transparent</ButtonBorderColor>
<ButtonBorderHoverColor description="Gets the border color of a button if the mouse cursor is over the button">Transparent</ButtonBorderHoverColor>
<ButtonCheckedBackColor description="Gets the background color of a checked button">#E1E1E1</ButtonCheckedBackColor>
<ButtonCheckedTextColor description="Gets the text color of a checked button">#000000</ButtonCheckedTextColor>
<ButtonPressedBackColor description="Gets the background color of a pressed button">#E1E1E1</ButtonPressedBackColor>
<ButtonPressedTextColor description="Gets the text color of a pressed button">#000000</ButtonPressedTextColor>
<ButtonDisabledBackColor description="Gets the background color of a disabled button">#FFA500</ButtonDisabledBackColor>
<ButtonDisabledTextColor description="Gets the text color of a disabled button">#808080</ButtonDisabledTextColor>
<ButtonInvertImage description="Indicates if an image should have inverted colors if the button is in normal state">True</ButtonInvertImage>
<ButtonCheckedInvertImage description="Indicates if an image should have inverted colors if the button is checked">False</ButtonCheckedInvertImage>
<ButtonPressedInvertImage description="Indicates if an image should have inverted colors if the button is pressed">False</ButtonPressedInvertImage>
<ButtonHoverInvertImage description="Indicates if an image should have inverted colors if the mouse cursor is over the button">False</ButtonHoverInvertImage>
<ButtonInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is in normal state">True</ButtonInvertDropDownArrow>
<ButtonCheckedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is checked">False</ButtonCheckedInvertDropDownArrow>
<ButtonPressedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is pressed">False</ButtonPressedInvertDropDownArrow>
<ButtonHoverInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the mouse cursor is over the button">False</ButtonHoverInvertDropDownArrow>
</HighlightedButtonColors>
<MenuColors>
<MenuBackColor description="Gets the background color of a context menu">#3D3E45</MenuBackColor>
<MenuBorder description="Gets the color that is used for the border of a context menu">#26272A</MenuBorder>
<MenuItemBorder description="Gets the border color to use with a ToolStrip menu item">Transparent</MenuItemBorder>
<MenuItemPressedBackColor description="Gets the background color for the pressed menu item">#FFA500</MenuItemPressedBackColor>
<MenuItemSelectedBackColor description="Gets the background color for the selected menu item">#FFA500</MenuItemSelectedBackColor>
<MenuItemTextColor description="Gets the color of items text">#FFFFFF</MenuItemTextColor>
<MenuItemDisabledTextColor description="Gets the color of disabled items text">#6D6D6D</MenuItemDisabledTextColor>
<MenuItemPressedTextColor description="Gets the color of pressed items text">#FFFFFF</MenuItemPressedTextColor>
<MenuItemSelectedTextColor description="Gets the color of selected items text">#FFFFFF</MenuItemSelectedTextColor>
<MenuItemInvertImage description="Indicates if an image should have inverted colors if the menu item is in normal state">True</MenuItemInvertImage>
<MenuItemPressedInvertImage description="Indicates if an image should have inverted colors if the menu item is pressed">True</MenuItemPressedInvertImage>
<MenuItemSelectedInvertImage description="Indicates if an image should have inverted colors if the menu item is selected">True</MenuItemSelectedInvertImage>
<MenuItemInvertExpandArrow description="Indicates if the expand arrow should have inverted colors if the menu item is in normal state">True</MenuItemInvertExpandArrow>
<MenuItemPressedInvertExpandArrow description="Indicates if the expand arrow should have inverted colors if the menu item is pressed">True</MenuItemPressedInvertExpandArrow>
<MenuItemSelectedInvertExpandArrow description="Indicates if the expand arrow should have inverted colors if the menu item is selected">True</MenuItemSelectedInvertExpandArrow>
<SeparatorColor description="Gets the color for separators">#333</SeparatorColor>
</MenuColors>
<IsModernTheme description="Specifies if the theme is derived from a modern theme (there are several differences in calculating the size of user interface elements)">True</IsModernTheme>
<Screenshot description="Specifies a base64 encoded screenshot image" />
</DarkColorTheme>