﻿<?xml version="1.0" encoding="utf-8"?>
<SerializableColorTheme name="Default but Blue" author="Lamecode">
  <!--Form-->
  <FormBackground description="Background color of all windows">#232523</FormBackground>
  <FormForeground description="Color of texts in all windows">#FFFFFF</FormForeground>
  <FormCaptionButtonColors>
    <ButtonBackColor description="Gets the background color of a button">Transparent</ButtonBackColor>
    <ButtonTextColor description="Gets the text color of a button">#AFAFAF</ButtonTextColor>
    <ButtonBorderColor description="Gets the border color of a button">Transparent</ButtonBorderColor>
    <ButtonDropDownSplitLineColor description="Gets the color of line between text and a drop-down arrow on a button">Transparent</ButtonDropDownSplitLineColor>
    <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">#AFAFAF</ButtonHoverTextColor>
    <ButtonBorderHoverColor description="Gets the border color of a button if the mouse cursor is over the button">Transparent</ButtonBorderHoverColor>
    <ButtonDropDownSplitLineHoverColor description="Gets the color of line between text and a drop-down arrow on a button if the mouse cursor is over the button">#535353</ButtonDropDownSplitLineHoverColor>
    <ButtonCheckedBackColor description="Gets the background color of a checked button">#02ABFF</ButtonCheckedBackColor>
    <ButtonCheckedTextColor description="Gets the text color of a checked button">#AFAFAF</ButtonCheckedTextColor>
    <ButtonBorderCheckedColor description="Gets the border color of a checked button">Transparent</ButtonBorderCheckedColor>
    <ButtonDropDownSplitLineCheckedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">#DCDCDC</ButtonDropDownSplitLineCheckedColor>
    <ButtonPressedBackColor description="Gets the background color of a pressed button">#000000</ButtonPressedBackColor>
    <ButtonPressedTextColor description="Gets the text color of a pressed button">#AFAFAF</ButtonPressedTextColor>
    <ButtonBorderPressedColor description="Gets the border color of a pressed button">Transparent</ButtonBorderPressedColor>
    <ButtonDropDownSplitLinePressedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">#DCDCDC</ButtonDropDownSplitLinePressedColor>
    <ButtonDisabledBackColor description="Gets the background color of a disabled button">Transparent</ButtonDisabledBackColor>
    <ButtonDisabledTextColor description="Gets the text color of a disabled button">#808080</ButtonDisabledTextColor>
    <ButtonBorderDisabledColor description="Gets the border color of a disabled button">Transparent</ButtonBorderDisabledColor>
    <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>
  </FormCaptionButtonColors>
  <FormCaptionButtonBackgroundPressed description="Background for buttons in the right-top area of a form caption when the button is pressed">#86C0FF</FormCaptionButtonBackgroundPressed>
  <FormCaptionButtonBackgroundOver description="Background for buttons in the right-top area of a form caption when mouse is over the button">#232523</FormCaptionButtonBackgroundOver>
  <FormCaptionButtonBackgroundChecked description="Background for checked buttons in the right-top area of a form caption">#232523</FormCaptionButtonBackgroundChecked>
  <FormHeader description="Header color of all windows">Transparent</FormHeader>
  <FormHeaderActive description="Header color of an active window">Transparent</FormHeaderActive>
  <FormHeaderForeground description="Color of a text in window header">#AFAFAF</FormHeaderForeground>
  <FormHeaderActiveForeground description="Color of a text in an active window header">#AFAFAF</FormHeaderActiveForeground>
  <ReadMailFormBackground description="Background color of a form used for reading emails">#2D2D2D</ReadMailFormBackground>
  <SendMailFormBackground description="Background color of a form used for composing emails">#2D2D2D</SendMailFormBackground>
  <MainFormBackgroundStart description="Starting color of the gradient used as the background for the main window">#2D2D2D</MainFormBackgroundStart>
  <MainFormBackgroundEnd description="Ending color of the gradient used as the background for the main window">#2D2D2D</MainFormBackgroundEnd>
  <MainFormHeader description="Header background color for main window">#2D2D2D</MainFormHeader>
  <MainFormHeaderActive description="Header background color for active main window">Transparent</MainFormHeaderActive>
  <PlaceholderText description="Color of a text placeholder (in a text box control, for example)">#D3D3D3</PlaceholderText>
  <Link description="Color of links">#61ADFF</Link>
  <FocusedInputControlBorder description="Border color of a focused input control (e.g. textbox)">#2D91FF</FocusedInputControlBorder>
  <UnfocusedInputControlBorder description="Border color of an unfocused input control (e.g. textbox)">#535353</UnfocusedInputControlBorder>
  <BorderLine description="Color of form border">#787878</BorderLine>
  <BorderLineActive description="Color of an active form border">Transparent</BorderLineActive>
  <DarkLine description="Color of darker lines used on forms">#535353</DarkLine>
  <LightLine description="Color of lighter lines used on forms">#1C1C1C</LightLine>
  <InformationBarBackground description="Background color of an information bar">#FFFFE1</InformationBarBackground>
  <InformationBarForeground description="Text color in an information bar">#000000</InformationBarForeground>
  <MainFormInformationBarBackground description="Background color of an information bar">#2D2D2D</MainFormInformationBarBackground>
  <MainFormInformationBarForeground description="Text color in an information bar">#FFFFFF</MainFormInformationBarForeground>
  <ShowMainFormVerticalSplitterLines description="Indicates if a vertical line should be displayed between the messages/contact/event/task list and left or right sidebar">True</ShowMainFormVerticalSplitterLines>
  <ShowMainFormHorizontalTopLine description="Indicates if a horizontal line should be displayed above the message list">True</ShowMainFormHorizontalTopLine>
  <GroupHeaderBackground description="Background color of group header">#313131</GroupHeaderBackground>
  <GroupHeaderForeground description="Text color of group header">#FFFFFF</GroupHeaderForeground>
  <WizardHeaderBackground description="Background color of Wizard header">#232523</WizardHeaderBackground>
  <WizardHeaderForeground description="Text color of Wizard header">#FFFFFF</WizardHeaderForeground>
  <!--Message list-->
  <MainFormGridConversationCountBackground>#373737</MainFormGridConversationCountBackground>
  <MainFormGridConversationCountForeground>#FFFFFF</MainFormGridConversationCountForeground>
  <MainFormGridSnoozeFontColor>#00AAFF</MainFormGridSnoozeFontColor>
  <MainFormGridImageTintColor>#D7D7D7</MainFormGridImageTintColor>
  <MainFormGridHeaderImageTintColor>Transparent</MainFormGridHeaderImageTintColor>
  <MessagesMultilineFirstLineColor description="Color of a text shown on the first line for a multiline message list">#FFFFFF</MessagesMultilineFirstLineColor>
  <MessagesMultilineSecondLineColor description="Color of a text shown on the second line for a multiline message list">#BDBDBD</MessagesMultilineSecondLineColor>
  <MessagesMultilineThirdLineColor description="Color of a text shown on the third line for a multiline message list (the message preview)">#A5A5A5</MessagesMultilineThirdLineColor>
  <MessagesMultilineTimeColor description="Color of a date/time text shown on the first line for a multiline message list">#AFAFAF</MessagesMultilineTimeColor>
  <MessagesUnreadMarkerColor description="Color of a marker indicating an unread message">#00AAFF</MessagesUnreadMarkerColor>
  <MessagesHoverFlagUnreadColor description="Color of a flag / unread marker when the mouse is over a message ">Transparent</MessagesHoverFlagUnreadColor>
  <!--Message detail/preview-->
  <MailSubject description="Color of mail subject text">#FFFFFF</MailSubject>
  <MessagePanelBackground description="Background color of the message preview panel">#232523</MessagePanelBackground>
  <MailBackground description="Preferred background color of an email">#232523</MailBackground>
  <MailForeground description="Preferred text color of an email">#D2D2D2</MailForeground>
  <MailLink description="Color of links in an email">#61ADFF</MailLink>
  <MailLinkVisited description="Color of visited links in an email">#61ADFF</MailLinkVisited>
  <AntiphishingBarBackground description="Background color of an antiphishing bar shown when the mouse is over a link">#2D2D2D</AntiphishingBarBackground>
  <!--Search box-->
  <SearchBoxActiveBorderColor description="Border of a search box on the main form when search is currently active">#00AAFF</SearchBoxActiveBorderColor>
  <!--Mail header-->
  <MailHeaderBackground description="Background color of a bar with a basic information about the email">#232523</MailHeaderBackground>
  <MailHeaderLink description="Color of an email address shown in the bar with a basic information about the email">#61ADFF</MailHeaderLink>
  <MailHeaderForeground description="Color of a text in the bar with a basic information about the email">#AFAFAF</MailHeaderForeground>
  <MailHeaderConversationLine description="Color of horizontal lines between emails of a conversation">#393939</MailHeaderConversationLine>
  <MailHeaderConversationCountForeground description="Color of a text showing the number of emails in a conversation">#BDBDBD</MailHeaderConversationCountForeground>
  <MailHeaderConversationCountBackground description="Background color behind the number of emails in a conversation ">#393939</MailHeaderConversationCountBackground>
  <MailHeaderConversationCountForegroundHover description="Color of a text showing the number of emails in a conversation when the mouse is over">#BDBDBD</MailHeaderConversationCountForegroundHover>
  <MailHeaderConversationCountBackgroundHover description="Background color behind the number of emails in a conversation when the mouse is over">#555555</MailHeaderConversationCountBackgroundHover>
  <!--Grid-->
  <DataGridColors>
    <GroupsBackgroundStart description="Starting color of the gradient used as the background for groups shown in datagrid">#2D2D2D</GroupsBackgroundStart>
    <GroupsBackgroundEnd description="Ending color of the gradient used as the background for groups shown in datagrid">#2D2D2D</GroupsBackgroundEnd>
    <GroupsForeground description="Color of the text for a group shown in datagrid">#AFAFAF</GroupsForeground>
    <GroupsBorder description="Color of a border line for groups shown in datagrid">#393939</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">#2984E5</GroupsSelectedBackgroundStart>
    <GroupsSelectedBackgroundEnd description="Ending color of the gradient used as the background for selected groups shown in datagrid">#2984E5</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">#2576CC</GroupsFocusedBackgroundStart>
    <GroupsFocusedBackgroundEnd description="Ending color of the gradient used as the background for a focused group shown in datagrid">#2576CC</GroupsFocusedBackgroundEnd>
    <Background description="Background color of a datagrid">#2D2D2D</Background>
    <FontColor description="Font color in a datagrid">#FFFFFF</FontColor>
    <OddItemBackground description="Alternating background color for the odd items in a datagrid">#393939</OddItemBackground>
    <SubItemsBackgroundStart description="Starting color of the gradient used as a background for sub items in datagrid ">#3E3E3E</SubItemsBackgroundStart>
    <SubItemsBackgroundEnd description="Ending color of the gradient used as a background for sub items in datagrid">#3E3E3E</SubItemsBackgroundEnd>
    <SubItemsSelectedBackgroundStart description="Starting color of the gradient used as a background for the selected sub items in datagrid ">#2984E5</SubItemsSelectedBackgroundStart>
    <SubItemsSelectedBackgroundEnd description="Ending color of the gradient used as a background for the selected sub items in datagrid">#2984E5</SubItemsSelectedBackgroundEnd>
    <SubItemsBackgroundInactiveStart description="Starting color of the gradient used as a background for the selected sub items in datagrid when the datagrid is not active">#393939</SubItemsBackgroundInactiveStart>
    <SubItemsBackgroundInactiveEnd description="Ending color of the gradient used as a background for the selected sub items in datagrid when the datagrid is not active">#393939</SubItemsBackgroundInactiveEnd>
    <SubItemsFocusedBackgroundStart description="Starting color of the gradient used as a background for the focused sub item in datagrid">#2576CC</SubItemsFocusedBackgroundStart>
    <SubItemsFocusedBackgroundEnd description="Starting color of the gradient used as a background for the focused sub item in datagrid">#2576CC</SubItemsFocusedBackgroundEnd>
    <SelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected items in datagrid">#2984E5</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected items in datagrid">#2984E5</SelectedItemBackgroundEnd>
    <SelectedItemBackgroundInactiveStart description="Starting color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#393939</SelectedItemBackgroundInactiveStart>
    <SelectedItemBackgroundInactiveEnd description="Ending color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#393939</SelectedItemBackgroundInactiveEnd>
    <FocusedItemBackgroundStart description="Starting color of the gradient used as a background for the focused item in datagrid">#2576CC</FocusedItemBackgroundStart>
    <FocusedItemBackgroundEnd description="Starting color of the gradient used as a background for the focused item in datagrid">#2576CC</FocusedItemBackgroundEnd>
    <SelectedItemBorder description="Color of the border line for the selected items in datagrid">#2D2D2D</SelectedItemBorder>
    <DisabledItemBorder description="Color of the border line for the selected items in datagrid when the datagrid is not active">#2D2D2D</DisabledItemBorder>
    <SelectedItemFontColor description="Color of the text for the selected items in datagrid">#FFFFFF</SelectedItemFontColor>
    <GridColor description="Color of the grid lines">#2D2D2D</GridColor>
    <AddItemLineColor description="Color of the line in datagrids that allow adding new items directly (contacts, events and tasks)">#FF9400</AddItemLineColor>
    <AddItemLineForeColor description="Color of text in the line in that allow adding new items directly (contacts, events and tasks)">#AFAFAF</AddItemLineForeColor>
    <UseRoundedCornersForDatagridSelection description="Specifies if a background for selected items in a datagrid should be drawn with rounded corners">False</UseRoundedCornersForDatagridSelection>
    <SelectedItemHighlightColor description="Specifies the highligh background color for selected datagrid rows">#717116</SelectedItemHighlightColor>
  </DataGridColors>
  <DataGridHeaderColors>
    <GridHeaderBorder description="Color of the bottom border in the datagrid column headers">#232523</GridHeaderBorder>
    <GridHeaderStart description="Starting color of the gradient used for the column headers in datagrid">#2D2D2D</GridHeaderStart>
    <GridHeaderMiddle description="Middle color of the gradient used for the column headers in datagrid">#2D2D2D</GridHeaderMiddle>
    <GridHeaderEnd description="Ending color of the gradient used for the column headers in datagrid">#2D2D2D</GridHeaderEnd>
    <GridHeaderHoveredStart description="Starting color of the gradient used for the column headers in datagrid when the mouse is over">#232523</GridHeaderHoveredStart>
    <GridHeaderHoveredMiddle description="Middle color of the gradient used for the column headers in datagrid when the mouse is over">#232523</GridHeaderHoveredMiddle>
    <GridHeaderHoveredEnd description="Ending color of the gradient used for the column headers in datagrid when the mouse is over">#232523</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">#000000</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">#000000</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">#000000</GridHeaderPressedEnd>
    <GridHeaderFontColor description="Color of the text shown in the datagrid column headers">#AFAFAF</GridHeaderFontColor>
    <GridMultilineHeaderSortFontColor description="Color of the sorted column name shown in the multiline mode datagrid header">#61ADFF</GridMultilineHeaderSortFontColor>
    <GridMultilineHeaderSortHoveredFontColor description="Color of the sorted column name shown in the multiline mode datagrid header when mouse is over">#2D91FF</GridMultilineHeaderSortHoveredFontColor>
    <GridMultilineHeaderSelectFontColor description="Color of the 'select' text shown in the multiline mode datagrid header">#61ADFF</GridMultilineHeaderSelectFontColor>
    <GridMultilineHeaderSelectHoveredFontColor description="Color of the 'select' text in the multiline mode datagrid header when mouse is over">#0076F7</GridMultilineHeaderSelectHoveredFontColor>
  </DataGridHeaderColors>
  <!--Grid in main window-->
  <MainFormDataGridColors>
    <GroupsBackgroundStart description="Starting color of the gradient used as the background for groups shown in datagrid">#2D2D2D</GroupsBackgroundStart>
    <GroupsBackgroundEnd description="Ending color of the gradient used as the background for groups shown in datagrid">#2D2D2D</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">#393939</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">#2984E5</GroupsSelectedBackgroundStart>
    <GroupsSelectedBackgroundEnd description="Ending color of the gradient used as the background for selected groups shown in datagrid">#2984E5</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">#2576CC</GroupsFocusedBackgroundStart>
    <GroupsFocusedBackgroundEnd description="Ending color of the gradient used as the background for a focused group shown in datagrid">#2576CC</GroupsFocusedBackgroundEnd>
    <Background description="Background color of a datagrid">#232523</Background>
    <FontColor description="Font color in a datagrid">#FFFFFF</FontColor>
    <OddItemBackground description="Alternating background color for the odd items in a datagrid">#2D2D2D</OddItemBackground>
    <SubItemsBackgroundStart description="Starting color of the gradient used as a background for sub items in datagrid ">#3E3E3E</SubItemsBackgroundStart>
    <SubItemsBackgroundEnd description="Ending color of the gradient used as a background for sub items in datagrid">#3E3E3E</SubItemsBackgroundEnd>
    <SubItemsSelectedBackgroundStart description="Starting color of the gradient used as a background for the selected sub items in datagrid ">#2984E5</SubItemsSelectedBackgroundStart>
    <SubItemsSelectedBackgroundEnd description="Ending color of the gradient used as a background for the selected sub items in datagrid">#2984E5</SubItemsSelectedBackgroundEnd>
    <SubItemsBackgroundInactiveStart description="Starting color of the gradient used as a background for the selected sub items in datagrid when the datagrid is not active">#393939</SubItemsBackgroundInactiveStart>
    <SubItemsBackgroundInactiveEnd description="Ending color of the gradient used as a background for the selected sub items in datagrid when the datagrid is not active">#393939</SubItemsBackgroundInactiveEnd>
    <SubItemsFocusedBackgroundStart description="Starting color of the gradient used as a background for the focused sub item in datagrid">#2576CC</SubItemsFocusedBackgroundStart>
    <SubItemsFocusedBackgroundEnd description="Starting color of the gradient used as a background for the focused sub item in datagrid">#2576CC</SubItemsFocusedBackgroundEnd>
    <SelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected items in datagrid">#2984E5</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected items in datagrid">#2984E5</SelectedItemBackgroundEnd>
    <SelectedItemBackgroundInactiveStart description="Starting color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#393939</SelectedItemBackgroundInactiveStart>
    <SelectedItemBackgroundInactiveEnd description="Ending color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#393939</SelectedItemBackgroundInactiveEnd>
    <FocusedItemBackgroundStart description="Starting color of the gradient used as a background for the focused item in datagrid">#2576CC</FocusedItemBackgroundStart>
    <FocusedItemBackgroundEnd description="Starting color of the gradient used as a background for the focused item in datagrid">#2576CC</FocusedItemBackgroundEnd>
    <SelectedItemBorder description="Color of the border line for the selected items in datagrid">#2576CC</SelectedItemBorder>
    <DisabledItemBorder description="Color of the border line for the selected items in datagrid when the datagrid is not active">#2D2D2D</DisabledItemBorder>
    <SelectedItemFontColor description="Color of the text for the selected items in datagrid">#FFFFFF</SelectedItemFontColor>
    <GridColor description="Color of the grid lines">#000000</GridColor>
    <AddItemLineColor description="Color of the line in datagrids that allow adding new items directly (contacts, events and tasks)">#00AAFF</AddItemLineColor>
    <AddItemLineForeColor description="Color of text in the line in that allow adding new items directly (contacts, events and tasks)">#AFAFAF</AddItemLineForeColor>
    <UseRoundedCornersForDatagridSelection description="Specifies if a background for selected items in a datagrid should be drawn with rounded corners">False</UseRoundedCornersForDatagridSelection>
    <SelectedItemHighlightColor description="Specifies the highligh background color for selected datagrid rows">#717116</SelectedItemHighlightColor>
  </MainFormDataGridColors>
  <MainFormDataGridHeaderColors>
    <GridHeaderBorder description="Color of the bottom border in the datagrid column headers">#232523</GridHeaderBorder>
    <GridHeaderStart description="Starting color of the gradient used for the column headers in datagrid">#2D2D2D</GridHeaderStart>
    <GridHeaderMiddle description="Middle color of the gradient used for the column headers in datagrid">#2D2D2D</GridHeaderMiddle>
    <GridHeaderEnd description="Ending color of the gradient used for the column headers in datagrid">#2D2D2D</GridHeaderEnd>
    <GridHeaderHoveredStart description="Starting color of the gradient used for the column headers in datagrid when the mouse is over">#232523</GridHeaderHoveredStart>
    <GridHeaderHoveredMiddle description="Middle color of the gradient used for the column headers in datagrid when the mouse is over">#232523</GridHeaderHoveredMiddle>
    <GridHeaderHoveredEnd description="Ending color of the gradient used for the column headers in datagrid when the mouse is over">#232523</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">#000000</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">#000000</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">#000000</GridHeaderPressedEnd>
    <GridHeaderFontColor description="Color of the text shown in the datagrid column headers">#AFAFAF</GridHeaderFontColor>
    <GridMultilineHeaderSortFontColor description="Color of the sorted column name shown in the multiline mode datagrid header">#61ADFF</GridMultilineHeaderSortFontColor>
    <GridMultilineHeaderSortHoveredFontColor description="Color of the sorted column name shown in the multiline mode datagrid header when mouse is over">#2D91FF</GridMultilineHeaderSortHoveredFontColor>
    <GridMultilineHeaderSelectFontColor description="Color of the 'select' text shown in the multiline mode datagrid header">#61ADFF</GridMultilineHeaderSelectFontColor>
    <GridMultilineHeaderSelectHoveredFontColor description="Color of the 'select' text in the multiline mode datagrid header when mouse is over">#0076F7</GridMultilineHeaderSelectHoveredFontColor>
  </MainFormDataGridHeaderColors>
  <!--Grid in a sidebar box-->
  <SidebarDataGridColors>
    <GroupsBackgroundStart description="Starting color of the gradient used as the background for groups shown in datagrid">#2D2D2D</GroupsBackgroundStart>
    <GroupsBackgroundEnd description="Ending color of the gradient used as the background for groups shown in datagrid">#2D2D2D</GroupsBackgroundEnd>
    <GroupsForeground description="Color of the text for a group shown in datagrid">#AFAFAF</GroupsForeground>
    <GroupsBorder description="Color of a border line for groups shown in datagrid">#393939</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">#2984E5</GroupsSelectedBackgroundStart>
    <GroupsSelectedBackgroundEnd description="Ending color of the gradient used as the background for selected groups shown in datagrid">#2984E5</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">#2576CC</GroupsFocusedBackgroundStart>
    <GroupsFocusedBackgroundEnd description="Ending color of the gradient used as the background for a focused group shown in datagrid">#2576CC</GroupsFocusedBackgroundEnd>
    <Background description="Background color of a datagrid">#2D2D2D</Background>
    <FontColor description="Font color in a datagrid">#FFFFFF</FontColor>
    <OddItemBackground description="Alternating background color for the odd items in a datagrid">#393939</OddItemBackground>
    <SubItemsBackgroundStart description="Starting color of the gradient used as a background for sub items in datagrid ">#3E3E3E</SubItemsBackgroundStart>
    <SubItemsBackgroundEnd description="Ending color of the gradient used as a background for sub items in datagrid">#3E3E3E</SubItemsBackgroundEnd>
    <SubItemsSelectedBackgroundStart description="Starting color of the gradient used as a background for the selected sub items in datagrid ">#2984E5</SubItemsSelectedBackgroundStart>
    <SubItemsSelectedBackgroundEnd description="Ending color of the gradient used as a background for the selected sub items in datagrid">#2984E5</SubItemsSelectedBackgroundEnd>
    <SubItemsBackgroundInactiveStart description="Starting color of the gradient used as a background for the selected sub items in datagrid when the datagrid is not active">#393939</SubItemsBackgroundInactiveStart>
    <SubItemsBackgroundInactiveEnd description="Ending color of the gradient used as a background for the selected sub items in datagrid when the datagrid is not active">#393939</SubItemsBackgroundInactiveEnd>
    <SubItemsFocusedBackgroundStart description="Starting color of the gradient used as a background for the focused sub item in datagrid">#2576CC</SubItemsFocusedBackgroundStart>
    <SubItemsFocusedBackgroundEnd description="Starting color of the gradient used as a background for the focused sub item in datagrid">#2576CC</SubItemsFocusedBackgroundEnd>
    <SelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected items in datagrid">#2984E5</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected items in datagrid">#2984E5</SelectedItemBackgroundEnd>
    <SelectedItemBackgroundInactiveStart description="Starting color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#393939</SelectedItemBackgroundInactiveStart>
    <SelectedItemBackgroundInactiveEnd description="Ending color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#393939</SelectedItemBackgroundInactiveEnd>
    <FocusedItemBackgroundStart description="Starting color of the gradient used as a background for the focused item in datagrid">#2576CC</FocusedItemBackgroundStart>
    <FocusedItemBackgroundEnd description="Starting color of the gradient used as a background for the focused item in datagrid">#2576CC</FocusedItemBackgroundEnd>
    <SelectedItemBorder description="Color of the border line for the selected items in datagrid">#2D2D2D</SelectedItemBorder>
    <DisabledItemBorder description="Color of the border line for the selected items in datagrid when the datagrid is not active">#2D2D2D</DisabledItemBorder>
    <SelectedItemFontColor description="Color of the text for the selected items in datagrid">#FFFFFF</SelectedItemFontColor>
    <GridColor description="Color of the grid lines">#2D2D2D</GridColor>
    <AddItemLineColor description="Color of the line in datagrids that allow adding new items directly (contacts, events and tasks)">#00AAFF</AddItemLineColor>
    <AddItemLineForeColor description="Color of text in the line in that allow adding new items directly (contacts, events and tasks)">#AFAFAF</AddItemLineForeColor>
    <UseRoundedCornersForDatagridSelection description="Specifies if a background for selected items in a datagrid should be drawn with rounded corners">False</UseRoundedCornersForDatagridSelection>
    <SelectedItemHighlightColor description="Specifies the highligh background color for selected datagrid rows">#717116</SelectedItemHighlightColor>
  </SidebarDataGridColors>
  <SidebarGridFirstLineColor description="Color of a text shown on the first line for items in sidebar">#FFFFFF</SidebarGridFirstLineColor>
  <SidebarGridSecondLineColor description="Color of a text shown on the second line  for items in sidebar">#BDBDBD</SidebarGridSecondLineColor>
  <SidebarGridTimeColor description="Color of a date/time text shown on the first line for items in sidebar">#AFAFAF</SidebarGridTimeColor>
  <!--Sidebar-->
  <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">#2D2D2D</SidebarMaximizedBackgroundStart>
  <SidebarMaximizedBackgroundEnd description="Ending color of the gradient used as the background of sidebar when the sidebar is expanded">#2D2D2D</SidebarMaximizedBackgroundEnd>
  <SidebarCalendarUpperPanelAddNewEventForeColor description="Color of add new event link">#2D91FF</SidebarCalendarUpperPanelAddNewEventForeColor>
  <SidebarContactDetailsCaptionForeground description="Text color of the contact caption in right sidebar contact details">#FFFFFF</SidebarContactDetailsCaptionForeground>
  <!--Sidebar box-->
  <SidebarBoxHeaderFontColor description="Color of the text used in the sidebar box header">#FFFFFF</SidebarBoxHeaderFontColor>
  <SidebarBoxExpandedHeaderStart description="Starting color of the gradient used as the background for header of expanded boxes in the sidebar">#2D2D2D</SidebarBoxExpandedHeaderStart>
  <SidebarBoxExpandedHeaderEnd description="Ending color of the gradient used as the background for header of expanded boxes in the sidebar">#2D2D2D</SidebarBoxExpandedHeaderEnd>
  <SidebarBoxSettingsIconOverColor description="Color of a settings icon shown in a sidebar box header when the mouse is over the icon">#FFFFFF</SidebarBoxSettingsIconOverColor>
  <SidebarBoxSettingsIconColor description="Color of a settings icon shown in a sidebar box header when the mouse is over the header">#FFFFFF</SidebarBoxSettingsIconColor>
  <SidebarBoxHeaderFontSize description="Font size of a text in sidebar box header when a modern theme is used">15</SidebarBoxHeaderFontSize>
  <!--Popup windows-->
  <PopupFormBackgroundStart description="Starting color of the gradient used as the background for popup windows">#2D2D2D</PopupFormBackgroundStart>
  <PopupFormBackgroundEnd description="Ending color of the gradient used as the background for popup windows">#2D2D2D</PopupFormBackgroundEnd>
  <PopupFormBorder description="Color of the border line for a popup window">#232523</PopupFormBorder>
  <PopupFormForeground description="Color of the text in a popup window">#FFFFFF</PopupFormForeground>
  <!--Tree structure-->
  <TreeViewColors>
    <FirstLevelForeground description="Text color for the first-level text in a tree structure">#AFAFAF</FirstLevelForeground>
    <Foreground description="Text color of a tree structure">#F4F4F4</Foreground>
    <Background description="Background color of a tree structure">#2D2D2D</Background>
    <SelectedInactiveItemForeground description="Text color for the selected item in a tree structure when it is not active">#FFFFFF</SelectedInactiveItemForeground>
    <SelectedItemForeground description="Text color for the selected item in a tree structure">#FFFFFF</SelectedItemForeground>
    <SelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected item in a tree structure">#2576CC</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected item in a tree structure">#2576CC</SelectedItemBackgroundEnd>
    <SelectedItemBorder description="Color of the border line for the selected item in a tree structure">Transparent</SelectedItemBorder>
    <SelectedInactiveItemBackgroundStart description="Starting color of the gradient used as a background for the selected item in a tree structure when it is not active">#393939</SelectedInactiveItemBackgroundStart>
    <SelectedInactiveItemBackgroundEnd description="Ending color of the gradient used as a background for the selected item in a tree structure when it is not active">#393939</SelectedInactiveItemBackgroundEnd>
    <SelectedInactiveItemBorder description="Color of the border line for the selected item in a tree structure when it is not active">Transparent</SelectedInactiveItemBorder>
    <UseRoundedCornersForSelection description="Specifies if a background for selected items in a tree structure should be drawn with rounded corners">False</UseRoundedCornersForSelection>
    <NodeShowMoreForeground description="Text color for the 'More...' node in a tree structure">#61ADFF</NodeShowMoreForeground>
    <ItemImageColor description="Color of images for items in a tree structure">#8B8B8B</ItemImageColor>
    <SelectedItemImageColor description="Color of images for selected items in a tree structure">#8B8B8B</SelectedItemImageColor>
    <SelectedInactiveItemImageColor description="Color of images for selected items in a tree structure when it is not active">#8B8B8B</SelectedInactiveItemImageColor>
  </TreeViewColors>
  <!--Textbox-->
  <TextBoxBackground description="Background color of a text box control">#2D2D2D</TextBoxBackground>
  <TextBoxForeground description="Color of a text in a text box control">#FFFFFF</TextBoxForeground>
  <TextBoxDisabledBackground description="Background color of a disabled text box control">#393939</TextBoxDisabledBackground>
  <TextBoxDisabledForeground description="Color of a text in a disabled text box control">#AFAFAF</TextBoxDisabledForeground>
  <TextBoxReadOnlyBackground description="Background color of a read-only text box control">#393939</TextBoxReadOnlyBackground>
  <TextBoxReadOnlyForeground description="Color of a text in a read-only text box control">#AFAFAF</TextBoxReadOnlyForeground>
  <TextBoxContactForeground description="Color of a text for contacts in a box control">#FFFFFF</TextBoxContactForeground>
  <TextBoxContactBackground description="Color of a background for contacts in a box control">#274E74</TextBoxContactBackground>
  <TextBoxContactBorder description="Color of contacts border in a text box control">#3E658C</TextBoxContactBorder>
  <TextBoxSelectedContactForeground description="Color of a text for selected contacts in a box control">#FFFFFF</TextBoxSelectedContactForeground>
  <TextBoxSelectedContactBackground description="Color of a background for selected contacts in a box control">#2D91FF</TextBoxSelectedContactBackground>
  <TextBoxSelectedContactBorder description="Color of selected contacts border in a text box control">#2D91FF</TextBoxSelectedContactBorder>
  <TextBoxHighlight description="Color of highlight background for selected text in a text box control">#0078D7</TextBoxHighlight>
  <TextBoxHighlightText description="Color of selected text in a text box control">#FFFFFF</TextBoxHighlightText>
  <!--Tree structure in main window-->
  <MainFormTreeViewColors>
    <FirstLevelForeground description="Text color for the first-level text in a tree structure">#AFAFAF</FirstLevelForeground>
    <Foreground description="Text color of a tree structure">#F4F4F4</Foreground>
    <Background description="Background color of a tree structure">#2D2D2D</Background>
    <SelectedInactiveItemForeground description="Text color for the selected item in a tree structure when it is not active">#FFFFFF</SelectedInactiveItemForeground>
    <SelectedItemForeground description="Text color for the selected item in a tree structure">#FFFFFF</SelectedItemForeground>
    <SelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected item in a tree structure">#2576CC</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected item in a tree structure">#2576CC</SelectedItemBackgroundEnd>
    <SelectedItemBorder description="Color of the border line for the selected item in a tree structure">Transparent</SelectedItemBorder>
    <SelectedInactiveItemBackgroundStart description="Starting color of the gradient used as a background for the selected item in a tree structure when it is not active">#393939</SelectedInactiveItemBackgroundStart>
    <SelectedInactiveItemBackgroundEnd description="Ending color of the gradient used as a background for the selected item in a tree structure when it is not active">#393939</SelectedInactiveItemBackgroundEnd>
    <SelectedInactiveItemBorder description="Color of the border line for the selected item in a tree structure when it is not active">Transparent</SelectedInactiveItemBorder>
    <UseRoundedCornersForSelection description="Specifies if a background for selected items in a tree structure should be drawn with rounded corners">False</UseRoundedCornersForSelection>
    <NodeShowMoreForeground description="Text color for the 'More...' node in a tree structure">#61ADFF</NodeShowMoreForeground>
    <ItemImageColor description="Color of images for items in a tree structure">#8B8B8B</ItemImageColor>
    <SelectedItemImageColor description="Color of images for selected items in a tree structure">#8B8B8B</SelectedItemImageColor>
    <SelectedInactiveItemImageColor description="Color of images for selected items in a tree structure when it is not active">#8B8B8B</SelectedInactiveItemImageColor>
  </MainFormTreeViewColors>
  <!--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>
  <AccountWarning description="Color of warning symbol for accounts that cannot connect">#00EAFF</AccountWarning>
  <AccountWarningHover description="Color of warning symbol for accounts that cannot connect when mouse is hovered over it">#808080</AccountWarningHover>
  <!--Attachments-->
  <AttachmentCornerRadius description="Specifies if a background for an attachment in a bar with attachments should be drawn with rounded corners. Use '0' for rectangular attachments">100</AttachmentCornerRadius>
  <AttachmentBackground description="Background color of attachments in a bar with attachments">#232523</AttachmentBackground>
  <AttachmentBorder description="Border line color around an attachment in a bar with attachments">#535353</AttachmentBorder>
  <AttachmentSelectedBorder description="Border line color around a selected attachment in a bar with attachments">#AFAFAF</AttachmentSelectedBorder>
  <AttachmentSelectedBackground description="Background color of a selected attachment in a bar with attachments">#2D91FF</AttachmentSelectedBackground>
  <AttachmentsInactiveArrows description="Color of a the arrows shown in a bar with attachments if there are more attachment to show">#A0A0A0</AttachmentsInactiveArrows>
  <AttachmentText description="Text color of an attachment">#FFFFFF</AttachmentText>
  <AttachmentSelectedText description="Text color of a selected attachment">#FFFFFF</AttachmentSelectedText>
  <!--Message detail attachments-->
  <MessageDetailAttachmentCornerRadius description="Specifies if a background for attachment in a a message header should be drawn with rounded corners. Use '0' for rectangular attachments">100</MessageDetailAttachmentCornerRadius>
  <MessageDetailAttachmentBorder description="Border line color around an attachment in a message header">#535353</MessageDetailAttachmentBorder>
  <MessageDetailAttachmentBackground description="Background color of attachments in a message header">#232523</MessageDetailAttachmentBackground>
  <MessageDetailAttachmentSelectedBorder description="Border line color around a selected attachment in a message header">#AFAFAF</MessageDetailAttachmentSelectedBorder>
  <MessageDetailAttachmentSelectedBackground description="Background color of a selected attachment in a message header">#2D91FF</MessageDetailAttachmentSelectedBackground>
  <MessageDetailAttachmentText description="Text color of an attachment in a message header">#FFFFFF</MessageDetailAttachmentText>
  <MessageDetailAttachmentSelectedText description="Text color of a selected attachment in a message header">#FFFFFF</MessageDetailAttachmentSelectedText>
  <!--Categories-->
  <CategoryCornerRadius description="Specifies if a background for a category in a bar with categories should be drawn with rounded corners. Use '0' for rectangular categories">100</CategoryCornerRadius>
  <CategoryAddBorder description="Border line of the 'add tag' in the category row">#535353</CategoryAddBorder>
  <CategoryAddBorderActive description="Border line of the 'add tag' in the category row when the mouse is over">#FFFFFF</CategoryAddBorderActive>
  <!--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">#2D2D2D</NotificationWindowBackgroundStart>
  <NotificationWindowBackgroundEnd description="Ending color of the gradient used as the background for notification windows">#2D2D2D</NotificationWindowBackgroundEnd>
  <NotificationWindowHeaderStart description="Starting color of the gradient used as the background for header of notification windows">#232523</NotificationWindowHeaderStart>
  <NotificationWindowHeaderEnd description="Ending color of the gradient used as the background for header of notification windows">#232523</NotificationWindowHeaderEnd>
  <NotificationWindowHeaderBorder description="Color of the border line around notification windows header">Transparent</NotificationWindowHeaderBorder>
  <NotificationWindowBorder description="Border line color around a notification window">#232523</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-->
  <CalendarColors>
    <AllDayBackground description="Color of the background for all-day text in a calendar on the left-side bar in a week or day view">#2D2D2D</AllDayBackground>
    <HeaderBackgroundStart description="Starting color of the gradient used as the background for header with days in a calendar">#232523</HeaderBackgroundStart>
    <HeaderBackgroundEnd description="Ending color of the gradient used as the background for header with days in a calendar">#232523</HeaderBackgroundEnd>
    <TodayHeaderBackgroundStart description="Starting color of the gradient used as the background for header for a current day">#393939</TodayHeaderBackgroundStart>
    <TodayHeaderBackgroundEnd description="Ending color of the gradient used as the background for header for a current day">#393939</TodayHeaderBackgroundEnd>
    <HoursBackground description="Background color of a left-side bar with hours in a week or day view">#2D2D2D</HoursBackground>
    <MainNavigationBackground description="Background color of the topmost space of the calendar where date and navigation arrows are present">#2D2D2D</MainNavigationBackground>
    <MainNavigationForeground description="Font color of the topmost space of the calendar where date and navigation arrows are present">#FFFFFF</MainNavigationForeground>
    <HeaderFontColor description="Color of the text in a header with days in a calendar">#FFFFFF</HeaderFontColor>
    <TodayHeaderFontColor description="Color of the text for a current day in a header with days in a calendar">#FFFFFF</TodayHeaderFontColor>
    <MonthViewHeaderWeekNumbersColor description="Color of week numbers in a month calendar view">#787878</MonthViewHeaderWeekNumbersColor>
    <SubheaderBackground description="Background color of a space between the header with days and the main calendar view (week or day calendar view)">#26272A</SubheaderBackground>
    <Background description="Background color of a calendar">#26272A</Background>
    <WorkingHoursBackground description="Background color of a calendar for the time which is inside the working time (week or day view)">#26272A</WorkingHoursBackground>
    <NonWorkingHoursBackground description="Background color of a calendar for the time which is outside the working time (week or day view)">#232523</NonWorkingHoursBackground>
    <AllDayFontColor description="Color of the all-day text in a calendar on the left-side bar in a week or day view">#FFFFFF</AllDayFontColor>
    <HoursFontColor description="Color of the text a left-side bar with hours in a week or day view">#FFFFFF</HoursFontColor>
    <SelectedDayBackground description="Background color of an currently selected day in a calendar">#2576CC</SelectedDayBackground>
    <GridStrongLine description="Color of vertical lines in a month view">#C8C8C8</GridStrongLine>
    <GridLightLine description="Color of horizontal lines in a week view">#2D2D2D</GridLightLine>
    <GridVeryLightLine description="Color of a top line in a week view">#C8C8C8</GridVeryLightLine>
    <GridDarkLine description="Color of vertical lines and several horizontal lines in a week view">#C8C8C8</GridDarkLine>
    <MonthViewTodayBorder description="Color of a border arround current day in month calendar view">#393939</MonthViewTodayBorder>
    <MonthViewDayHeaderFontColor description="Color of the text for each day (day number) in month calendar view">#FFFFFF</MonthViewDayHeaderFontColor>
    <MonthViewDayHeaderEvenFontColor description="Color of the text for each day (day number, month name) in not current month calendar view">#FFFFFF</MonthViewDayHeaderEvenFontColor>
    <MonthViewDayHeaderStart description="Starting color of the gradient used as the background for header for each day in a month calendar view">Transparent</MonthViewDayHeaderStart>
    <MonthViewDayHeaderEnd description="Ending color of the gradient used as the background for header for each day in a month calendar view">Transparent</MonthViewDayHeaderEnd>
    <EvenMonthBackground description="Alternating background color for even months in a calendar (month view)">#2D2D2D</EvenMonthBackground>
    <HeaderBorder description="Border line color around calendar header">#787878</HeaderBorder>
    <CurrentTimeLine description="Color of a line displaying current time in a week view">#FF4500</CurrentTimeLine>
    <SelectedEventBorder description="Color of a border line for selected events">#FFFFFF</SelectedEventBorder>
    <InvitationBorder description="Color of a border line for for invitations">#000000</InvitationBorder>
    <RenderEventInvitationsBorders description="Specifies whether borders for event invitations are rendered or not">True</RenderEventInvitationsBorders>
    <RenderEventBorders description="Specifies whether borders for events are rendered or not">True</RenderEventBorders>
    <HeaderTodayCircleFontColor description="Color of the text inside ellipse around days">#FFFFFF</HeaderTodayCircleFontColor>
    <HeaderTodayCircleColor description="Color of the ellipse around days">#1A73E8</HeaderTodayCircleColor>
    <TodayLinkColor description="Color of the today link">#61ADFF</TodayLinkColor>
    <MoreEventsLinkColor description="Color of the more events link inside month calendar event">#61ADFF</MoreEventsLinkColor>
    <UseTransparencyForUnselectedEvents description="Specifies whether unselected events in calendar is drawn transparent">False</UseTransparencyForUnselectedEvents>
    <UseLinearGradientsForEvents description="Specifies whether events' background is solid or a linear gradient is used">False</UseLinearGradientsForEvents>
    <AllAttendeesFreebusyBackground description="Background for the All Attendees header in scheduling">#1C1D1E</AllAttendeesFreebusyBackground>
  </CalendarColors>
  <SidebarCalendarColors>
    <AllDayBackground description="Color of the background for all-day text in a calendar on the left-side bar in a week or day view">#2D2D2D</AllDayBackground>
    <HeaderBackgroundStart description="Starting color of the gradient used as the background for header with days in a calendar">#232523</HeaderBackgroundStart>
    <HeaderBackgroundEnd description="Ending color of the gradient used as the background for header with days in a calendar">#232523</HeaderBackgroundEnd>
    <TodayHeaderBackgroundStart description="Starting color of the gradient used as the background for header for a current day">#393939</TodayHeaderBackgroundStart>
    <TodayHeaderBackgroundEnd description="Ending color of the gradient used as the background for header for a current day">#393939</TodayHeaderBackgroundEnd>
    <HoursBackground description="Background color of a left-side bar with hours in a week or day view">#2D2D2D</HoursBackground>
    <MainNavigationBackground description="Background color of the topmost space of the calendar where date and navigation arrows are present">#2D2D2D</MainNavigationBackground>
    <MainNavigationForeground description="Font color of the topmost space of the calendar where date and navigation arrows are present">#FFFFFF</MainNavigationForeground>
    <HeaderFontColor description="Color of the text in a header with days in a calendar">#FFFFFF</HeaderFontColor>
    <TodayHeaderFontColor description="Color of the text for a current day in a header with days in a calendar">#FFFFFF</TodayHeaderFontColor>
    <MonthViewHeaderWeekNumbersColor description="Color of week numbers in a month calendar view">#787878</MonthViewHeaderWeekNumbersColor>
    <SubheaderBackground description="Background color of a space between the header with days and the main calendar view (week or day calendar view)">#26272A</SubheaderBackground>
    <Background description="Background color of a calendar">#26272A</Background>
    <WorkingHoursBackground description="Background color of a calendar for the time which is inside the working time (week or day view)">#26272A</WorkingHoursBackground>
    <NonWorkingHoursBackground description="Background color of a calendar for the time which is outside the working time (week or day view)">#232523</NonWorkingHoursBackground>
    <AllDayFontColor description="Color of the all-day text in a calendar on the left-side bar in a week or day view">#FFFFFF</AllDayFontColor>
    <HoursFontColor description="Color of the text a left-side bar with hours in a week or day view">#FFFFFF</HoursFontColor>
    <SelectedDayBackground description="Background color of an currently selected day in a calendar">#2576CC</SelectedDayBackground>
    <GridStrongLine description="Color of vertical lines in a month view">#C8C8C8</GridStrongLine>
    <GridLightLine description="Color of horizontal lines in a week view">#2D2D2D</GridLightLine>
    <GridVeryLightLine description="Color of a top line in a week view">#C8C8C8</GridVeryLightLine>
    <GridDarkLine description="Color of vertical lines and several horizontal lines in a week view">#C8C8C8</GridDarkLine>
    <MonthViewTodayBorder description="Color of a border arround current day in month calendar view">#393939</MonthViewTodayBorder>
    <MonthViewDayHeaderFontColor description="Color of the text for each day (day number) in month calendar view">#FFFFFF</MonthViewDayHeaderFontColor>
    <MonthViewDayHeaderEvenFontColor description="Color of the text for each day (day number, month name) in not current month calendar view">#FFFFFF</MonthViewDayHeaderEvenFontColor>
    <MonthViewDayHeaderStart description="Starting color of the gradient used as the background for header for each day in a month calendar view">Transparent</MonthViewDayHeaderStart>
    <MonthViewDayHeaderEnd description="Ending color of the gradient used as the background for header for each day in a month calendar view">Transparent</MonthViewDayHeaderEnd>
    <EvenMonthBackground description="Alternating background color for even months in a calendar (month view)">#2D2D2D</EvenMonthBackground>
    <HeaderBorder description="Border line color around calendar header">#787878</HeaderBorder>
    <CurrentTimeLine description="Color of a line displaying current time in a week view">#FF4500</CurrentTimeLine>
    <SelectedEventBorder description="Color of a border line for selected events">#FFFFFF</SelectedEventBorder>
    <InvitationBorder description="Color of a border line for for invitations">#000000</InvitationBorder>
    <RenderEventInvitationsBorders description="Specifies whether borders for event invitations are rendered or not">True</RenderEventInvitationsBorders>
    <RenderEventBorders description="Specifies whether borders for events are rendered or not">True</RenderEventBorders>
    <HeaderTodayCircleFontColor description="Color of the text inside ellipse around days">#FFFFFF</HeaderTodayCircleFontColor>
    <HeaderTodayCircleColor description="Color of the ellipse around days">#1A73E8</HeaderTodayCircleColor>
    <TodayLinkColor description="Color of the today link">#61ADFF</TodayLinkColor>
    <MoreEventsLinkColor description="Color of the more events link inside month calendar event">#61ADFF</MoreEventsLinkColor>
    <UseTransparencyForUnselectedEvents description="Specifies whether unselected events in calendar is drawn transparent">False</UseTransparencyForUnselectedEvents>
    <UseLinearGradientsForEvents description="Specifies whether events' background is solid or a linear gradient is used">False</UseLinearGradientsForEvents>
    <AllAttendeesFreebusyBackground description="Background for the All Attendees header in scheduling">#1C1D1E</AllAttendeesFreebusyBackground>
  </SidebarCalendarColors>
  <CalendarTasksHeaderBackground description="Background color of a header for tasks shown below the calendar in day or week view">#232523</CalendarTasksHeaderBackground>
  <CalendarTasksDraggedTaskPointer description="Color of a pointer when dragging a task shown below the calendar in day or week view">#FF0000</CalendarTasksDraggedTaskPointer>
  <!--Date selector-->
  <DateSelectorForeground description="Text color of the small preview calendar">#FFFFFF</DateSelectorForeground>
  <DateSelectorVerticalDelimeterLineBetweenWeekNumbers description="Color of delimeter between week numbers and day numbers in the samll preview calendar">#EDEDED</DateSelectorVerticalDelimeterLineBetweenWeekNumbers>
  <DateSelectorWeekNumbers description="Text color of week numbers in the small preview calendar">#979797</DateSelectorWeekNumbers>
  <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">#414141</DateSelectorSelectionBorder>
  <DateSelectorSelectionBackgroundStart description="Starting color of the gradient used as a background for the selected dates in the small preview calendar">#414141</DateSelectorSelectionBackgroundStart>
  <DateSelectorSelectionBackgroundEnd description="Ending color of the gradient used as a background for the selected dates in the small preview calendar">#414141</DateSelectorSelectionBackgroundEnd>
  <UseRoundedCornersForDateSelector description="Specifies if a background for selected dates in a small preview calendar should be drawn with rounded corners">True</UseRoundedCornersForDateSelector>
  <!--Contact business cards-->
  <BusinessCardsColors>
    <CardsForeground description="Text color of a card">#FFFFFF</CardsForeground>
    <CardsBorder description="Border line color of a card">#535353</CardsBorder>
    <CardsSelectedBorder description="Border line color of a selected card">#BFDAE8</CardsSelectedBorder>
    <CardsSelectedBackground description="Background color of a selected card">#2576CC</CardsSelectedBackground>
    <CardsSelectedInactiveBackground description="Background color of a selected inactive card">#393939</CardsSelectedInactiveBackground>
    <Background description="Background color of the control">#2D2D2D</Background>
    <CardsBackground description="Background color of a card">#2D2D2D</CardsBackground>
    <CardsHorizontalLine description="Color of a horizontal line between cards">Transparent</CardsHorizontalLine>
  </BusinessCardsColors>
  <!--Contacts-->
  <ContactsSelectorItemBackground description="Background color of active letter selector item">#191A22</ContactsSelectorItemBackground>
  <ContactsSelectorItemForeground description="Text color of active letter selector item">#A9A9A9</ContactsSelectorItemForeground>
  <ContactsSelectorForeground description="Text color of letter selector items">#A9A9A9</ContactsSelectorForeground>
  <ContactsSelectorBackground description="Background of letter selector items">Transparent</ContactsSelectorBackground>
  <!--Attachment cards-->
  <AttachmentCardsColors>
    <CardsForeground description="Text color of a card">#FFFFFF</CardsForeground>
    <CardsBorder description="Border line color of a card">#535353</CardsBorder>
    <CardsSelectedBorder description="Border line color of a selected card">#BFDAE8</CardsSelectedBorder>
    <CardsSelectedBackground description="Background color of a selected card">#2576CC</CardsSelectedBackground>
    <CardsSelectedInactiveBackground description="Background color of a selected inactive card">#393939</CardsSelectedInactiveBackground>
    <Background description="Background color of the control">#2D2D2D</Background>
    <CardsBackground description="Background color of a card">#2D2D2D</CardsBackground>
    <CardsHorizontalLine description="Color of a horizontal line between cards">Transparent</CardsHorizontalLine>
  </AttachmentCardsColors>
  <!--Item cards-->
  <CardsColors>
    <CardsForeground description="Text color of a card">#FFFFFF</CardsForeground>
    <CardsBorder description="Border line color of a card">Transparent</CardsBorder>
    <CardsSelectedBorder description="Border line color of a selected card">#BFDAE8</CardsSelectedBorder>
    <CardsSelectedBackground description="Background color of a selected card">#2576CC</CardsSelectedBackground>
    <CardsSelectedInactiveBackground description="Background color of a selected inactive card">#393939</CardsSelectedInactiveBackground>
    <Background description="Background color of the control">#2D2D2D</Background>
    <CardsBackground description="Background color of a card">#2D2D2D</CardsBackground>
    <CardsHorizontalLine description="Color of a horizontal line between cards">Transparent</CardsHorizontalLine>
  </CardsColors>
  <WizardCardsColors>
    <CardsForeground description="Text color of a card">#FFFFFF</CardsForeground>
    <CardsBorder description="Border line color of a card">Transparent</CardsBorder>
    <CardsSelectedBorder description="Border line color of a selected card">#095FBC</CardsSelectedBorder>
    <CardsSelectedBackground description="Background color of a selected card">#2576CC</CardsSelectedBackground>
    <CardsSelectedInactiveBackground description="Background color of a selected inactive card">#393939</CardsSelectedInactiveBackground>
    <Background description="Background color of the control">#232523</Background>
    <CardsBackground description="Background color of a card">Transparent</CardsBackground>
    <CardsHorizontalLine description="Color of a horizontal line between cards">Transparent</CardsHorizontalLine>
  </WizardCardsColors>
  <!--Widgets-->
  <WidgetHeaderStart description="Starting color of the gradient used as the background for header of widgets">#191A22</WidgetHeaderStart>
  <WidgetHeaderEnd description="Ending color of the gradient used as the background for header of widgets">#191A22</WidgetHeaderEnd>
  <WidgetHeaderFontColorDark description="Color of the text used in the widget header">#EBEBEB</WidgetHeaderFontColorDark>
  <WidgetHeaderFontColorLight description="Color of the lighter text used as a shadow below the text in widget header">#000000</WidgetHeaderFontColorLight>
  <WidgetBackgroundStart description="Starting color of the gradient used as the background for a widget">#191A22</WidgetBackgroundStart>
  <WidgetBackgroundEnd description="Ending color of the gradient used as the background for a widget">#191A22</WidgetBackgroundEnd>
  <WidgetBorder description="Color of the widget border line">#000000</WidgetBorder>
  <!--Progress bar-->
  <ProgressBarInfiniteProgress description="Color of the infinite progress line">#00AAFF</ProgressBarInfiniteProgress>
  <ProgressBarInfiniteProgressBackground description="Background color of the infinite progress line">#191F22</ProgressBarInfiniteProgressBackground>
  <ProgressBarProgress description="Color of the progress line">#00AAFF</ProgressBarProgress>
  <ProgressBarBackground description="Background of the progress line">#EBEBEB</ProgressBarBackground>
  <SpinningWheelForeground description="Color of infinite progress spinning wheel">#00AAFF</SpinningWheelForeground>
  <!--Scrollbar-->
  <UseSystemScrollbar description="Use system scrollbars with no automatic hiding">False</UseSystemScrollbar>
  <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-->
  <TabPageForeColor description="Text color of active tab page">#FFFFFF</TabPageForeColor>
  <TabPageBackColor description="Background color of active tab page">#2D2D2D</TabPageBackColor>
  <TabForeColor description="Text color of active tab">#FFFFFF</TabForeColor>
  <TabBackColor description="Background color of active tab">Transparent</TabBackColor>
  <TabInactiveForeColor description="Text color of inactive tab">#FFFFFF</TabInactiveForeColor>
  <TabInactiveBackColor description="Background color of inactive tab">Transparent</TabInactiveBackColor>
  <TabHoverForeColor description="Text color of inactive tab">#FFFFFF</TabHoverForeColor>
  <TabHoverBackColor description="Background color of inactive tab">Transparent</TabHoverBackColor>
  <TabUnderlineColor description="Color of underline of the active tab">#0076F7</TabUnderlineColor>
  <TabBorderColor description="Color of borders of tab">Transparent</TabBorderColor>
  <TabSpace description="Inner space around text of a tab">6</TabSpace>
  <!--Account wizard-->
  <AccountWizardBoxHeaderCollapsed description="Background color of a collapsed header in the account wizard">#393939</AccountWizardBoxHeaderCollapsed>
  <AccountWizardBoxHeaderExpanded description="Background color of an expanded header in the account wizard">#555555</AccountWizardBoxHeaderExpanded>
  <AccountWizardBoxBorderCollapsed description="Border color of a collapsed box in the account wizard">#393939</AccountWizardBoxBorderCollapsed>
  <AccountWizardBoxBorderExpanded description="Border color of an expanded box in the account wizard">Transparent</AccountWizardBoxBorderExpanded>
  <AccountWizardBoxBackground description="Background of an expanded box in the account wizard">#232523</AccountWizardBoxBackground>
  <AccountWizardBoxSpacing description="Space between boxes in the account wizard">8</AccountWizardBoxSpacing>
  <ToolStripColors>
    <ButtonColors>
      <ButtonBackColor description="Gets the background color of a button">Transparent</ButtonBackColor>
      <ButtonTextColor description="Gets the text color of a button">#FFFFFF</ButtonTextColor>
      <ButtonBorderColor description="Gets the border color of a button">Transparent</ButtonBorderColor>
      <ButtonDropDownSplitLineColor description="Gets the color of line between text and a drop-down arrow on a button">Transparent</ButtonDropDownSplitLineColor>
      <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>
      <ButtonBorderHoverColor description="Gets the border color of a button if the mouse cursor is over the button">Transparent</ButtonBorderHoverColor>
      <ButtonDropDownSplitLineHoverColor description="Gets the color of line between text and a drop-down arrow on a button if the mouse cursor is over the button">#535353</ButtonDropDownSplitLineHoverColor>
      <ButtonCheckedBackColor description="Gets the background color of a checked button">#02ABFF</ButtonCheckedBackColor>
      <ButtonCheckedTextColor description="Gets the text color of a checked button">#FFFFFF</ButtonCheckedTextColor>
      <ButtonBorderCheckedColor description="Gets the border color of a checked button">Transparent</ButtonBorderCheckedColor>
      <ButtonDropDownSplitLineCheckedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">#DCDCDC</ButtonDropDownSplitLineCheckedColor>
      <ButtonPressedBackColor description="Gets the background color of a pressed button">#000000</ButtonPressedBackColor>
      <ButtonPressedTextColor description="Gets the text color of a pressed button">#FFFFFF</ButtonPressedTextColor>
      <ButtonBorderPressedColor description="Gets the border color of a pressed button">Transparent</ButtonBorderPressedColor>
      <ButtonDropDownSplitLinePressedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">#DCDCDC</ButtonDropDownSplitLinePressedColor>
      <ButtonDisabledBackColor description="Gets the background color of a disabled button">Transparent</ButtonDisabledBackColor>
      <ButtonDisabledTextColor description="Gets the text color of a disabled button">#808080</ButtonDisabledTextColor>
      <ButtonBorderDisabledColor description="Gets the border color of a disabled button">Transparent</ButtonBorderDisabledColor>
      <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">#00AAFF</ButtonBackColor>
      <ButtonTextColor description="Gets the text color of a button">#FAFAFA</ButtonTextColor>
      <ButtonBorderColor description="Gets the border color of a button">Transparent</ButtonBorderColor>
      <ButtonDropDownSplitLineColor description="Gets the color of line between text and a drop-down arrow on a button">#0095DF</ButtonDropDownSplitLineColor>
      <ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">#02ABFF</ButtonHoverBackColor>
      <ButtonHoverTextColor description="Gets the text color of a button if the mouse cursor is over the button">#FFFFFF</ButtonHoverTextColor>
      <ButtonBorderHoverColor description="Gets the border color of a button if the mouse cursor is over the button">Transparent</ButtonBorderHoverColor>
      <ButtonDropDownSplitLineHoverColor description="Gets the color of line between text and a drop-down arrow on a button if the mouse cursor is over the button">#0095DF</ButtonDropDownSplitLineHoverColor>
      <ButtonCheckedBackColor description="Gets the background color of a checked button">#0099E6</ButtonCheckedBackColor>
      <ButtonCheckedTextColor description="Gets the text color of a checked button">#FFFFFF</ButtonCheckedTextColor>
      <ButtonBorderCheckedColor description="Gets the border color of a checked button">Transparent</ButtonBorderCheckedColor>
      <ButtonDropDownSplitLineCheckedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">#0095DF</ButtonDropDownSplitLineCheckedColor>
      <ButtonPressedBackColor description="Gets the background color of a pressed button">#0099E6</ButtonPressedBackColor>
      <ButtonPressedTextColor description="Gets the text color of a pressed button">#FFFFFF</ButtonPressedTextColor>
      <ButtonBorderPressedColor description="Gets the border color of a pressed button">Transparent</ButtonBorderPressedColor>
      <ButtonDropDownSplitLinePressedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">#0095DF</ButtonDropDownSplitLinePressedColor>
      <ButtonDisabledBackColor description="Gets the background color of a disabled button">#00AAFF</ButtonDisabledBackColor>
      <ButtonDisabledTextColor description="Gets the text color of a disabled button">#808080</ButtonDisabledTextColor>
      <ButtonBorderDisabledColor description="Gets the border color of a disabled button">Transparent</ButtonBorderDisabledColor>
      <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>
    <UnderlinedButtonColors>
      <ButtonUnderline>Transparent</ButtonUnderline>
      <ButtonHoverUnderline>#2D91FF</ButtonHoverUnderline>
      <ButtonCheckedUnderline>#2D91FF</ButtonCheckedUnderline>
      <ButtonPressedUnderline>#2D91FF</ButtonPressedUnderline>
      <ButtonBackColor description="Gets the background color of a button">Transparent</ButtonBackColor>
      <ButtonTextColor description="Gets the text color of a button">#FFFFFF</ButtonTextColor>
      <ButtonBorderColor description="Gets the border color of a button">Transparent</ButtonBorderColor>
      <ButtonDropDownSplitLineColor description="Gets the color of line between text and a drop-down arrow on a button">Transparent</ButtonDropDownSplitLineColor>
      <ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">Transparent</ButtonHoverBackColor>
      <ButtonHoverTextColor description="Gets the text color of a button if the mouse cursor is over the button">#FFFFFF</ButtonHoverTextColor>
      <ButtonBorderHoverColor description="Gets the border color of a button if the mouse cursor is over the button">Transparent</ButtonBorderHoverColor>
      <ButtonDropDownSplitLineHoverColor description="Gets the color of line between text and a drop-down arrow on a button if the mouse cursor is over the button">Transparent</ButtonDropDownSplitLineHoverColor>
      <ButtonCheckedBackColor description="Gets the background color of a checked button">Transparent</ButtonCheckedBackColor>
      <ButtonCheckedTextColor description="Gets the text color of a checked button">#FFFFFF</ButtonCheckedTextColor>
      <ButtonBorderCheckedColor description="Gets the border color of a checked button">Transparent</ButtonBorderCheckedColor>
      <ButtonDropDownSplitLineCheckedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">Transparent</ButtonDropDownSplitLineCheckedColor>
      <ButtonPressedBackColor description="Gets the background color of a pressed button">Transparent</ButtonPressedBackColor>
      <ButtonPressedTextColor description="Gets the text color of a pressed button">#FFFFFF</ButtonPressedTextColor>
      <ButtonBorderPressedColor description="Gets the border color of a pressed button">Transparent</ButtonBorderPressedColor>
      <ButtonDropDownSplitLinePressedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">Transparent</ButtonDropDownSplitLinePressedColor>
      <ButtonDisabledBackColor description="Gets the background color of a disabled button">Transparent</ButtonDisabledBackColor>
      <ButtonDisabledTextColor description="Gets the text color of a disabled button">#808080</ButtonDisabledTextColor>
      <ButtonBorderDisabledColor description="Gets the border color of a disabled button">Transparent</ButtonBorderDisabledColor>
      <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>
    </UnderlinedButtonColors>
    <SeparatorColor>#BDBDBD</SeparatorColor>
  </ToolStripColors>
  <ButtonColors>
    <ButtonBackColor description="Gets the background color of a button">#8B8B8B</ButtonBackColor>
    <ButtonTextColor description="Gets the text color of a button">#FFFFFF</ButtonTextColor>
    <ButtonBorderColor description="Gets the border color of a button">Transparent</ButtonBorderColor>
    <ButtonDropDownSplitLineColor description="Gets the color of line between text and a drop-down arrow on a button">Transparent</ButtonDropDownSplitLineColor>
    <ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">#818181</ButtonHoverBackColor>
    <ButtonHoverTextColor description="Gets the text color of a button if the mouse cursor is over the button">#FFFFFF</ButtonHoverTextColor>
    <ButtonBorderHoverColor description="Gets the border color of a button if the mouse cursor is over the button">Transparent</ButtonBorderHoverColor>
    <ButtonDropDownSplitLineHoverColor description="Gets the color of line between text and a drop-down arrow on a button if the mouse cursor is over the button">#DCDCDC</ButtonDropDownSplitLineHoverColor>
    <ButtonCheckedBackColor description="Gets the background color of a checked button">#AFAFAF</ButtonCheckedBackColor>
    <ButtonCheckedTextColor description="Gets the text color of a checked button">#000000</ButtonCheckedTextColor>
    <ButtonBorderCheckedColor description="Gets the border color of a checked button">#000000</ButtonBorderCheckedColor>
    <ButtonDropDownSplitLineCheckedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">#DCDCDC</ButtonDropDownSplitLineCheckedColor>
    <ButtonPressedBackColor description="Gets the background color of a pressed button">#6C6C6C</ButtonPressedBackColor>
    <ButtonPressedTextColor description="Gets the text color of a pressed button">#FFFFFF</ButtonPressedTextColor>
    <ButtonBorderPressedColor description="Gets the border color of a pressed button">Transparent</ButtonBorderPressedColor>
    <ButtonDropDownSplitLinePressedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">#DCDCDC</ButtonDropDownSplitLinePressedColor>
    <ButtonDisabledBackColor description="Gets the background color of a disabled button">#AFAFAF</ButtonDisabledBackColor>
    <ButtonDisabledTextColor description="Gets the text color of a disabled button">#2D2D2D</ButtonDisabledTextColor>
    <ButtonBorderDisabledColor description="Gets the border color of a disabled button">Transparent</ButtonBorderDisabledColor>
    <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>
  <SidebarSelectorButtonColors>
    <ButtonUnderline>Transparent</ButtonUnderline>
    <ButtonHoverUnderline>#2D91FF</ButtonHoverUnderline>
    <ButtonCheckedUnderline>#2D91FF</ButtonCheckedUnderline>
    <ButtonPressedUnderline>#2D91FF</ButtonPressedUnderline>
    <ButtonBackColor description="Gets the background color of a button">#2D2D2D</ButtonBackColor>
    <ButtonTextColor description="Gets the text color of a button">#FFFFFF</ButtonTextColor>
    <ButtonBorderColor description="Gets the border color of a button">Transparent</ButtonBorderColor>
    <ButtonDropDownSplitLineColor description="Gets the color of line between text and a drop-down arrow on a button">Transparent</ButtonDropDownSplitLineColor>
    <ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">#232523</ButtonHoverBackColor>
    <ButtonHoverTextColor description="Gets the text color of a button if the mouse cursor is over the button">#2D91FF</ButtonHoverTextColor>
    <ButtonBorderHoverColor description="Gets the border color of a button if the mouse cursor is over the button">Transparent</ButtonBorderHoverColor>
    <ButtonDropDownSplitLineHoverColor description="Gets the color of line between text and a drop-down arrow on a button if the mouse cursor is over the button">Transparent</ButtonDropDownSplitLineHoverColor>
    <ButtonCheckedBackColor description="Gets the background color of a checked button">#232523</ButtonCheckedBackColor>
    <ButtonCheckedTextColor description="Gets the text color of a checked button">#2D91FF</ButtonCheckedTextColor>
    <ButtonBorderCheckedColor description="Gets the border color of a checked button">Transparent</ButtonBorderCheckedColor>
    <ButtonDropDownSplitLineCheckedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">Transparent</ButtonDropDownSplitLineCheckedColor>
    <ButtonPressedBackColor description="Gets the background color of a pressed button">#000000</ButtonPressedBackColor>
    <ButtonPressedTextColor description="Gets the text color of a pressed button">#2D91FF</ButtonPressedTextColor>
    <ButtonBorderPressedColor description="Gets the border color of a pressed button">Transparent</ButtonBorderPressedColor>
    <ButtonDropDownSplitLinePressedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">Transparent</ButtonDropDownSplitLinePressedColor>
    <ButtonDisabledBackColor description="Gets the background color of a disabled button">#2D2D2D</ButtonDisabledBackColor>
    <ButtonDisabledTextColor description="Gets the text color of a disabled button">#2D2D2D</ButtonDisabledTextColor>
    <ButtonBorderDisabledColor description="Gets the border color of a disabled button">Transparent</ButtonBorderDisabledColor>
    <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>
  </SidebarSelectorButtonColors>
  <HighlightedButtonColors>
    <ButtonBackColor description="Gets the background color of a button">#00AAFF</ButtonBackColor>
    <ButtonTextColor description="Gets the text color of a button">#FFFFFF</ButtonTextColor>
    <ButtonBorderColor description="Gets the border color of a button">Transparent</ButtonBorderColor>
    <ButtonDropDownSplitLineColor description="Gets the color of line between text and a drop-down arrow on a button">#0095DF</ButtonDropDownSplitLineColor>
    <ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">#02ABFF</ButtonHoverBackColor>
    <ButtonHoverTextColor description="Gets the text color of a button if the mouse cursor is over the button">#FFFFFF</ButtonHoverTextColor>
    <ButtonBorderHoverColor description="Gets the border color of a button if the mouse cursor is over the button">Transparent</ButtonBorderHoverColor>
    <ButtonDropDownSplitLineHoverColor description="Gets the color of line between text and a drop-down arrow on a button if the mouse cursor is over the button">#0095DF</ButtonDropDownSplitLineHoverColor>
    <ButtonCheckedBackColor description="Gets the background color of a checked button">#0099E6</ButtonCheckedBackColor>
    <ButtonCheckedTextColor description="Gets the text color of a checked button">#FFFFFF</ButtonCheckedTextColor>
    <ButtonBorderCheckedColor description="Gets the border color of a checked button">Transparent</ButtonBorderCheckedColor>
    <ButtonDropDownSplitLineCheckedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">#0095DF</ButtonDropDownSplitLineCheckedColor>
    <ButtonPressedBackColor description="Gets the background color of a pressed button">#0099E6</ButtonPressedBackColor>
    <ButtonPressedTextColor description="Gets the text color of a pressed button">#FFFFFF</ButtonPressedTextColor>
    <ButtonBorderPressedColor description="Gets the border color of a pressed button">Transparent</ButtonBorderPressedColor>
    <ButtonDropDownSplitLinePressedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">#363738</ButtonDropDownSplitLinePressedColor>
    <ButtonDisabledBackColor description="Gets the background color of a disabled button">#005881</ButtonDisabledBackColor>
    <ButtonDisabledTextColor description="Gets the text color of a disabled button">#C7C7C7</ButtonDisabledTextColor>
    <ButtonBorderDisabledColor description="Gets the border color of a disabled button">Transparent</ButtonBorderDisabledColor>
    <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>
  <MenuColors>
    <MenuBackColor description="Gets the background color of a context menu">#2D2D2D</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">#00AAFF</MenuItemPressedBackColor>
    <MenuItemSelectedBackColor description="Gets the background color for the selected menu item">#00AAFF</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">#232523</SeparatorColor>
  </MenuColors>
  <IsDarkTheme description="Specifies if the theme is derived from a dark theme">True</IsDarkTheme>
  <Screenshot description="Specifies a base64 encoded screenshot image">iVBORw0KGgoAAAANSUhEUgAABlYAAAQ4CAYAAAB7UuGNAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAALg4SURBVHhe7N0JmGRVfTdgcV+zGDWJJi4wM8w+zNqzLyzDNgMDjMM2iiAwyKa2CyIKDggj4IKIoA4giyBGE4IajQtKXIK7iUYToyIajZ/7isb1/9W5tfSt6lvV1dU91Xdm3nqe9+mqe85d6nZ3ndvn1+ee+82aNSsAAAAAAAAYmWAFAAAAAACgS4IVAAAAAACALglWAAAAAAAAuiRYAQAAAAAA6JJgBQAAAAAAoEuCFQAAAAAAgC4JVgAAAAAAALokWAEAAAAAAOjSqIKVfRdPixtOfUzce8mD449X3S9+97r7xX9d+NC48ul/GYvnzyhcBwAAAAAAYFfRdbByxronx09f/YC47zX3j9vP+vO49Li/jldt/qv4wPP+JH77uj3i2694UBy5anLhugAAAAAAALuCroKVpx+wV/zmtXvER1/4qFixcNqw8kOX7x1fuuCh8aNXPiAOXDp1WHn3Nse222+P27dtLiibFWsHt8ftt2+PwbXDywAA2LVUr/0q14Yttg+uLay/o2THkV2fro3B7bfHts3F9cZi87bKe9s+GGsLysZb2lf2HtYOxvY+7RP6JftdGvb35Ei/u53Kq2WNz6Buf2c2b+uibvv9Zu+jwz47lqd918sq8p+ZQ59nufo7UPU4O/0N37kPIG94m7AtNtfK0n7y77O636FyAIDxNmKwss/smfH1lz8kvnjBw2LenJmFdZIVC6fH9y9/YNz1gkcVlncnXVRtr/yBV3ThVbvgEqwAAOwWijsA69eE/e0wq3fo7YhQJW27v2FRraO4qDO2205jKKP0M9zymZEPIEYKMIaXV39XRv/72Smoqeq03+zzpvG7WPt9zb2vkco3b8t/PlY/M/P76OdnTv19tttfdiyVv/87Byu199j6uV/5ftffV9rPDn1PPh8BgBYjBitnrXtSNp9Kut3XK47968I6c+fMjJu2PCarl6xfMaWw3siqwcq2bQUXetlFcuXCSbACALBbyDoPCzvbhnck7szWru1PB+eIdByyU0ufCy1/K6af6awzfni40E15+8+gEaTRYJ3C3477LViWba/+3kYqHy4LN5reR9pGh+MbR1ngkYKTwv1VP8tHClaag6RighUAoN9GDFZuO/3R8ZULHxq3PusvstDkPc/90xiYNzRRfZrQ/jPnPSJ+d+UeccXT/yp+9dr7xyXHPr5pG91LF3jpgrD1Qq9+kVwvry3PLiCr/wEzdKFWqzOYLlarZUMXWC3rD3sNAEBZdOzUbHRMDi3L6jeuDSua1q124G3bnK7/6teOBdeCBR2irdvNd2g2l+W3Vd9f9evw8oqma9mKLjsOm/ZZsE7n81CRnbt6efWYso7XonVGeYwwYdLPddvO+ervfWtw0rm8/jucX9ad7Hew7bHkFey34DOoqd5I5U3Lq4pCh3SM4xVEtP8crO97c/G5rIUVmzuer5G+d1Wt77Hdey4+zs6f120/HwGA3dqIwUqaV+WfnvNn2fNzj/zbbPL6/77oIdmolGes3TO7/Vdy0oF7ZnW+tPVh2eiV/Da6ly6ahv64a1w8pYvH7I+4ofJ83axO5aKseuFUvfBqXOw0/dHdss6w1wAAlEXHzsmsc3HoOq7aYZbvbKx1kDXWr77evn1b52vBlk7LYdutlA/WrlGzsnzQ0HTdWe+gG9p+1jmXq792MH8srcc7XL1zb6izcPg6I56HlvM2a3Pl/TSeVzs588HJaI8RJkr62W8fFFT/RmzfOV9QXv9dqfyODIWLLZ8XhUbzN2bBfgt+D+u/e1m9kcqbllc0fS61LB+H3+XOn4NDAceweq1l7Y6l3fG3qG+r3evOx1n7bOvweZ3VH3beAYDd2YjByr+84FHZKJX66yNWTY5vXPKQ+OUV989GqaTRKvsODE1Y/18XPjSuPfmxjdejk7sITReytQuXdFFTvUhsKW9c4NZkF2OtF7L5153KAAAok46dbR2v8Wqy68XmjrPmjteC9ZrWSeVtOisL95nv3CzYX9O2C4zQcZd19LWej2ybozgPnY6hm45DnYuU1NDfjEU6/S4nBeXZ70rldy738559JnX6HU5G9TtSsN/C9XOfJyOVZ6+r283+Rm53LOn9dX2c7RR95uQ/B/MBR0vd3GfRjg9WRjrOLj6vffYBAC1GDFZuPu0x2eT1+WVL5s+IDzzvT7KRKWl+lfryhXNnxK9es0e8bNMTmup3L3/Bky5uKs/Tfwg1LmBy5W3/KGy9aMq/7lQGAECZdOxsy64Fa9dxbTve8td6zZ19w8tr8teYnTr0srJax2WLfEdd0/7yx1xbVu2oza3foeOuteOwKvceRnEeho4zp03HYffHmPaTq9fu3MEOMGx+lSbVn81hP/Odygt+Xws74FsU/562U7Dfwt/D3OfJSOVNyyuy99Hus6Pd72iXv8sjfg42n4/88/zn+w4PVkY8zi4+rwvPOwCwOxsxWHnb6Y+O7136wJgzu7g8LwUqv7/yfnHAkqERLKOTLuBaLl4qFztDF0j58urFXv7iqXAbTa9bLpiy7efrAgBQFiN2ttU7ubJruu4CheaOx9brxopRBSudOvtG6qirXss2ddTl31OB4g7b3Hvo6jzU1Dpbm+oP2//ojxEmSvr9aP79zqv+LI+qvLVjPVP9vR7+e1iXttPpc6FVwX4Lf49z9UYqb1peU7ROen9j/V0uPJZmTZ9bjc/XdB6Hzm3Hz/rC78NwIwcrnY5zpM/rirQNn30AQE7HYGXlwmnZCJQ0KX163SlcWbtkavzwlQ+Mdz27Oh9Lb9IFYf6iKV3g5C+AWsqzi52h/zapXoy1bqPldXZRVa+/raUuAABl0b6zraUTsV3HW6MTL70u6Dgbdt1Yke+A69Sh16ksM0JHXdOxVWXvt0PHXeooHHY+ujnegn1VVY+xqfMxv/8ejhEmSmvHerOWz4yuyos+M4qWDekYEBQq2m/B51LT7+JI5QXynxP5ZaM61gLtPnNymr8vtfNX+Ts8/znS+bxV1xnpWDsGKyMeZ8H3tXWd1s9HAGC31zFYuebEx8Ufr7pf/PTVD4jfvm6P+LeXPjwOXTZlWL3j998r/ueSB8W3X/GgWLFw+rByAAAYrcLOtqyza3gnWxY6NHUcVjvKhnXoFXSSDm2r2smZ386w7Vb2X5+8vnCf2+odbyN01LV22tXf10jBSlMnbPV4WzsTO56Hzdty67ccY2vnaw/HCBOmY1BQFGDkFZdnn0G534nOwWLB7/yIiveb/R439tPyOzxi+eYYzNUt+pxI0ntpXdaLzp+D1fKm/WSfM83LOgcrSfU9DDv3uc+z1v0Uve758zq9bv18BAB2ex2DldtOf3Tmjc98XLxq81/Fd7Y9KJuw/q4XPCpbliapT5PXp/DlSxc8NA5c2ustwAAAoFm1UzN1huW179hqrd/caVjQcZapddjVt511pjXvo9ohV5fraBtWlt/nyB11TcebOgxTx13bTtt6R+HmbLuN9Qo6Izueh3o4UlRWO+asrLbd0R4jTJz0u9z8+9lc1in0aF/e/PvUoWM9/W6N+nej/X6bPlsKfs/bl+d+j2uaf8+TtN/xCwnafw7WP7fy+x++7+wcdwxWkuHvK/9Z1Lqf4fvtdJwjf14XfT4CALu3EedYyRuYNyNetfmv4zMveXh8//IHxv9e+qD42DmPjJdu/JvYZ/bQJPYAAMD4KuooBHJS8DdBnd470+9nCjJ8lgAAjM2oghUAAGBiCFZgZNmohL6HK2kURrvRMuXS3egQAABGIlgBAICdgGAFAACgHAQrAAAAAAAAXRKsAAAAAAAAdEmwAgAAAAAA0CXBCgAAAAAAQJcEKwAAAAAAAF0SrAAAAAAAAHRJsAIAAAAAANAlwQoAAAAAAECXBCsAAAAAAABdEqwAAAAAAAB0SbACAAAAAADQpVEFKzPnLoi/PPPqeNTln4r7vz3Iud/rv1G4vJ10Dh/3nGtj+sKlhecaAAAAAACoWrhwYaxevToOPvjgzOGHHx5HHXXUhOg6WEmhysNf95+FIQGjD1bqHvzmH8S0JWsKzzkAAAAAAOzOlixZkoUohx56aBasDAwMZIrq9kvXwcpjn39zYTBAVa/BSvLnL3tv4TkHAAAAAIDd0Zw5c7KRKQceeGDMnTu3sM5E6TpYMVqls7EEKw+6+eeF5xwAAAAAAHY36bZfaYTKRI9MaafrYKUoEGDIWIKVpOicAwAAAADA7qQeqpRtlEqeYGWcCFYAAAAAAKB3KUwpe6iSCFbGiWAFAAAAAAB6l0KVNGKlqKxMBCvjRLACAAAAAAC9WbJkSTZRfVFZ2QhWxolgBQAAAAAAenP44YePyy3AnvrUp8YVV1wRf//3f59Jz9Oyorq9EqyME8EKAAAAwOgVPYrqAbDrGhgYiIMPPriwbDSe97znxQ033BDHHntsdkuxJD1Py1JZ0Tq96EuwUn8Ule0qyhKszJ49O17ykpfE3XffHT/84Q/jBz/4QXzsYx+Ll770pVlZ0ToA0Itt27YVLqd80n/n5F+/9rWvbXoNwNj8y7/8S+2v3u4faZ2ibTEx3vWud2WKytjx0qPTawB2fWvWrIlVq1YVlnUrjUp585vfXDhHS1qWyrobubI+Lnnf++KS9c3L11/yvnjfJeuz54KVcVKWYOW6667LzvWXv/zluO222zLpeXr827/9W+E6ADBar3vd6+IXv/hFYRnl8prXvCa++c1vNl6n71165OvASK688srC5ZTHGWecEZ/4xCfi5z//eSY9T8uK6jL+evlc7WUdxt+GDRvive99b/zud7/LpOdpWVFdxtdoHkXrA7BrSaNV0qiVorJupX8qTKNTisqSVNb6j4eF1l8S7/viDXF60/LmsGWnCFYeUPGetIFvFy+/4n3Ny3uxNGUPLdsfjTLdCuyss84atiwNc/r1r3+d/YG1zz77DCvv6Ly70tlvPO69flOu/Ly4K+6N6zfl6u8om66v7KlP+wKgrXrH/LgGKx3bmlY7vu0576674rxZm+L6e9PXojrDj2Hkdfrv1a9+dXzjG9+I/fbbL3v9+te/vnaGx+Haw/espr5+ub734y09ehvplM57/tH6Pai+rn9tXndH2PE/ixPhjW98Y/zhD3+Ie+65J26++eZMep6WpbKidUY0qt/xsal//zddX7naT/vZCa/776p8noz2MdoRK9m35K7zCstG1uFnfzf+O+uYY47JgsjWR1qWyorWGVHP7eMoPp8q+0jbTb8zd51Xeb0Tfw/To5uvo9L0Pdh122aAXc369etj/vz5hWXdesc73lE4WqUubT/VKSprcvoN8cUbTm9ZfnrckAtbdqpg5auV6533fGL48rEGKw+orP/VMYQqyc4wx0oKV9LjxS9+cWF5oeyCJH+BljoN8heHE/XH6a75RzFA2V111VVZW5IeqcPu61//enz4wx+Oiy++OBYvXly4zohGbGta9aMNSPtI/VdFZUnRMbSuM7Ft1ate9ars+7Pvvvtmr6+++ur0bWs8/uu//ive9773xcte9rJYsmTJsPU78j1rlnVoddr3zq/+GH240nxOUydg5QclNjWV9/PcdfM97vHnYIKkUSnp8zj9gbhgwYLG8vQ8LUtlox65Murf8bGqbr/yg1BQtvN8P9K57ub2y6lOqltU1lb6nLn3rrjr3l7PRZnOY3mO5Qtf+EL6aCt8pLKidToaU/s4uvOS7Won/51J0qObr13L2uRcmFJ5ff2EtM871/cBoAyOOOKImDNnTmFZt7oJVtJk9kVleflbfjWkUSzvuyTW117vVMHKFZ+ohitLW5ePQ7BS32av8sHK494Z8eHv/TH2ef/wemlZKkt18suLznm30g/cHXfcEWeeeWZhed5Xv/rVbM6VorLhqheBw/7QbbpQmaiLhd72u2LF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+2fBym9rUrDy098+uNLePjI+9OlHx5XXPSFOPL3yh8vKKfHkvaZV9ilcYfchWAEAKKd286ukCeqTNJ9KuvVXu0cqS3Xq9Yu2VRSG1KW5VfKP73//+3HeeecV1m0nzbNS9N7GQrACJdHXYOXIdXHK8w+JN719dXzuv6fFT3776PhdPKiiGprkR6akjp//q0i3LqlLy1L5r+P+lfX/JK568+R42qkDsWK/VbFoSed7Jo5W1onf+sg6/Wsd/rXHN2++OXoesZKpBQyNR36URktZayhRfzRtryILQOqPyvFsHc0+81rrpcwiV966n5srtRuhRlq3st1s5En90freOpXX6+QeTe+hTbCSW2fY/CtA32UjTlrus9s82Xz7YKXjuil0Kby12PhK7WPRhWzejg5WknR7rhSwVKXbddXsNTmestfUmLtoWmw4du849+K94qZ//Jv4xJceE9/88SPiZ797QPzmD3vEb/9YbVPrfh17xK/++MD4wa8fFp/72p/EzX//V3HWC/aMlQdMiydNnlHZ5vhPsAgAADAaRX+jJd0GK3feeeeYgpX77ruvtqWhx2c/+9lRhytF720sBCtQEv0KVpatXhUHbTwgnvmCNXHFzYvjzs9Oia99/9Hxw189JH7xx/vF72uhSV4KXO6r+Nnv7h+/+MMe8Ztc2Ve/8/C4+R+eFKe/YH6sXb8iliwf3xErjFUtOCksS0YqB5h4qX0supDN60ewMpLZ86bEYUdPinMv3DNuueMJ8dmvPDq++4uHxf/FHtk/K6Q2thqoVKXlv4v7x31/fFB87f89NG7/4F/EORc9OfZfPz2eMm1OPHnPmYX7AQAAdg0bN20sXF4m7Uas5I31VmBFQUjdV7/61dqWmh9p5ErrbcHOPffcptd1z3ve8wrf21gIVqAk+hWsLF+9PA7csCKOP2NZnHPpgnj9rdPi9jv/Nv7l84+Lz331T+Or331YfPdnD4wf//oB8Yvf3j9++rv7xw9//cD43i8eFN//5YPiJ7+5f9YplEKVNLrla//vYfGOf/7beNFFs2PDMYtj5ZrxnbyesRKsADu/1D4WXcjmlSFYmTl3Uqw7anK88II946a/f0J86st/Ef/782qwUm83UxtaHwGa/lHhj1m48oD47s8fGB/85J/FRa95Uhx27IyYOnduPHHSrNhz0pTCfQEAADu311752njnO99Z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+ctfDq/xxiiEACAnRwEAAGh5aMPK+esjT77rle8ff+p197zOo+98ZYj5x2POP9+UYeVBjqPnXXf+wPrbt28fXjv73ve+d/rb3/52eI03RiEEADk5CgAAQMtDHVbOHnnymbuDyTOvueeqRx574nX33IRh5ej8v+tBH/+fcj6+/e1vH147e/755y/uObq27Py5MN/85jdPX/jCFy4+R+by/LPPPnv66le/evrSl7508f3l+fM953vPj3mzPlNGIQQAOTkKAABAy0MfVs5eM65cfI7KXedrjz95OLwYVjadjx/84AeH186++MUvXtxzdG3Vxz/+8dPLL7988Xufj5///OcX589Dyu9+97u7Z0+n3//+96fnnnvu4trPfvazu2dPF489P8fV53wYFEIAkJOjAAAAtLwpw8qFx5+6O6C86+IzVM7nLkeVoz8VdlOGlTf69a9//evprW9966s/3zTnd2+cjw984AOH18/HD3/4w8Nrq86fC3Pv8dGPfvT0ta997e5P/zzO587X7j3Oz3H03A9CIQQAOTkKAABAy5s6rDzy9P/8c1x57O47Vf77/Rfn773/pgwrqQd9/H/SnTt3Tr/+9a9fd/5ydLn3/LoXX3zx4ve+enzsYx97Q8PK+TmOnvtBKIQAICdHAQAAaHlzhpW771Z5+xNPv3r91XsuB5ann33NY173HA/BUXmdOh/p17e97W0XX88/30Sf/OQnL37/85Byee5973vfxbkXXnjhNffeBNf9KbD3vve91/4psPM9l4c/BQYAe+QoAAAALQ9/WLkcVQ7+3NelVz9n5V3/++q5mzKspB708f8pX//61y9+9/NxfvfG5fn3v//9d8+eTt///vdf85ib4H4fXn/+d375y1++9sPrP/ShD716/mFSCAFATo4CAADQ8nCHlSee/pejyqVHHnvilXHlv567+PmmDCvJ15v4jpV3v/vdp5deeuni9759+/bhPWef/exnL+45Hx/5yEcO7+HfoxACgJwcBQAAoOXhDSu33vHK13c+dnjPoVu3XnnMo4/emGEl9aCPbzp/UP35+POf/3x65plnDu+5149+9KOLx5z/bNjRdf41hRAA5OQoAAAALQ9tWLkcV46uX+vWI68OMoaVHefjt7/97eG1+zn/mazz8Z73vOfwOvenEAKAnBwFAACg5aEMK098/levjiOp83McPfeDOCqvU+fj6Py/60Ef3/L8888/0O/6xz/+8fSVr3zl8Br3pxACgJwcBQAAoOWhDCurjsrr1MM4jp53zW9+85vTyy+/fPEnvT71qU+dPv3pT7/G+dx1PvOZz5zu3Llz8dksR8/N/SmEACAnRwEAAGgxrPAan/jEJ05/+MMf7k5B2fHd73738Lm5P4UQAOTkKAAAAC2GFRihEAKAnBwFAACgxbACIxRCAJCTowAAALQYVmCEQggAcnIUAACAFsMKjDgXQkfnAYCnDl/rXWVYAQAAoMWwAiMMKwBwvaPXelcZVgAAAGgxrMAIwwoAXO/otd5VhhUAAABaDCswwrACANc7eq13lWEFAACAFsMKjDCsAMD1jl7rXWVYAQAAoMWwAiMMKwBwvaPXelcZVgAAAGgxrMAIwwoAXO/otd5VhhUAAABaDCswwrACANc7eq13lWEFAACAFsMKjDCsAMD1jl7rXWVYAQAAoMWwAiMMKwBwvaPXelcZVgAAAGh5y1O3T6f/tw7+pxxWGVYA4HpHL2SvMqwAAADQYliBEYYVALje0QvZqwwrAAAAtBhWYIRhBQCud/RC9irDCgAAAB1vP/0fBR5yu+Ng7CAAAAAASUVORK5CYII=</Screenshot>
  <Label description="Color of labels preceding an edit control">#979797</Label>
  <LabelDisabled description="Color of disabled labels preceding an edit control">#6D6D6D</LabelDisabled>
  <PopupBackground description="Color for background of popups">#0076F7</PopupBackground>
  <PopupText description="Font color for popups">#FFFFFF</PopupText>
  <RoundedCornersRadius description="Radius of control corners. Use '0' for rectangular controls">4</RoundedCornersRadius>
  <HighlightColor description="Highlight color">#717116</HighlightColor>
</SerializableColorTheme>