﻿<?xml version="1.0" encoding="utf-8"?>
<SerializableColorTheme name="Dark Petrol" author="Andreas Hernitscheck">
  <!--Form-->
  <FormBackground description="Background color of all windows">#0D232E</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">#393939</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">Transparent</ButtonDropDownSplitLineHoverColor>
    <ButtonCheckedBackColor description="Gets the background color of a checked button">#FFA002</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">Transparent</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">#ABA200</FormCaptionButtonBackgroundPressed>
  <FormCaptionButtonBackgroundOver description="Background for buttons in the right-top area of a form caption when mouse is over the button">#191A22</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">#0D232E</FormHeader>
  <FormHeaderActive description="Header color of an active window">#0D232E</FormHeaderActive>
  <FormHeaderForeground description="Color of a text in window header">#CDBB08</FormHeaderForeground>
  <FormHeaderActiveForeground description="Color of a text in an active window header">#F8F8F8</FormHeaderActiveForeground>
  <ReadMailFormBackground description="Background color of a form used for reading emails">#0D232E</ReadMailFormBackground>
  <SendMailFormBackground description="Background color of a form used for composing emails">#0D232E</SendMailFormBackground>
  <MainFormBackgroundStart description="Starting color of the gradient used as the background for the main window">#142A35</MainFormBackgroundStart>
  <MainFormBackgroundEnd description="Ending color of the gradient used as the background for the main window">#142A35</MainFormBackgroundEnd>
  <MainFormHeader description="Header background color for main window">#142A35</MainFormHeader>
  <MainFormHeaderActive description="Header background color for active main window">#142A35</MainFormHeaderActive>
  <PlaceholderText description="Color of a text placeholder (in a text box control, for example)">#B5B5B5</PlaceholderText>
  <Link description="Color of links">#CDBB08</Link>
  <FocusedInputControlBorder description="Border color of a focused input control (e.g. textbox)">#A5CA13</FocusedInputControlBorder>
  <BorderLine description="Color of form border">#3C6156</BorderLine>
  <BorderLineActive description="Color of an active form border">#497568</BorderLineActive>
  <DarkLine description="Color of darker lines used on forms">#0E4764</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">#2B333B</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">False</ShowMainFormHorizontalTopLine>
  <GroupHeaderBackground description="Background color of group header">#1D5069</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>
  <UnfocusedInputControlBorder description="Border color of an unfocused input control (e.g. textbox)">#DBDBDB</UnfocusedInputControlBorder>
  <!--Message list-->
  <MainFormGridConversationCountBackground>#4C4D00</MainFormGridConversationCountBackground>
  <MainFormGridConversationCountForeground>#FFFFFF</MainFormGridConversationCountForeground>
  <MainFormGridSnoozeFontColor>#CDBB08</MainFormGridSnoozeFontColor>
  <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>
  <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">#C7FF00</MessagesUnreadMarkerColor>
  <MessagesHoverFlagUnreadColor description="Color of a flag / unread marker when the mouse is over a message ">#E5E5E5</MessagesHoverFlagUnreadColor>
  <MainFormGridImageTintColor>#969696</MainFormGridImageTintColor>
  <MainFormGridHeaderImageTintColor>Transparent</MainFormGridHeaderImageTintColor>
  <MessagesMultilineThirdLineColor description="Color of a text shown on the third line for a multiline message list (the message preview)">#8C8C8C</MessagesMultilineThirdLineColor>
  <!--Message detail/preview-->
  <MailSubject description="Color of mail subject text">#DCDCDC</MailSubject>
  <MessagePanelBackground description="Background color of the message preview panel">#011A1F</MessagePanelBackground>
  <MailBackground description="Preferred background color of an email">#011A1F</MailBackground>
  <MailForeground description="Preferred text color of an email">#D1D1D1</MailForeground>
  <MailLink description="Color of links in an email">#9E9907</MailLink>
  <MailLinkVisited description="Color of visited links in an email">#2D91FF</MailLinkVisited>
  <AntiphishingBarBackground description="Background color of an antiphishing bar shown when the mouse is over a link">#041A25</AntiphishingBarBackground>
  <!--Search box-->
  <SearchBoxActiveBorderColor description="Border of a search box on the main form when search is currently active">#A5CA13</SearchBoxActiveBorderColor>
  <!--Mail header-->
  <MailHeaderBackground description="Background color of a bar with a basic information about the email">#2B333B</MailHeaderBackground>
  <MailHeaderLink description="Color of an email address shown in the bar with a basic information about the email">#CDBB08</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">#525F24</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">#484D34</MailHeaderConversationCountBackgroundHover>
  <!--Grid-->
  <DataGridColors>
    <GroupsBackgroundStart description="Starting color of the gradient used as the background for groups shown in datagrid">#142A35</GroupsBackgroundStart>
    <GroupsBackgroundEnd description="Ending color of the gradient used as the background for groups shown in datagrid">#142A35</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">#0D232E</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">#CDBB08</GroupsSelectedBackgroundStart>
    <GroupsSelectedBackgroundEnd description="Ending color of the gradient used as the background for selected groups shown in datagrid">#CDBB08</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">#1D5069</GroupsFocusedBackgroundStart>
    <GroupsFocusedBackgroundEnd description="Ending color of the gradient used as the background for a focused group shown in datagrid">#1D5069</GroupsFocusedBackgroundEnd>
    <Background description="Background color of a datagrid">#142A35</Background>
    <FontColor description="Font color in a datagrid">#FFFFFF</FontColor>
    <OddItemBackground description="Alternating background color for the odd items in a datagrid">#393939</OddItemBackground>
    <SelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected items in datagrid">#CDBB08</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected items in datagrid">#CDBB08</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">#1D5069</FocusedItemBackgroundStart>
    <FocusedItemBackgroundEnd description="Starting color of the gradient used as a background for the focused item in datagrid">#1D5069</FocusedItemBackgroundEnd>
    <SelectedItemBorder description="Color of the border line for the selected items in datagrid">Transparent</SelectedItemBorder>
    <DisabledItemBorder description="Color of the border line for the selected items in datagrid when the datagrid is not active">Transparent</DisabledItemBorder>
    <SelectedItemFontColor description="Color of the text for the selected items in datagrid">#FFFFFF</SelectedItemFontColor>
    <GridColor description="Color of the grid lines">#2B333B</GridColor>
    <AddItemLineColor description="Color of the line in datagrids that allow adding new items directly (contacts, events and tasks)">#CDBB08</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>
    <SubItemsBackgroundStart description="Starting color of the gradient used as a background for sub items in datagrid ">#012026</SubItemsBackgroundStart>
    <SubItemsBackgroundEnd description="Ending color of the gradient used as a background for sub items in datagrid">#012026</SubItemsBackgroundEnd>
    <SubItemsSelectedBackgroundStart description="Starting color of the gradient used as a background for the selected sub items in datagrid ">#4E5714</SubItemsSelectedBackgroundStart>
    <SubItemsSelectedBackgroundEnd description="Ending color of the gradient used as a background for the selected sub items in datagrid">#4E5714</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">#EBEBEB</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">#EBEBEB</SubItemsBackgroundInactiveEnd>
    <SubItemsFocusedBackgroundStart description="Starting color of the gradient used as a background for the focused sub item in datagrid">#DCEBFC</SubItemsFocusedBackgroundStart>
    <SubItemsFocusedBackgroundEnd description="Starting color of the gradient used as a background for the focused sub item in datagrid">#DCEBFC</SubItemsFocusedBackgroundEnd>
  </DataGridColors>
  <DataGridHeaderColors>
    <GridHeaderBorder description="Color of the bottom border in the datagrid column headers">#AFAFAF</GridHeaderBorder>
    <GridHeaderStart description="Starting color of the gradient used for the column headers in datagrid">#142A35</GridHeaderStart>
    <GridHeaderMiddle description="Middle color of the gradient used for the column headers in datagrid">#142A35</GridHeaderMiddle>
    <GridHeaderEnd description="Ending color of the gradient used for the column headers in datagrid">#142A35</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">#CDBB08</GridMultilineHeaderSortFontColor>
    <GridMultilineHeaderSortHoveredFontColor description="Color of the sorted column name shown in the multiline mode datagrid header when mouse is over">#CDBB08</GridMultilineHeaderSortHoveredFontColor>
    <GridMultilineHeaderSelectFontColor description="Color of the 'select' text shown in the multiline mode datagrid header">#CDBB08</GridMultilineHeaderSelectFontColor>
    <GridMultilineHeaderSelectHoveredFontColor description="Color of the 'select' text in the multiline mode datagrid header when mouse is over">#CDBB08</GridMultilineHeaderSelectHoveredFontColor>
  </DataGridHeaderColors>
  <!--Grid in main window-->
  <MainFormDataGridColors>
    <GroupsBackgroundStart description="Starting color of the gradient used as the background for groups shown in datagrid">#0A3B4A</GroupsBackgroundStart>
    <GroupsBackgroundEnd description="Ending color of the gradient used as the background for groups shown in datagrid">#082D38</GroupsBackgroundEnd>
    <GroupsForeground description="Color of the text for a group shown in datagrid">#DCDCDC</GroupsForeground>
    <GroupsBorder description="Color of a border line for groups shown in datagrid">#242424</GroupsBorder>
    <GroupsItemsCount description="Color of the items count text in a group shown in datagrid">#DCDCDC</GroupsItemsCount>
    <GroupsSelectedBackgroundStart description="Starting color of the gradient used as the background for selected groups shown in datagrid">#272727</GroupsSelectedBackgroundStart>
    <GroupsSelectedBackgroundEnd description="Ending color of the gradient used as the background for selected groups shown in datagrid">#272727</GroupsSelectedBackgroundEnd>
    <GroupsSelectedForeground description="Color of the text for a selected group shown in datagrid">#F8F8F8</GroupsSelectedForeground>
    <GroupsFocusedBackgroundStart description="Starting color of the gradient used as the background for a focused group shown in datagrid">#1D5069</GroupsFocusedBackgroundStart>
    <GroupsFocusedBackgroundEnd description="Ending color of the gradient used as the background for a focused group shown in datagrid">#1D5069</GroupsFocusedBackgroundEnd>
    <Background description="Background color of a datagrid">#01161A</Background>
    <FontColor description="Font color in a datagrid">#CCCCCC</FontColor>
    <OddItemBackground description="Alternating background color for the odd items in a datagrid">#041A25</OddItemBackground>
    <SelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected items in datagrid">#636E19</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected items in datagrid">#4E5714</SelectedItemBackgroundEnd>
    <SelectedItemBackgroundInactiveStart description="Starting color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#636E19</SelectedItemBackgroundInactiveStart>
    <SelectedItemBackgroundInactiveEnd description="Ending color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#4E5714</SelectedItemBackgroundInactiveEnd>
    <FocusedItemBackgroundStart description="Starting color of the gradient used as a background for the focused item in datagrid">#636E19</FocusedItemBackgroundStart>
    <FocusedItemBackgroundEnd description="Starting color of the gradient used as a background for the focused item in datagrid">#4E5714</FocusedItemBackgroundEnd>
    <SelectedItemBorder description="Color of the border line for the selected items in datagrid">Transparent</SelectedItemBorder>
    <DisabledItemBorder description="Color of the border line for the selected items in datagrid when the datagrid is not active">Transparent</DisabledItemBorder>
    <SelectedItemFontColor description="Color of the text for the selected items in datagrid">#F8F8F8</SelectedItemFontColor>
    <GridColor description="Color of the grid lines">#323232</GridColor>
    <AddItemLineColor description="Color of the line in datagrids that allow adding new items directly (contacts, events and tasks)">#CDBB08</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>
    <SubItemsBackgroundStart description="Starting color of the gradient used as a background for sub items in datagrid ">#373D0E</SubItemsBackgroundStart>
    <SubItemsBackgroundEnd description="Ending color of the gradient used as a background for sub items in datagrid">#373D0E</SubItemsBackgroundEnd>
    <SubItemsSelectedBackgroundStart description="Starting color of the gradient used as a background for the selected sub items in datagrid ">#4E5714</SubItemsSelectedBackgroundStart>
    <SubItemsSelectedBackgroundEnd description="Ending color of the gradient used as a background for the selected sub items in datagrid">#4E5714</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">#373D0E</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">#373D0E</SubItemsBackgroundInactiveEnd>
    <SubItemsFocusedBackgroundStart description="Starting color of the gradient used as a background for the focused sub item in datagrid">#4E5714</SubItemsFocusedBackgroundStart>
    <SubItemsFocusedBackgroundEnd description="Starting color of the gradient used as a background for the focused sub item in datagrid">#4E5714</SubItemsFocusedBackgroundEnd>
  </MainFormDataGridColors>
  <MainFormDataGridHeaderColors>
    <GridHeaderBorder description="Color of the bottom border in the datagrid column headers">#323232</GridHeaderBorder>
    <GridHeaderStart description="Starting color of the gradient used for the column headers in datagrid">#142A35</GridHeaderStart>
    <GridHeaderMiddle description="Middle color of the gradient used for the column headers in datagrid">#142A35</GridHeaderMiddle>
    <GridHeaderEnd description="Ending color of the gradient used for the column headers in datagrid">#142A35</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">#CDBB08</GridMultilineHeaderSortFontColor>
    <GridMultilineHeaderSortHoveredFontColor description="Color of the sorted column name shown in the multiline mode datagrid header when mouse is over">#CDBB08</GridMultilineHeaderSortHoveredFontColor>
    <GridMultilineHeaderSelectFontColor description="Color of the 'select' text shown in the multiline mode datagrid header">#CDBB08</GridMultilineHeaderSelectFontColor>
    <GridMultilineHeaderSelectHoveredFontColor description="Color of the 'select' text in the multiline mode datagrid header when mouse is over">#CDBB08</GridMultilineHeaderSelectHoveredFontColor>
  </MainFormDataGridHeaderColors>
  <!--Grid in a sidebar box-->
  <SidebarDataGridColors>
    <GroupsBackgroundStart description="Starting color of the gradient used as the background for groups shown in datagrid">#041A25</GroupsBackgroundStart>
    <GroupsBackgroundEnd description="Ending color of the gradient used as the background for groups shown in datagrid">#041A25</GroupsBackgroundEnd>
    <GroupsForeground description="Color of the text for a group shown in datagrid">#DCDCDC</GroupsForeground>
    <GroupsBorder description="Color of a border line for groups shown in datagrid">#62911A</GroupsBorder>
    <GroupsItemsCount description="Color of the items count text in a group shown in datagrid">#F8F8F8</GroupsItemsCount>
    <GroupsSelectedBackgroundStart description="Starting color of the gradient used as the background for selected groups shown in datagrid">#808080</GroupsSelectedBackgroundStart>
    <GroupsSelectedBackgroundEnd description="Ending color of the gradient used as the background for selected groups shown in datagrid">#808080</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">#808080</GroupsFocusedBackgroundStart>
    <GroupsFocusedBackgroundEnd description="Ending color of the gradient used as the background for a focused group shown in datagrid">#808080</GroupsFocusedBackgroundEnd>
    <Background description="Background color of a datagrid">#0D232E</Background>
    <FontColor description="Font color in a datagrid">#C8C8C8</FontColor>
    <OddItemBackground description="Alternating background color for the odd items in a datagrid">#142A35</OddItemBackground>
    <SelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected items in datagrid">#808080</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected items in datagrid">#808080</SelectedItemBackgroundEnd>
    <SelectedItemBackgroundInactiveStart description="Starting color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#808080</SelectedItemBackgroundInactiveStart>
    <SelectedItemBackgroundInactiveEnd description="Ending color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#808080</SelectedItemBackgroundInactiveEnd>
    <FocusedItemBackgroundStart description="Starting color of the gradient used as a background for the focused item in datagrid">#808080</FocusedItemBackgroundStart>
    <FocusedItemBackgroundEnd description="Starting color of the gradient used as a background for the focused item in datagrid">#808080</FocusedItemBackgroundEnd>
    <SelectedItemBorder description="Color of the border line for the selected items in datagrid">Transparent</SelectedItemBorder>
    <DisabledItemBorder description="Color of the border line for the selected items in datagrid when the datagrid is not active">Transparent</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)">#CDBB08</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>
    <SubItemsBackgroundStart description="Starting color of the gradient used as a background for sub items in datagrid ">#EBEBEB</SubItemsBackgroundStart>
    <SubItemsBackgroundEnd description="Ending color of the gradient used as a background for sub items in datagrid">#EBEBEB</SubItemsBackgroundEnd>
    <SubItemsSelectedBackgroundStart description="Starting color of the gradient used as a background for the selected sub items in datagrid ">#4E5714</SubItemsSelectedBackgroundStart>
    <SubItemsSelectedBackgroundEnd description="Ending color of the gradient used as a background for the selected sub items in datagrid">#4E5714</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">#EBEBEB</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">#EBEBEB</SubItemsBackgroundInactiveEnd>
    <SubItemsFocusedBackgroundStart description="Starting color of the gradient used as a background for the focused sub item in datagrid">#DCEBFC</SubItemsFocusedBackgroundStart>
    <SubItemsFocusedBackgroundEnd description="Starting color of the gradient used as a background for the focused sub item in datagrid">#DCEBFC</SubItemsFocusedBackgroundEnd>
  </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">#D3D3D3</SidebarGridSecondLineColor>
  <SidebarGridTimeColor description="Color of a date/time text shown on the first line for items in sidebar">Transparent</SidebarGridTimeColor>
  <!--Sidebar-->
  <SidebarMinimizedBackgroundStart description="Starting color of the gradient used for the background of sidebar when the sidebar is minimized">#142A35</SidebarMinimizedBackgroundStart>
  <SidebarMinimizedBackgroundEnd description="Ending color of the gradient used for the background of sidebar when the sidebar is minimized">#142A35</SidebarMinimizedBackgroundEnd>
  <SidebarMaximizedBackgroundStart description="Starting color of the gradient used as the background of sidebar when the sidebar is expanded">#0D232E</SidebarMaximizedBackgroundStart>
  <SidebarMaximizedBackgroundEnd description="Ending color of the gradient used as the background of sidebar when the sidebar is expanded">#000000</SidebarMaximizedBackgroundEnd>
  <SidebarCalendarUpperPanelAddNewEventForeColor description="Color of add new event link">#CDBB08</SidebarCalendarUpperPanelAddNewEventForeColor>
  <SidebarContactDetailsCaptionForeground description="Text color of the contact caption in right sidebar contact details">#F0F0F0</SidebarContactDetailsCaptionForeground>
  <!--Sidebar box-->
  <SidebarBoxHeaderFontColor description="Color of the text used in the sidebar box header">#CDBB08</SidebarBoxHeaderFontColor>
  <SidebarBoxExpandedHeaderStart description="Starting color of the gradient used as the background for header of expanded boxes in the sidebar">#142A35</SidebarBoxExpandedHeaderStart>
  <SidebarBoxExpandedHeaderEnd description="Ending color of the gradient used as the background for header of expanded boxes in the sidebar">#0D232E</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">#041A25</PopupFormBackgroundStart>
  <PopupFormBackgroundEnd description="Ending color of the gradient used as the background for popup windows">#041A25</PopupFormBackgroundEnd>
  <PopupFormBorder description="Color of the border line for a popup window">#3278D5</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">#0D232E</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">#1D5069</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected item in a tree structure">#1D5069</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">#CDBB08</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">#142A35</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">#CDBB08</TextBoxSelectedContactBackground>
  <TextBoxSelectedContactBorder description="Color of selected contacts border in a text box control">#CDBB08</TextBoxSelectedContactBorder>
  <TextBoxHighlight description="Color of highlight background for selected text in a text box control">#3399FF</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">#CCCCCC</FirstLevelForeground>
    <Foreground description="Text color of a tree structure">#BDBDBD</Foreground>
    <Background description="Background color of a tree structure">#2B333B</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">#484D34</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected item in a tree structure">#484D34</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">#484D34</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">#484D34</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">#8B8B8B</NodeShowMoreForeground>
    <ItemImageColor description="Color of images for items in a tree structure">#69696B</ItemImageColor>
    <SelectedItemImageColor description="Color of images for selected items in a tree structure">#DFCF03</SelectedItemImageColor>
    <SelectedInactiveItemImageColor description="Color of images for selected items in a tree structure when it is not active">#DFCF03</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">#CCCCCC</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">#FF4500</AccountWarning>
  <AccountWarningHover description="Color of warning symbol for accounts that cannot connect when mouse is hovered over it">#DFCF03</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">3</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">#5F3E18</AttachmentBorder>
  <AttachmentSelectedBorder description="Border line color around a selected attachment in a bar with attachments">#A5CA13</AttachmentSelectedBorder>
  <AttachmentSelectedBackground description="Background color of a selected attachment in a bar with attachments">#26272A</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">#C8C8C8</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">5</MessageDetailAttachmentCornerRadius>
  <MessageDetailAttachmentBorder description="Border line color around an attachment in a message header">#0E4764</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">#A5CA13</MessageDetailAttachmentSelectedBorder>
  <MessageDetailAttachmentSelectedBackground description="Background color of a selected attachment in a message header">#232523</MessageDetailAttachmentSelectedBackground>
  <MessageDetailAttachmentText description="Text color of an attachment in a message header">#DCDCDC</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">3</CategoryCornerRadius>
  <CategoryAddBorder description="Border line of the 'add tag' in the category row">Transparent</CategoryAddBorder>
  <CategoryAddBorderActive description="Border line of the 'add tag' in the category row when the mouse is over">Transparent</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">#2B333B</NotificationWindowBackgroundStart>
  <NotificationWindowBackgroundEnd description="Ending color of the gradient used as the background for notification windows">#2B333B</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">#CDBB08</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">Transparent</AllDayBackground>
    <HeaderBackgroundStart description="Starting color of the gradient used as the background for header with days in a calendar">#0E4764</HeaderBackgroundStart>
    <HeaderBackgroundEnd description="Ending color of the gradient used as the background for header with days in a calendar">#0D232E</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">#DFCF03</TodayHeaderBackgroundEnd>
    <HoursBackground description="Background color of a left-side bar with hours in a week or day view">#142A35</HoursBackground>
    <MainNavigationBackground description="Background color of the topmost space of the calendar where date and navigation arrows are present">#142A35</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)">#0E4764</SubheaderBackground>
    <Background description="Background color of a calendar">#142A35</Background>
    <WorkingHoursBackground description="Background color of a calendar for the time which is inside the working time (week or day view)">#142A35</WorkingHoursBackground>
    <NonWorkingHoursBackground description="Background color of a calendar for the time which is outside the working time (week or day view)">#142A35</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">#62911A</SelectedDayBackground>
    <GridStrongLine description="Color of vertical lines in a month view">#C8C8C8</GridStrongLine>
    <GridLightLine description="Color of horizontal lines in a week view">#0D232E</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">#DFCF03</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">#142A35</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)">#142A35</EvenMonthBackground>
    <HeaderBorder description="Border line color around calendar header">#787878</HeaderBorder>
    <CurrentTimeLine description="Color of a line displaying current time in a week view">#DFCF03</CurrentTimeLine>
    <SelectedEventBorder description="Color of a border line for selected events">#000000</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">False</RenderEventInvitationsBorders>
    <RenderEventBorders description="Specifies whether borders for events are rendered or not">False</RenderEventBorders>
    <HeaderTodayCircleFontColor description="Color of the text inside ellipse around days">#FFFFFF</HeaderTodayCircleFontColor>
    <HeaderTodayCircleColor description="Color of the ellipse around days">#62911A</HeaderTodayCircleColor>
    <TodayLinkColor description="Color of the today link">#CDBB08</TodayLinkColor>
    <MoreEventsLinkColor description="Color of the more events link inside month calendar event">#DFCF03</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">#D3D3D3</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">#2B333B</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">#2B333B</HoursBackground>
    <MainNavigationBackground description="Background color of the topmost space of the calendar where date and navigation arrows are present">#2B333B</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">#62911A</SelectedDayBackground>
    <GridStrongLine description="Color of vertical lines in a month view">#C8C8C8</GridStrongLine>
    <GridLightLine description="Color of horizontal lines in a week view">#2B333B</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)">#2B333B</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">#000000</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">#CDBB08</HeaderTodayCircleColor>
    <TodayLinkColor description="Color of the today link">#CDBB08</TodayLinkColor>
    <MoreEventsLinkColor description="Color of the more events link inside month calendar event">#CDBB08</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">#D3D3D3</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">#C8C8C8</CardsBorder>
    <CardsSelectedBorder description="Border line color of a selected card">#3278D5</CardsSelectedBorder>
    <CardsSelectedBackground description="Background color of a selected card">#1D5069</CardsSelectedBackground>
    <CardsSelectedInactiveBackground description="Background color of a selected inactive card">#EBEBEB</CardsSelectedInactiveBackground>
    <Background description="Background color of the control">#142A35</Background>
    <CardsBackground description="Background color of a card">#142A35</CardsBackground>
    <CardsHorizontalLine description="Color of a horizontal line between cards">Transparent</CardsHorizontalLine>
  </BusinessCardsColors>
  <!--Contacts-->
  <ContactsSelectorItemBackground description="Background color of active letter selector item">#1D5069</ContactsSelectorItemBackground>
  <ContactsSelectorItemForeground description="Text color of active letter selector item">#F8F8F8</ContactsSelectorItemForeground>
  <ContactsSelectorForeground description="Text color of letter selector items">#CCCCCC</ContactsSelectorForeground>
  <ContactsSelectorBackground description="Background of letter selector items">#142A35</ContactsSelectorBackground>
  <!--Attachment cards-->
  <AttachmentCardsColors>
    <CardsForeground description="Text color of a card">#C8C8C8</CardsForeground>
    <CardsBorder description="Border line color of a card">#C8C8C8</CardsBorder>
    <CardsSelectedBorder description="Border line color of a selected card">#62911A</CardsSelectedBorder>
    <CardsSelectedBackground description="Background color of a selected card">#0D232E</CardsSelectedBackground>
    <CardsSelectedInactiveBackground description="Background color of a selected inactive card">#EBEBEB</CardsSelectedInactiveBackground>
    <Background description="Background color of the control">#2B333B</Background>
    <CardsBackground description="Background color of a card">#2B333B</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">#3278D5</CardsSelectedBorder>
    <CardsSelectedBackground description="Background color of a selected card">#0D232E</CardsSelectedBackground>
    <CardsSelectedInactiveBackground description="Background color of a selected inactive card">#EBEBEB</CardsSelectedInactiveBackground>
    <Background description="Background color of the control">#2B333B</Background>
    <CardsBackground description="Background color of a card">#2B333B</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">#62911A</CardsSelectedBackground>
    <CardsSelectedInactiveBackground description="Background color of a selected inactive card">#EBEBEB</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">#F8F8F8</WidgetHeaderStart>
  <WidgetHeaderEnd description="Ending color of the gradient used as the background for header of widgets">#F8F8F8</WidgetHeaderEnd>
  <WidgetHeaderFontColorDark description="Color of the text used in the widget header">#000000</WidgetHeaderFontColorDark>
  <WidgetHeaderFontColorLight description="Color of the lighter text used as a shadow below the text in widget header">#EBEDEE</WidgetHeaderFontColorLight>
  <WidgetBackgroundStart description="Starting color of the gradient used as the background for a widget">#FFFFFF</WidgetBackgroundStart>
  <WidgetBackgroundEnd description="Ending color of the gradient used as the background for a widget">#FFFFFF</WidgetBackgroundEnd>
  <WidgetBorder description="Color of the widget border line">#CCCFCF</WidgetBorder>
  <!--Progress bar-->
  <ProgressBarInfiniteProgress description="Color of the infinite progress line">#DBDF00</ProgressBarInfiniteProgress>
  <ProgressBarInfiniteProgressBackground description="Background color of the infinite progress line">#142A35</ProgressBarInfiniteProgressBackground>
  <ProgressBarProgress description="Color of the progress line">#A5C32F</ProgressBarProgress>
  <ProgressBarBackground description="Background of the progress line">#232523</ProgressBarBackground>
  <SpinningWheelForeground description="Color of infinite progress spinning wheel">#1D5069</SpinningWheelForeground>
  <!--Scrollbar-->
  <UseSystemScrollbar description="Use system scrollbars with no automatic hiding">False</UseSystemScrollbar>
  <ScrollbarThumb description="Color of a scrollbar thumb">#51701B</ScrollbarThumb>
  <ScrollbarThumbHover description="Color of a scrollbar thumb when the mouse is over">#1D5069</ScrollbarThumbHover>
  <!--Tab control-->
  <TabPageForeColor description="Text color of active tab page">#FFFFFF</TabPageForeColor>
  <TabPageBackColor description="Background color of active tab page">#142A35</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">#78A03D</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">#484D34</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">#CCCCCC</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">#393939</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">#CDBB08</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">#ABA200</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">#334220</ButtonDisabledBackColor>
      <ButtonDisabledTextColor description="Gets the text color of a disabled button">#484D34</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">#8A8500</ButtonBackColor>
      <ButtonTextColor description="Gets the text color of a button">#FAFAFA</ButtonTextColor>
      <ButtonBorderColor description="Gets the border color of a button">#282828</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">#A89F00</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">#DFCF03</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">#ABA201</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">#EEEEEE</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>#A0A0A0</ButtonHoverUnderline>
      <ButtonCheckedUnderline>#CDBB08</ButtonCheckedUnderline>
      <ButtonPressedUnderline>#CDBB08</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>#808080</SeparatorColor>
  </ToolStripColors>
  <ButtonColors>
    <ButtonBackColor description="Gets the background color of a button">#706C00</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">#B8B100</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">#706C00</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">#706C00</ButtonDisabledBackColor>
    <ButtonDisabledTextColor description="Gets the text color of a disabled button">#2B333B</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>#0076F7</ButtonHoverUnderline>
    <ButtonCheckedUnderline>#0076F7</ButtonCheckedUnderline>
    <ButtonPressedUnderline>#0076F7</ButtonPressedUnderline>
    <ButtonBackColor description="Gets the background color of a button">#0D232E</ButtonBackColor>
    <ButtonTextColor description="Gets the text color of a button">#BDBDBD</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">#3278D5</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">#DFCF03</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">#D6B408</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">#2B333B</ButtonDisabledBackColor>
    <ButtonDisabledTextColor description="Gets the text color of a disabled button">#2B333B</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">#CDBB08</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">#D6B408</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">#ABA200</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">#ABA200</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">#CDBB08</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>
  <MenuColors>
    <MenuBackColor description="Gets the background color of a context menu">#484D34</MenuBackColor>
    <MenuBorder description="Gets the color that is used for the border of a context menu">#62911A</MenuBorder>
    <MenuItemBorder description="Gets the border color to use with a ToolStrip menu item">#484D34</MenuItemBorder>
    <MenuItemPressedBackColor description="Gets the background color for the pressed menu item">#808080</MenuItemPressedBackColor>
    <MenuItemSelectedBackColor description="Gets the background color for the selected menu item">#1D5069</MenuItemSelectedBackColor>
    <MenuItemTextColor description="Gets the color of items text">#FFFFFF</MenuItemTextColor>
    <MenuItemDisabledTextColor description="Gets the color of disabled items text">#B5B5B5</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">Transparent</SeparatorColor>
  </MenuColors>
  <IsDarkTheme description="Specifies if the theme is derived from a dark theme">True</IsDarkTheme>
  <Screenshot description="Specifies a base64 encoded screenshot image">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</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">#4F670C</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">#FFFF66</HighlightColor>
</SerializableColorTheme>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</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">#DFCF03</PopupBackground>
  <PopupText description="Font color for popups">#FFFFFF</PopupText>
  <RoundedCornersRadius description="Radius of control corners. Use '0' for rectangular controls">4</RoundedCornersRadius>
</SerializableColorTheme>