﻿<?xml version="1.0" encoding="utf-8"?>
<SerializableColorTheme name="All Black and Blue" author="NiN inspired by modern">
  <!--Form-->
  <FormBackground description="Background color of all windows">#232523</FormBackground>
  <FormForeground description="Color of texts in all windows">#FFFFFF</FormForeground>
  <FormCaptionButtonColors>
    <ButtonBackColor description="Gets the background color of a button">Transparent</ButtonBackColor>
    <ButtonTextColor description="Gets the text color of a button">#AFAFAF</ButtonTextColor>
    <ButtonBorderColor description="Gets the border color of a button">Transparent</ButtonBorderColor>
    <ButtonDropDownSplitLineColor description="Gets the color of line between text and a drop-down arrow on a button">Transparent</ButtonDropDownSplitLineColor>
    <ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">#191A22</ButtonHoverBackColor>
    <ButtonHoverTextColor description="Gets the text color of a button if the mouse cursor is over the button">#AFAFAF</ButtonHoverTextColor>
    <ButtonBorderHoverColor description="Gets the border color of a button if the mouse cursor is over the button">Transparent</ButtonBorderHoverColor>
    <ButtonDropDownSplitLineHoverColor description="Gets the color of line between text and a drop-down arrow on a button if the mouse cursor is over the button">#DCDCDC</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">#DCDCDC</ButtonDropDownSplitLineCheckedColor>
    <ButtonPressedBackColor description="Gets the background color of a pressed button">#000000</ButtonPressedBackColor>
    <ButtonPressedTextColor description="Gets the text color of a pressed button">#AFAFAF</ButtonPressedTextColor>
    <ButtonBorderPressedColor description="Gets the border color of a pressed button">Transparent</ButtonBorderPressedColor>
    <ButtonDropDownSplitLinePressedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">#DCDCDC</ButtonDropDownSplitLinePressedColor>
    <ButtonDisabledBackColor description="Gets the background color of a disabled button">Transparent</ButtonDisabledBackColor>
    <ButtonDisabledTextColor description="Gets the text color of a disabled button">#808080</ButtonDisabledTextColor>
    <ButtonBorderDisabledColor description="Gets the border color of a disabled button">Transparent</ButtonBorderDisabledColor>
    <ButtonInvertImage description="Indicates if an image should have inverted colors if the button is in normal state">True</ButtonInvertImage>
    <ButtonCheckedInvertImage description="Indicates if an image should have inverted colors if the button is checked">True</ButtonCheckedInvertImage>
    <ButtonPressedInvertImage description="Indicates if an image should have inverted colors if the button is pressed">True</ButtonPressedInvertImage>
    <ButtonHoverInvertImage description="Indicates if an image should have inverted colors if the mouse cursor is over the button">True</ButtonHoverInvertImage>
    <ButtonInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is in normal state">True</ButtonInvertDropDownArrow>
    <ButtonCheckedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is checked">True</ButtonCheckedInvertDropDownArrow>
    <ButtonPressedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is pressed">True</ButtonPressedInvertDropDownArrow>
    <ButtonHoverInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the mouse cursor is over the button">True</ButtonHoverInvertDropDownArrow>
  </FormCaptionButtonColors>
  <FormCaptionButtonBackgroundPressed description="Background for buttons in the right-top area of a form caption when the button is pressed">#254BAB</FormCaptionButtonBackgroundPressed>
  <FormCaptionButtonBackgroundOver description="Background for buttons in the right-top area of a form caption when mouse is over the button">#1C1C1D</FormCaptionButtonBackgroundOver>
  <FormCaptionButtonBackgroundChecked description="Background for checked buttons in the right-top area of a form caption">#254BAB</FormCaptionButtonBackgroundChecked>
  <FormHeader description="Header color of all windows">Transparent</FormHeader>
  <FormHeaderActive description="Header color of an active window">Transparent</FormHeaderActive>
  <FormHeaderForeground description="Color of a text in window header">#AFAFAF</FormHeaderForeground>
  <FormHeaderActiveForeground description="Color of a text in an active window header">#AFAFAF</FormHeaderActiveForeground>
  <ReadMailFormBackground description="Background color of a form used for reading emails">#2D2D2D</ReadMailFormBackground>
  <SendMailFormBackground description="Background color of a form used for composing emails">#2D2D2D</SendMailFormBackground>
  <MainFormBackgroundStart description="Starting color of the gradient used as the background for the main window">#2D2D2D</MainFormBackgroundStart>
  <MainFormBackgroundEnd description="Ending color of the gradient used as the background for the main window">#2D2D2D</MainFormBackgroundEnd>
  <MainFormHeader description="Header background color for main window">#2D2D2D</MainFormHeader>
  <MainFormHeaderActive description="Header background color for active main window">Transparent</MainFormHeaderActive>
  <PlaceholderText description="Color of a text placeholder (in a text box control, for example)">#D3D3D3</PlaceholderText>
  <Link description="Color of links">#61ADFF</Link>
  <FocusedInputControlBorder description="Border color of a docused input control (e.g. textbox)">#254BAB</FocusedInputControlBorder>
  <BorderLine description="Color of form border">#787878</BorderLine>
  <BorderLineActive description="Color of an active form border">Transparent</BorderLineActive>
  <DarkLine description="Color of darker lines used on forms">#CCCCCC</DarkLine>
  <LightLine description="Color of lighter lines used on forms">Transparent</LightLine>
  <InformationBarBackground description="Background color of an information bar">#FFFFE1</InformationBarBackground>
  <InformationBarForeground description="Text color in an information bar">#000000</InformationBarForeground>
  <MainFormInformationBarBackground description="Background color of an information bar">#2D2D2D</MainFormInformationBarBackground>
  <MainFormInformationBarForeground description="Text color in an information bar">#FFFFFF</MainFormInformationBarForeground>
  <ShowMainFormVerticalSplitterLines description="Indicates if a vertical line should be displayed between the messages/contact/event/task list and left or right sidebar">True</ShowMainFormVerticalSplitterLines>
  <ShowMainFormHorizontalTopLine description="Indicates if a horizontal line should be displayed above the message list">True</ShowMainFormHorizontalTopLine>
  <GroupHeaderBackground description="Background color of group header">#313131</GroupHeaderBackground>
  <GroupHeaderForeground description="Text color of group header">#FFFFFF</GroupHeaderForeground>
  <WizardHeaderBackground description="Background color of Wizard header">#232523</WizardHeaderBackground>
  <WizardHeaderForeground description="Text color of Wizard header">#FFFFFF</WizardHeaderForeground>
  <!--Message list-->
  <MainFormGridConversationCountBackground>#2D8B10</MainFormGridConversationCountBackground>
  <MainFormGridConversationCountForeground>#F4F4F4</MainFormGridConversationCountForeground>
  <MainFormGridSnoozeFontColor>#FF9400</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>
  <MessagesMultilineThirdLineColor description="Color of a text shown on the third line for a multiline message list (the message preview)">#A5A5A5</MessagesMultilineThirdLineColor>
  <MessagesMultilineTimeColor description="Color of a date/time text shown on the first line for a multiline message list">#AFAFAF</MessagesMultilineTimeColor>
  <MessagesUnreadMarkerColor description="Color of a marker indicating an unread message">#FF9400</MessagesUnreadMarkerColor>
  <MessagesHoverFlagUnreadColor description="Color of a flag / unread marker when the mouse is over a message ">#FF4500</MessagesHoverFlagUnreadColor>
  <!--Message detail/preview-->
  <MailSubject description="Color of mail subject text">#FFFFFF</MailSubject>
  <MessagePanelBackground description="Background color of the message preview panel">#1C1C1D</MessagePanelBackground>
  <MailBackground description="Preferred background color of an email">#1C1C1D</MailBackground>
  <MailForeground description="Preferred text color of an email">#D2D2D2</MailForeground>
  <MailLink description="Color of links in an email">#61ADFF</MailLink>
  <MailLinkVisited description="Color of visited links in an email">#61ADFF</MailLinkVisited>
  <AntiphishingBarBackground description="Background color of an antiphishing bar shown when the mouse is over a link">#1C1C1D</AntiphishingBarBackground>
  <!--Search box-->
  <SearchBoxActiveBorderColor description="Border of a search box on the main form when search is currently active">#FF9400</SearchBoxActiveBorderColor>
  <!--Mail header-->
  <MailHeaderBackground description="Background color of a bar with a basic information about the email">#1F1F21</MailHeaderBackground>
  <MailHeaderLink description="Color of an email address shown in the bar with a basic information about the email">#AFAFAF</MailHeaderLink>
  <MailHeaderForeground description="Color of a text in the bar with a basic information about the email">#DCDCDC</MailHeaderForeground>
  <MailHeaderConversationLine description="Color of horizontal lines between emails of a conversation">#393939</MailHeaderConversationLine>
  <MailHeaderConversationCountForeground description="Color of a text showing the number of emails in a conversation">#FFFFFF</MailHeaderConversationCountForeground>
  <MailHeaderConversationCountBackground description="Background color behind the number of emails in a conversation ">#232523</MailHeaderConversationCountBackground>
  <MailHeaderConversationCountForegroundHover description="Color of a text showing the number of emails in a conversation when the mouse is over">#FFFFFF</MailHeaderConversationCountForegroundHover>
  <MailHeaderConversationCountBackgroundHover description="Background color behind the number of emails in a conversation when the mouse is over">#254BAB</MailHeaderConversationCountBackgroundHover>
  <!--Grid-->
  <DataGridColors>
    <GroupsBackgroundStart description="Starting color of the gradient used as the background for groups shown in datagrid">#2D2D2D</GroupsBackgroundStart>
    <GroupsBackgroundEnd description="Ending color of the gradient used as the background for groups shown in datagrid">#2D2D2D</GroupsBackgroundEnd>
    <GroupsForeground description="Color of the text for a group shown in datagrid">#AFAFAF</GroupsForeground>
    <GroupsBorder description="Color of a border line for groups shown in datagrid">#393939</GroupsBorder>
    <GroupsItemsCount description="Color of the items count text in a group shown in datagrid">#A0A0A0</GroupsItemsCount>
    <GroupsSelectedBackgroundStart description="Starting color of the gradient used as the background for selected groups shown in datagrid">#2984E5</GroupsSelectedBackgroundStart>
    <GroupsSelectedBackgroundEnd description="Ending color of the gradient used as the background for selected groups shown in datagrid">#2984E5</GroupsSelectedBackgroundEnd>
    <GroupsSelectedForeground description="Color of the text for a selected group shown in datagrid">#FFFFFF</GroupsSelectedForeground>
    <GroupsFocusedBackgroundStart description="Starting color of the gradient used as the background for a focused group shown in datagrid">#254BAB</GroupsFocusedBackgroundStart>
    <GroupsFocusedBackgroundEnd description="Ending color of the gradient used as the background for a focused group shown in datagrid">#254BAB</GroupsFocusedBackgroundEnd>
    <Background description="Background color of a datagrid">#232523</Background>
    <FontColor description="Font color in a datagrid">#FFFFFF</FontColor>
    <OddItemBackground description="Alternating background color for the odd items in a datagrid">#393939</OddItemBackground>
    <SelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected items in datagrid">#2984E5</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected items in datagrid">#2984E5</SelectedItemBackgroundEnd>
    <SubItemsBackgroundStart description="Starting color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#2E84E6</SubItemsBackgroundStart>
    <SubItemsBackgroundEnd description="Ending color of the gradient used as a background for the sub items in datagrid">#2E84E6</SubItemsBackgroundEnd>
    <SelectedItemBackgroundInactiveStart description="Starting color of the gradient used as a background for the sub items in datagrid ">#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">#254BAB</FocusedItemBackgroundStart>
    <FocusedItemBackgroundEnd description="Starting color of the gradient used as a background for the focused item in datagrid">#254BAB</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">#2D2D2D</GridColor>
    <AddItemLineColor description="Color of the line in datagrids that allow adding new items directly (contacts, events and tasks)">#FF9400</AddItemLineColor>
    <AddItemLineForeColor description="Color of text in the line in that allow adding new items directly (contacts, events and tasks)">#AFAFAF</AddItemLineForeColor>
    <UseRoundedCornersForDatagridSelection description="Specifies if a background for selected items in a datagrid should be drawn with rounded corners">False</UseRoundedCornersForDatagridSelection>
  </DataGridColors>
  <DataGridHeaderColors>
    <GridHeaderBorder description="Color of the bottom border in the datagrid column headers">#232523</GridHeaderBorder>
    <GridHeaderStart description="Starting color of the gradient used for the column headers in datagrid">#2D2D2D</GridHeaderStart>
    <GridHeaderMiddle description="Middle color of the gradient used for the column headers in datagrid">#2D2D2D</GridHeaderMiddle>
    <GridHeaderEnd description="Ending color of the gradient used for the column headers in datagrid">#2D2D2D</GridHeaderEnd>
    <GridHeaderHoveredStart description="Starting color of the gradient used for the column headers in datagrid when the mouse is over">#232523</GridHeaderHoveredStart>
    <GridHeaderHoveredMiddle description="Middle color of the gradient used for the column headers in datagrid when the mouse is over">#232523</GridHeaderHoveredMiddle>
    <GridHeaderHoveredEnd description="Ending color of the gradient used for the column headers in datagrid when the mouse is over">#232523</GridHeaderHoveredEnd>
    <GridHeaderPressedStart description="Starting color of the gradient used for the column headers in datagrid when the left mouse button is pressed on the column header">#000000</GridHeaderPressedStart>
    <GridHeaderPressedMiddle description="Middle color of the gradient used for the column headers in datagrid when the left mouse button is pressed on the column header">#000000</GridHeaderPressedMiddle>
    <GridHeaderPressedEnd description="Ending color of the gradient used for the column headers in datagrid when the left mouse button is pressed on the column header">#000000</GridHeaderPressedEnd>
    <GridHeaderFontColor description="Color of the text shown in the datagrid column headers">#AFAFAF</GridHeaderFontColor>
    <GridMultilineHeaderSortFontColor description="Color of the sorted column name shown in the multiline mode datagrid header">#61ADFF</GridMultilineHeaderSortFontColor>
    <GridMultilineHeaderSortHoveredFontColor description="Color of the sorted column name shown in the multiline mode datagrid header when mouse is over">#2D91FF</GridMultilineHeaderSortHoveredFontColor>
    <GridMultilineHeaderSelectFontColor description="Color of the 'select' text shown in the multiline mode datagrid header">#61ADFF</GridMultilineHeaderSelectFontColor>
    <GridMultilineHeaderSelectHoveredFontColor description="Color of the 'select' text in the multiline mode datagrid header when mouse is over">#254BAB</GridMultilineHeaderSelectHoveredFontColor>
  </DataGridHeaderColors>
  <!--Grid in main window-->
  <MainFormDataGridColors>
    <GroupsBackgroundStart description="Starting color of the gradient used as the background for groups shown in datagrid">#232523</GroupsBackgroundStart>
    <GroupsBackgroundEnd description="Ending color of the gradient used as the background for groups shown in datagrid">#232523</GroupsBackgroundEnd>
    <GroupsForeground description="Color of the text for a group shown in datagrid">#C8C8C8</GroupsForeground>
    <GroupsBorder description="Color of a border line for groups shown in datagrid">#254BAB</GroupsBorder>
    <GroupsItemsCount description="Color of the items count text in a group shown in datagrid">#A0A0A0</GroupsItemsCount>
    <GroupsSelectedBackgroundStart description="Starting color of the gradient used as the background for selected groups shown in datagrid">#2984E5</GroupsSelectedBackgroundStart>
    <GroupsSelectedBackgroundEnd description="Ending color of the gradient used as the background for selected groups shown in datagrid">#2984E5</GroupsSelectedBackgroundEnd>
    <GroupsSelectedForeground description="Color of the text for a selected group shown in datagrid">#FFFFFF</GroupsSelectedForeground>
    <GroupsFocusedBackgroundStart description="Starting color of the gradient used as the background for a focused group shown in datagrid">#254BAB</GroupsFocusedBackgroundStart>
    <GroupsFocusedBackgroundEnd description="Ending color of the gradient used as the background for a focused group shown in datagrid">#254BAB</GroupsFocusedBackgroundEnd>
    <Background description="Background color of a datagrid">#232523</Background>
    <FontColor description="Font color in a datagrid">#FFFFFF</FontColor>
    <OddItemBackground description="Alternating background color for the odd items in a datagrid">#393939</OddItemBackground>
    <SelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected items in datagrid">#2984E5</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected items in datagrid">#2984E5</SelectedItemBackgroundEnd>
    <SubItemsBackgroundStart description="Starting color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#393939</SubItemsBackgroundStart>
    <SubItemsBackgroundEnd description="Ending color of the gradient used as a background for the sub items in datagrid">#393939</SubItemsBackgroundEnd>
    <SelectedItemBackgroundInactiveStart description="Starting color of the gradient used as a background for the sub items in datagrid ">#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">#254BAB</FocusedItemBackgroundStart>
    <FocusedItemBackgroundEnd description="Starting color of the gradient used as a background for the focused item in datagrid">#254BAB</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)">#FF9400</AddItemLineColor>
    <AddItemLineForeColor description="Color of text in the line in that allow adding new items directly (contacts, events and tasks)">#AFAFAF</AddItemLineForeColor>
    <UseRoundedCornersForDatagridSelection description="Specifies if a background for selected items in a datagrid should be drawn with rounded corners">False</UseRoundedCornersForDatagridSelection>
  </MainFormDataGridColors>
  <MainFormDataGridHeaderColors>
    <GridHeaderBorder description="Color of the bottom border in the datagrid column headers">#232523</GridHeaderBorder>
    <GridHeaderStart description="Starting color of the gradient used for the column headers in datagrid">#2D2D2D</GridHeaderStart>
    <GridHeaderMiddle description="Middle color of the gradient used for the column headers in datagrid">#2D2D2D</GridHeaderMiddle>
    <GridHeaderEnd description="Ending color of the gradient used for the column headers in datagrid">#2D2D2D</GridHeaderEnd>
    <GridHeaderHoveredStart description="Starting color of the gradient used for the column headers in datagrid when the mouse is over">#232523</GridHeaderHoveredStart>
    <GridHeaderHoveredMiddle description="Middle color of the gradient used for the column headers in datagrid when the mouse is over">#232523</GridHeaderHoveredMiddle>
    <GridHeaderHoveredEnd description="Ending color of the gradient used for the column headers in datagrid when the mouse is over">#232523</GridHeaderHoveredEnd>
    <GridHeaderPressedStart description="Starting color of the gradient used for the column headers in datagrid when the left mouse button is pressed on the column header">#000000</GridHeaderPressedStart>
    <GridHeaderPressedMiddle description="Middle color of the gradient used for the column headers in datagrid when the left mouse button is pressed on the column header">#000000</GridHeaderPressedMiddle>
    <GridHeaderPressedEnd description="Ending color of the gradient used for the column headers in datagrid when the left mouse button is pressed on the column header">#000000</GridHeaderPressedEnd>
    <GridHeaderFontColor description="Color of the text shown in the datagrid column headers">#AFAFAF</GridHeaderFontColor>
    <GridMultilineHeaderSortFontColor description="Color of the sorted column name shown in the multiline mode datagrid header">#61ADFF</GridMultilineHeaderSortFontColor>
    <GridMultilineHeaderSortHoveredFontColor description="Color of the sorted column name shown in the multiline mode datagrid header when mouse is over">#2D91FF</GridMultilineHeaderSortHoveredFontColor>
    <GridMultilineHeaderSelectFontColor description="Color of the 'select' text shown in the multiline mode datagrid header">#61ADFF</GridMultilineHeaderSelectFontColor>
    <GridMultilineHeaderSelectHoveredFontColor description="Color of the 'select' text in the multiline mode datagrid header when mouse is over">#254BAB</GridMultilineHeaderSelectHoveredFontColor>
  </MainFormDataGridHeaderColors>
  <!--Grid in a sidebar box-->
  <SidebarDataGridColors>
    <GroupsBackgroundStart description="Starting color of the gradient used as the background for groups shown in datagrid">#2D2D2D</GroupsBackgroundStart>
    <GroupsBackgroundEnd description="Ending color of the gradient used as the background for groups shown in datagrid">#2D2D2D</GroupsBackgroundEnd>
    <GroupsForeground description="Color of the text for a group shown in datagrid">#AFAFAF</GroupsForeground>
    <GroupsBorder description="Color of a border line for groups shown in datagrid">#393939</GroupsBorder>
    <GroupsItemsCount description="Color of the items count text in a group shown in datagrid">#A0A0A0</GroupsItemsCount>
    <GroupsSelectedBackgroundStart description="Starting color of the gradient used as the background for selected groups shown in datagrid">#2984E5</GroupsSelectedBackgroundStart>
    <GroupsSelectedBackgroundEnd description="Ending color of the gradient used as the background for selected groups shown in datagrid">#2984E5</GroupsSelectedBackgroundEnd>
    <GroupsSelectedForeground description="Color of the text for a selected group shown in datagrid">#FFFFFF</GroupsSelectedForeground>
    <GroupsFocusedBackgroundStart description="Starting color of the gradient used as the background for a focused group shown in datagrid">#555555</GroupsFocusedBackgroundStart>
    <GroupsFocusedBackgroundEnd description="Ending color of the gradient used as the background for a focused group shown in datagrid">#555555</GroupsFocusedBackgroundEnd>
    <Background description="Background color of a datagrid">#2D2D2D</Background>
    <FontColor description="Font color in a datagrid">#FFFFFF</FontColor>
    <OddItemBackground description="Alternating background color for the odd items in a datagrid">#393939</OddItemBackground>
    <SelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected items in datagrid">#2984E5</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected items in datagrid">#2984E5</SelectedItemBackgroundEnd>
    <SubItemsBackgroundStart description="Starting color of the gradient used as a background for the selected items in datagrid when the datagrid is not active">#2E84E6</SubItemsBackgroundStart>
    <SubItemsBackgroundEnd description="Ending color of the gradient used as a background for the sub items in datagrid">#2E84E6</SubItemsBackgroundEnd>
    <SelectedItemBackgroundInactiveStart description="Starting color of the gradient used as a background for the sub items in datagrid ">#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">#555555</FocusedItemBackgroundStart>
    <FocusedItemBackgroundEnd description="Starting color of the gradient used as a background for the focused item in datagrid">#555555</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">#2D2D2D</GridColor>
    <AddItemLineColor description="Color of the line in datagrids that allow adding new items directly (contacts, events and tasks)">#FF9400</AddItemLineColor>
    <AddItemLineForeColor description="Color of text in the line in that allow adding new items directly (contacts, events and tasks)">#AFAFAF</AddItemLineForeColor>
    <UseRoundedCornersForDatagridSelection description="Specifies if a background for selected items in a datagrid should be drawn with rounded corners">False</UseRoundedCornersForDatagridSelection>
  </SidebarDataGridColors>
  <SidebarGridFirstLineColor description="Color of a text shown on the first line for items in sidebar">#FFFFFF</SidebarGridFirstLineColor>
  <SidebarGridSecondLineColor description="Color of a text shown on the second line  for items in sidebar">#BDBDBD</SidebarGridSecondLineColor>
  <SidebarGridTimeColor description="Color of a date/time text shown on the first line for items in sidebar">#AFAFAF</SidebarGridTimeColor>
  <!--Sidebar-->
  <SidebarMinimizedBackgroundStart description="Starting color of the gradient used for the background of sidebar when the sidebar is minimized">#2D2D2D</SidebarMinimizedBackgroundStart>
  <SidebarMinimizedBackgroundEnd description="Ending color of the gradient used for the background of sidebar when the sidebar is minimized">#2D2D2D</SidebarMinimizedBackgroundEnd>
  <SidebarMaximizedBackgroundStart description="Starting color of the gradient used as the background of sidebar when the sidebar is expanded">#2D2D2D</SidebarMaximizedBackgroundStart>
  <SidebarMaximizedBackgroundEnd description="Ending color of the gradient used as the background of sidebar when the sidebar is expanded">#2D2D2D</SidebarMaximizedBackgroundEnd>
  <SidebarCalendarUpperPanelAddNewEventForeColor description="Color of add new event link">#2D91FF</SidebarCalendarUpperPanelAddNewEventForeColor>
  <SidebarContactDetailsCaptionForeground description="Text color of the contact caption in right sidebar contact details">#FFFFFF</SidebarContactDetailsCaptionForeground>
  <!--Sidebar box-->
  <SidebarBoxHeaderFontColor description="Color of the text used in the sidebar box header">#FFFFFF</SidebarBoxHeaderFontColor>
  <SidebarBoxExpandedHeaderStart description="Starting color of the gradient used as the background for header of expanded boxes in the sidebar">#2D2D2D</SidebarBoxExpandedHeaderStart>
  <SidebarBoxExpandedHeaderEnd description="Ending color of the gradient used as the background for header of expanded boxes in the sidebar">#2D2D2D</SidebarBoxExpandedHeaderEnd>
  <SidebarBoxSettingsIconOverColor description="Color of a settings icon shown in a sidebar box header when the mouse is over the icon">#FFFFFF</SidebarBoxSettingsIconOverColor>
  <SidebarBoxSettingsIconColor description="Color of a settings icon shown in a sidebar box header when the mouse is over the header">#FFFFFF</SidebarBoxSettingsIconColor>
  <SidebarBoxHeaderFontSize description="Font size of a text in sidebar box header when a modern theme is used">15</SidebarBoxHeaderFontSize>
  <!--Popup windows-->
  <PopupFormBackgroundStart description="Starting color of the gradient used as the background for popup windows">#2D2D2D</PopupFormBackgroundStart>
  <PopupFormBackgroundEnd description="Ending color of the gradient used as the background for popup windows">#2D2D2D</PopupFormBackgroundEnd>
  <PopupFormBorder description="Color of the border line for a popup window">#254BAB</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">#C8C8C8</Foreground>
    <Background description="Background color of a tree structure">#2D2D2D</Background>
    <SelectedInactiveItemForeground description="Text color for the selected item in a tree structure when it is not active">#FFFFFF</SelectedInactiveItemForeground>
    <SelectedItemForeground description="Text color for the selected item in a tree structure">#FFFFFF</SelectedItemForeground>
    <SelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected item in a tree structure">#254BAB</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected item in a tree structure">#254BAB</SelectedItemBackgroundEnd>
    <SelectedItemBorder description="Color of the border line for the selected item in a tree structure">Transparent</SelectedItemBorder>
    <SelectedInactiveItemBackgroundStart description="Starting color of the gradient used as a background for the selected item in a tree structure when it is not active">#393939</SelectedInactiveItemBackgroundStart>
    <SelectedInactiveItemBackgroundEnd description="Ending color of the gradient used as a background for the selected item in a tree structure when it is not active">#393939</SelectedInactiveItemBackgroundEnd>
    <SelectedInactiveItemBorder description="Color of the border line for the selected item in a tree structure when it is not active">Transparent</SelectedInactiveItemBorder>
    <UseRoundedCornersForSelection description="Specifies if a background for selected items in a tree structure should be drawn with rounded corners">False</UseRoundedCornersForSelection>
    <NodeShowMoreForeground description="Text color for the 'More...' node in a tree structure">#61ADFF</NodeShowMoreForeground>
    <ItemImageColor description="Color of images for items in a tree structure">#8B8B8B</ItemImageColor>
    <SelectedItemImageColor description="Color of images for selected items in a tree structure">#8B8B8B</SelectedItemImageColor>
    <SelectedInactiveItemImageColor description="Color of images for selected items in a tree structure when it is not active">#8B8B8B</SelectedInactiveItemImageColor>
  </TreeViewColors>
  <!--Textbox-->
  <TextBoxBackground description="Background color of a text box control">#2D2D2D</TextBoxBackground>
  <TextBoxForeground description="Color of a text in a text box control">#FFFFFF</TextBoxForeground>
  <TextBoxDisabledBackground description="Background color of a disabled text box control">#393939</TextBoxDisabledBackground>
  <TextBoxDisabledForeground description="Color of a text in a disabled text box control">#AFAFAF</TextBoxDisabledForeground>
  <TextBoxReadOnlyBackground description="Background color of a read-only text box control">#393939</TextBoxReadOnlyBackground>
  <TextBoxReadOnlyForeground description="Color of a text in a read-only text box control">#AFAFAF</TextBoxReadOnlyForeground>
  <TextBoxContactForeground description="Color of a text for contacts in a box control">#FFFFFF</TextBoxContactForeground>
  <TextBoxContactBackground description="Color of a background for contacts in a box control">#274E74</TextBoxContactBackground>
  <TextBoxContactBorder description="Color of contacts border in a text box control">#3E658C</TextBoxContactBorder>
  <TextBoxSelectedContactForeground description="Color of a text for selected contacts in a box control">#FFFFFF</TextBoxSelectedContactForeground>
  <TextBoxSelectedContactBackground description="Color of a background for selected contacts in a box control">#2D91FF</TextBoxSelectedContactBackground>
  <TextBoxSelectedContactBorder description="Color of selected contacts border in a text box control">#2D91FF</TextBoxSelectedContactBorder>
  <TextBoxHighlight description="Color of highlight background for selected text in a text box control">#0078D7</TextBoxHighlight>
  <TextBoxHighlightText description="Color of selected text in a text box control">#FFFFFF</TextBoxHighlightText>
  <!--Tree structure in main window-->
  <MainFormTreeViewColors>
    <FirstLevelForeground description="Text color for the first-level text in a tree structure">#AFAFAF</FirstLevelForeground>
    <Foreground description="Text color of a tree structure">#C8C8C8</Foreground>
    <Background description="Background color of a tree structure">#2D2D2D</Background>
    <SelectedInactiveItemForeground description="Text color for the selected item in a tree structure when it is not active">#FFFFFF</SelectedInactiveItemForeground>
    <SelectedItemForeground description="Text color for the selected item in a tree structure">#FFFFFF</SelectedItemForeground>
    <SelectedItemBackgroundStart description="Starting color of the gradient used as a background for the selected item in a tree structure">#555555</SelectedItemBackgroundStart>
    <SelectedItemBackgroundEnd description="Ending color of the gradient used as a background for the selected item in a tree structure">#555555</SelectedItemBackgroundEnd>
    <SelectedItemBorder description="Color of the border line for the selected item in a tree structure">Transparent</SelectedItemBorder>
    <SelectedInactiveItemBackgroundStart description="Starting color of the gradient used as a background for the selected item in a tree structure when it is not active">#393939</SelectedInactiveItemBackgroundStart>
    <SelectedInactiveItemBackgroundEnd description="Ending color of the gradient used as a background for the selected item in a tree structure when it is not active">#393939</SelectedInactiveItemBackgroundEnd>
    <SelectedInactiveItemBorder description="Color of the border line for the selected item in a tree structure when it is not active">Transparent</SelectedInactiveItemBorder>
    <UseRoundedCornersForSelection description="Specifies if a background for selected items in a tree structure should be drawn with rounded corners">False</UseRoundedCornersForSelection>
    <NodeShowMoreForeground description="Text color for the 'More...' node in a tree structure">#61ADFF</NodeShowMoreForeground>
    <ItemImageColor description="Color of images for items in a tree structure">#8B8B8B</ItemImageColor>
    <SelectedItemImageColor description="Color of images for selected items in a tree structure">#8B8B8B</SelectedItemImageColor>
    <SelectedInactiveItemImageColor description="Color of images for selected items in a tree structure when it is not active">#8B8B8B</SelectedInactiveItemImageColor>
  </MainFormTreeViewColors>
  <!--Unread counts-->
  <UnreadCountBackground description="Background color for an information about unread messages count in a folder">Transparent</UnreadCountBackground>
  <UnreadCountWarningBackground description="Background color for an information about unread messages count in a folder if there is a warning">Transparent</UnreadCountWarningBackground>
  <UnreadCountForeground description="Text color for an information about unread messages count in a folder">#2D91FF</UnreadCountForeground>
  <UnreadCountWarningForeground description="Text color for an information about unread messages count in a folder if there is a warning">#FF4500</UnreadCountWarningForeground>
  <AccountWarning description="Color of warning symbol for accounts that cannot connect">#FF9400</AccountWarning>
  <AccountWarningHover description="Color of warning symbol for accounts that cannot connect when mouse is hovered over it">#808080</AccountWarningHover>
  <!--Attachments-->
  <AttachmentCornerRadius description="Specifies if a background for an attachment in a bar with attachments should be drawn with rounded corners. Use '0' for rectangular attachments">0</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">#254BAB</AttachmentBorder>
  <AttachmentSelectedBorder description="Border line color around a selected attachment in a bar with attachments">#254BAB</AttachmentSelectedBorder>
  <AttachmentSelectedBackground description="Background color of a selected attachment in a bar with attachments">#254BAB</AttachmentSelectedBackground>
  <AttachmentsInactiveArrows description="Color of a the arrows shown in a bar with attachments if there are more attachment to show">#A0A0A0</AttachmentsInactiveArrows>
  <AttachmentText description="Text color of an attachment">#FFFFFF</AttachmentText>
  <AttachmentSelectedText description="Text color of a selected attachment">#FFFFFF</AttachmentSelectedText>
  <!--Message detail attachments-->
  <MessageDetailAttachmentCornerRadius description="Specifies if a background for attachment in a a message header should be drawn with rounded corners. Use '0' for rectangular attachments">15</MessageDetailAttachmentCornerRadius>
  <MessageDetailAttachmentBorder description="Border line color around an attachment in a message header">#254BAB</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">#254BAB</MessageDetailAttachmentSelectedBorder>
  <MessageDetailAttachmentSelectedBackground description="Background color of a selected attachment in a message header">#254BAB</MessageDetailAttachmentSelectedBackground>
  <MessageDetailAttachmentText description="Text color of an attachment in a message header">#FFFFFF</MessageDetailAttachmentText>
  <MessageDetailAttachmentSelectedText description="Text color of a selected attachment in a message header">#FFFFFF</MessageDetailAttachmentSelectedText>
  <!--Categories-->
  <CategoryCornerRadius description="Specifies if a background for a category in a bar with categories should be drawn with rounded corners. Use '0' for rectangular categories">100</CategoryCornerRadius>
  <CategoryAddBorder description="Border line of the 'add tag' in the category row">#AFAFAF</CategoryAddBorder>
  <CategoryAddBorderActive description="Border line of the 'add tag' in the category row when the mouse is over">#FFFFFF</CategoryAddBorderActive>
  <!--Notification windows-->
  <NotificationWindowHeaderIconColor description="Color of icons shown in notification header when the mouse is over the notification">#B4B4B4</NotificationWindowHeaderIconColor>
  <NotificationWindowHeaderIconOverColor description="Color of icons shown in notification header when the mouse is over the icon">#FFFFFF</NotificationWindowHeaderIconOverColor>
  <NotificationWindowHeaderForeground description="Color of the header text in a notification window">#FFFFFF</NotificationWindowHeaderForeground>
  <NotificationWindowForeground description="Color of the text in a notification window">#FFFFFF</NotificationWindowForeground>
  <NotificationWindowGrayText description="Color of the grayed text in a notification window">#C8C8C8</NotificationWindowGrayText>
  <NotificationWindowBackgroundStart description="Starting color of the gradient used as the background for notification windows">#2D2D2D</NotificationWindowBackgroundStart>
  <NotificationWindowBackgroundEnd description="Ending color of the gradient used as the background for notification windows">#2D2D2D</NotificationWindowBackgroundEnd>
  <NotificationWindowHeaderStart description="Starting color of the gradient used as the background for header of notification windows">#232523</NotificationWindowHeaderStart>
  <NotificationWindowHeaderEnd description="Ending color of the gradient used as the background for header of notification windows">#232523</NotificationWindowHeaderEnd>
  <NotificationWindowHeaderBorder description="Color of the border line around notification windows header">Transparent</NotificationWindowHeaderBorder>
  <NotificationWindowBorder description="Border line color around a notification window">#232523</NotificationWindowBorder>
  <NotificationWindowBackgroundGradientAngle description="An angle in which the gradient used as a background for a notification window will be shown">0</NotificationWindowBackgroundGradientAngle>
  <NotificationWindowUseRoundedCorners description="Specifies if the notification windows should have rounded corners">False</NotificationWindowUseRoundedCorners>
  <!--Calendar-->
  <CalendarColors>
    <AllDayBackground description="Color of the background for all-day text in a calendar on the left-side bar in a week or day view">#2D2D2D</AllDayBackground>
    <HeaderBackgroundStart description="Starting color of the gradient used as the background for header with days in a calendar">#232523</HeaderBackgroundStart>
    <HeaderBackgroundEnd description="Ending color of the gradient used as the background for header with days in a calendar">#232523</HeaderBackgroundEnd>
    <TodayHeaderBackgroundStart description="Starting color of the gradient used as the background for header for a current day">#254BAB</TodayHeaderBackgroundStart>
    <TodayHeaderBackgroundEnd description="Ending color of the gradient used as the background for header for a current day">#191A22</TodayHeaderBackgroundEnd>
    <HoursBackground description="Background color of a left-side bar with hours in a week or day view">#2D2D2D</HoursBackground>
    <MainNavigationBackground description="Background color of the topmost space of the calendar where date and navigation arrows are present">#2D2D2D</MainNavigationBackground>
    <MainNavigationForeground description="Font color of the topmost space of the calendar where date and navigation arrows are present">#FFFFFF</MainNavigationForeground>
    <HeaderFontColor description="Color of the text in a header with days in a calendar">#FFFFFF</HeaderFontColor>
    <TodayHeaderFontColor description="Color of the text for a current day in a header with days in a calendar">#FFFFFF</TodayHeaderFontColor>
    <MonthViewHeaderWeekNumbersColor description="Color of week numbers in a month calendar view">#787878</MonthViewHeaderWeekNumbersColor>
    <SubheaderBackground description="Background color of a space between the header with days and the main calendar view (week or day calendar view)">#1C1C1D</SubheaderBackground>
    <Background description="Background color of a calendar">#1C1C1D</Background>
    <WorkingHoursBackground description="Background color of a calendar for the time which is inside the working time (week or day view)">#1C1C1D</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">#254BAB</SelectedDayBackground>
    <GridStrongLine description="Color of vertical lines in a month view">#C8C8C8</GridStrongLine>
    <GridLightLine description="Color of horizontal lines in a week view">#2D2D2D</GridLightLine>
    <GridVeryLightLine description="Color of a top line in a week view">#C8C8C8</GridVeryLightLine>
    <GridDarkLine description="Color of vertical lines and several horizontal lines in a week view">#C8C8C8</GridDarkLine>
    <MonthViewTodayBorder description="Color of a border arround current day in month calendar view">#393939</MonthViewTodayBorder>
    <MonthViewDayHeaderFontColor description="Color of the text for each day (day number) in month calendar view">#FFFFFF</MonthViewDayHeaderFontColor>
    <MonthViewDayHeaderEvenFontColor description="Color of the text for each day (day number, month name) in not current month calendar view">#FFFFFF</MonthViewDayHeaderEvenFontColor>
    <MonthViewDayHeaderStart description="Starting color of the gradient used as the background for header for each day in a month calendar view">#393939</MonthViewDayHeaderStart>
    <MonthViewDayHeaderEnd description="Ending color of the gradient used as the background for header for each day in a month calendar view">#393939</MonthViewDayHeaderEnd>
    <EvenMonthBackground description="Alternating background color for even months in a calendar (month view)">#2D2D2D</EvenMonthBackground>
    <HeaderBorder description="Border line color around calendar header">#787878</HeaderBorder>
    <CurrentTimeLine description="Color of a line displaying current time in a week view">#FF4500</CurrentTimeLine>
    <SelectedEventBorder description="Color of a border line for selected events">#FFFFFF</SelectedEventBorder>
    <InvitationBorder description="Color of a border line for for invitations">#000000</InvitationBorder>
    <RenderEventInvitationsBorders description="Specifies whether borders for event invitations are rendered or not">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">#2D8B10</HeaderTodayCircleColor>
    <TodayLinkColor description="Color of the today link">#61ADFF</TodayLinkColor>
    <MoreEventsLinkColor description="Color of the more events link inside month calendar event">#61ADFF</MoreEventsLinkColor>
    <UseTransparencyForUnselectedEvents description="Specifies whether unselected events in calendar is drawn transparent">False</UseTransparencyForUnselectedEvents>
    <UseLinearGradientsForEvents description="Specifies whether events' background is solid or a linear gradient is used">False</UseLinearGradientsForEvents>
  </CalendarColors>
  <SidebarCalendarColors>
    <AllDayBackground description="Color of the background for all-day text in a calendar on the left-side bar in a week or day view">#2D2D2D</AllDayBackground>
    <HeaderBackgroundStart description="Starting color of the gradient used as the background for header with days in a calendar">#232523</HeaderBackgroundStart>
    <HeaderBackgroundEnd description="Ending color of the gradient used as the background for header with days in a calendar">#232523</HeaderBackgroundEnd>
    <TodayHeaderBackgroundStart description="Starting color of the gradient used as the background for header for a current day">#393939</TodayHeaderBackgroundStart>
    <TodayHeaderBackgroundEnd description="Ending color of the gradient used as the background for header for a current day">#393939</TodayHeaderBackgroundEnd>
    <HoursBackground description="Background color of a left-side bar with hours in a week or day view">#2D2D2D</HoursBackground>
    <MainNavigationBackground description="Background color of the topmost space of the calendar where date and navigation arrows are present">#2D2D2D</MainNavigationBackground>
    <MainNavigationForeground description="Font color of the topmost space of the calendar where date and navigation arrows are present">#FFFFFF</MainNavigationForeground>
    <HeaderFontColor description="Color of the text in a header with days in a calendar">#FFFFFF</HeaderFontColor>
    <TodayHeaderFontColor description="Color of the text for a current day in a header with days in a calendar">#FFFFFF</TodayHeaderFontColor>
    <MonthViewHeaderWeekNumbersColor description="Color of week numbers in a month calendar view">#787878</MonthViewHeaderWeekNumbersColor>
    <SubheaderBackground description="Background color of a space between the header with days and the main calendar view (week or day calendar view)">#1C1C1D</SubheaderBackground>
    <Background description="Background color of a calendar">#1C1C1D</Background>
    <WorkingHoursBackground description="Background color of a calendar for the time which is inside the working time (week or day view)">#1C1C1D</WorkingHoursBackground>
    <NonWorkingHoursBackground description="Background color of a calendar for the time which is outside the working time (week or day view)">#232523</NonWorkingHoursBackground>
    <AllDayFontColor description="Color of the all-day text in a calendar on the left-side bar in a week or day view">#FFFFFF</AllDayFontColor>
    <HoursFontColor description="Color of the text a left-side bar with hours in a week or day view">#FFFFFF</HoursFontColor>
    <SelectedDayBackground description="Background color of an currently selected day in a calendar">#2576CC</SelectedDayBackground>
    <GridStrongLine description="Color of vertical lines in a month view">#C8C8C8</GridStrongLine>
    <GridLightLine description="Color of horizontal lines in a week view">#2D2D2D</GridLightLine>
    <GridVeryLightLine description="Color of a top line in a week view">#C8C8C8</GridVeryLightLine>
    <GridDarkLine description="Color of vertical lines and several horizontal lines in a week view">#C8C8C8</GridDarkLine>
    <MonthViewTodayBorder description="Color of a border arround current day in month calendar view">#393939</MonthViewTodayBorder>
    <MonthViewDayHeaderFontColor description="Color of the text for each day (day number) in month calendar view">#FFFFFF</MonthViewDayHeaderFontColor>
    <MonthViewDayHeaderEvenFontColor description="Color of the text for each day (day number, month name) in not current month calendar view">#FFFFFF</MonthViewDayHeaderEvenFontColor>
    <MonthViewDayHeaderStart description="Starting color of the gradient used as the background for header for each day in a month calendar view">Transparent</MonthViewDayHeaderStart>
    <MonthViewDayHeaderEnd description="Ending color of the gradient used as the background for header for each day in a month calendar view">Transparent</MonthViewDayHeaderEnd>
    <EvenMonthBackground description="Alternating background color for even months in a calendar (month view)">#2D2D2D</EvenMonthBackground>
    <HeaderBorder description="Border line color around calendar header">#787878</HeaderBorder>
    <CurrentTimeLine description="Color of a line displaying current time in a week view">#FF4500</CurrentTimeLine>
    <SelectedEventBorder description="Color of a border line for selected events">#FFFFFF</SelectedEventBorder>
    <InvitationBorder description="Color of a border line for for invitations">#000000</InvitationBorder>
    <RenderEventInvitationsBorders description="Specifies whether borders for event invitations are rendered or not">True</RenderEventInvitationsBorders>
    <RenderEventBorders description="Specifies whether borders for events are rendered or not">True</RenderEventBorders>
    <HeaderTodayCircleFontColor description="Color of the text inside ellipse around days">#FFFFFF</HeaderTodayCircleFontColor>
    <HeaderTodayCircleColor description="Color of the ellipse around days">#1A73E8</HeaderTodayCircleColor>
    <TodayLinkColor description="Color of the today link">#61ADFF</TodayLinkColor>
    <MoreEventsLinkColor description="Color of the more events link inside month calendar event">#61ADFF</MoreEventsLinkColor>
    <UseTransparencyForUnselectedEvents description="Specifies whether unselected events in calendar is drawn transparent">False</UseTransparencyForUnselectedEvents>
    <UseLinearGradientsForEvents description="Specifies whether events' background is solid or a linear gradient is used">False</UseLinearGradientsForEvents>
  </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">#808080</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">#555555</DateSelectorSelectionBorder>
  <DateSelectorSelectionBackgroundStart description="Starting color of the gradient used as a background for the selected dates in the small preview calendar">#555555</DateSelectorSelectionBackgroundStart>
  <DateSelectorSelectionBackgroundEnd description="Ending color of the gradient used as a background for the selected dates in the small preview calendar">#555555</DateSelectorSelectionBackgroundEnd>
  <UseRoundedCornersForDateSelector description="Specifies if a background for selected dates in a small preview calendar should be drawn with rounded corners">False</UseRoundedCornersForDateSelector>
  <!--Contact business cards-->
  <BusinessCardsColors>
    <CardsForeground description="Text color of a card">#FFFFFF</CardsForeground>
    <CardsBorder description="Border line color of a card">#FFFFFF</CardsBorder>
    <CardsSelectedBorder description="Border line color of a selected card">#BFDAE8</CardsSelectedBorder>
    <CardsSelectedBackground description="Background color of a selected card">#2576CC</CardsSelectedBackground>
    <CardsSelectedInactiveBackground description="Background color of a selected inactive card">#393939</CardsSelectedInactiveBackground>
    <Background description="Background color of the control">#2D2D2D</Background>
    <CardsBackground description="Background color of a card">#2D2D2D</CardsBackground>
    <CardsHorizontalLine description="Color of a horizontal line between cards">Transparent</CardsHorizontalLine>
  </BusinessCardsColors>
  <!--Contacts-->
  <ContactsSelectorItemBackground description="Background color of active letter selector item">#191A22</ContactsSelectorItemBackground>
  <ContactsSelectorItemForeground description="Text color of active letter selector item">#A9A9A9</ContactsSelectorItemForeground>
  <ContactsSelectorForeground description="Text color of letter selector items">#A9A9A9</ContactsSelectorForeground>
  <ContactsSelectorBackground description="Background of letter selector items">Transparent</ContactsSelectorBackground>
  <!--Attachment cards-->
  <AttachmentCardsColors>
    <CardsForeground description="Text color of a card">#FFFFFF</CardsForeground>
    <CardsBorder description="Border line color of a card">#FFFFFF</CardsBorder>
    <CardsSelectedBorder description="Border line color of a selected card">#BFDAE8</CardsSelectedBorder>
    <CardsSelectedBackground description="Background color of a selected card">#2576CC</CardsSelectedBackground>
    <CardsSelectedInactiveBackground description="Background color of a selected inactive card">#393939</CardsSelectedInactiveBackground>
    <Background description="Background color of the control">#2D2D2D</Background>
    <CardsBackground description="Background color of a card">#2D2D2D</CardsBackground>
    <CardsHorizontalLine description="Color of a horizontal line between cards">Transparent</CardsHorizontalLine>
  </AttachmentCardsColors>
  <!--Item cards-->
  <CardsColors>
    <CardsForeground description="Text color of a card">#FFFFFF</CardsForeground>
    <CardsBorder description="Border line color of a card">Transparent</CardsBorder>
    <CardsSelectedBorder description="Border line color of a selected card">#BFDAE8</CardsSelectedBorder>
    <CardsSelectedBackground description="Background color of a selected card">#2576CC</CardsSelectedBackground>
    <CardsSelectedInactiveBackground description="Background color of a selected inactive card">#393939</CardsSelectedInactiveBackground>
    <Background description="Background color of the control">#2D2D2D</Background>
    <CardsBackground description="Background color of a card">#2D2D2D</CardsBackground>
    <CardsHorizontalLine description="Color of a horizontal line between cards">Transparent</CardsHorizontalLine>
  </CardsColors>
  <WizardCardsColors>
    <CardsForeground description="Text color of a card">#FFFFFF</CardsForeground>
    <CardsBorder description="Border line color of a card">Transparent</CardsBorder>
    <CardsSelectedBorder description="Border line color of a selected card">#095FBC</CardsSelectedBorder>
    <CardsSelectedBackground description="Background color of a selected card">#2576CC</CardsSelectedBackground>
    <CardsSelectedInactiveBackground description="Background color of a selected inactive card">#393939</CardsSelectedInactiveBackground>
    <Background description="Background color of the control">#232523</Background>
    <CardsBackground description="Background color of a card">Transparent</CardsBackground>
    <CardsHorizontalLine description="Color of a horizontal line between cards">Transparent</CardsHorizontalLine>
  </WizardCardsColors>
  <!--Widgets-->
  <WidgetHeaderStart description="Starting color of the gradient used as the background for header of widgets">#191A22</WidgetHeaderStart>
  <WidgetHeaderEnd description="Ending color of the gradient used as the background for header of widgets">#191A22</WidgetHeaderEnd>
  <WidgetHeaderFontColorDark description="Color of the text used in the widget header">#EBEBEB</WidgetHeaderFontColorDark>
  <WidgetHeaderFontColorLight description="Color of the lighter text used as a shadow below the text in widget header">#000000</WidgetHeaderFontColorLight>
  <WidgetBackgroundStart description="Starting color of the gradient used as the background for a widget">#191A22</WidgetBackgroundStart>
  <WidgetBackgroundEnd description="Ending color of the gradient used as the background for a widget">#191A22</WidgetBackgroundEnd>
  <WidgetBorder description="Color of the widget border line">#000000</WidgetBorder>
  <!--Progress bar-->
  <ProgressBarInfiniteProgress description="Color of the infinite progress line">#FF9400</ProgressBarInfiniteProgress>
  <ProgressBarInfiniteProgressBackground description="Background color of the infinite progress line">#191A22</ProgressBarInfiniteProgressBackground>
  <ProgressBarProgress description="Color of the progress line">#2E84E6</ProgressBarProgress>
  <ProgressBarBackground description="Background of the progress line">#BDBDBD</ProgressBarBackground>
  <SpinningWheelForeground description="Color of infinite progress spinning wheel">#FF9400</SpinningWheelForeground>
  <!--Scrollbar-->
  <UseSystemScrollbar description="Use system scrollbars with no automatic hiding">False</UseSystemScrollbar>
  <ScrollbarThumb description="Color of a scrollbar thumb">#D3D3D3</ScrollbarThumb>
  <ScrollbarThumbHover description="Color of a scrollbar thumb when the mouse is over">#808080</ScrollbarThumbHover>
  <!--Tab control-->
  <TabPageForeColor description="Text color of active tab page">#FFFFFF</TabPageForeColor>
  <TabPageBackColor description="Background color of active tab page">#2D2D2D</TabPageBackColor>
  <TabForeColor description="Text color of active tab">#FFFFFF</TabForeColor>
  <TabBackColor description="Background color of active tab">Transparent</TabBackColor>
  <TabInactiveForeColor description="Text color of inactive tab">#AFAFAF</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">#191A22</TabHoverBackColor>
  <TabUnderlineColor description="Color of underline of the active tab">#2D91FF</TabUnderlineColor>
  <TabBorderColor description="Color of borders of tab">Transparent</TabBorderColor>
  <TabSpace description="Inner space around text of a tab">6</TabSpace>
  <!--Account wizard-->
  <AccountWizardBoxHeaderCollapsed description="Background color of a collapsed header in the account wizard">#393939</AccountWizardBoxHeaderCollapsed>
  <AccountWizardBoxHeaderExpanded description="Background color of an expanded header in the account wizard">#555555</AccountWizardBoxHeaderExpanded>
  <AccountWizardBoxBorderCollapsed description="Border color of a collapsed box in the account wizard">#393939</AccountWizardBoxBorderCollapsed>
  <AccountWizardBoxBorderExpanded description="Border color of an expanded box in the account wizard">Transparent</AccountWizardBoxBorderExpanded>
  <AccountWizardBoxBackground description="Background of an expanded box in the account wizard">#232523</AccountWizardBoxBackground>
  <AccountWizardBoxSpacing description="Space between boxes in the account wizard">8</AccountWizardBoxSpacing>
  <ToolStripColors>
    <ButtonColors>
      <ButtonBackColor description="Gets the background color of a button">Transparent</ButtonBackColor>
      <ButtonTextColor description="Gets the text color of a button">#FFFFFF</ButtonTextColor>
      <ButtonBorderColor description="Gets the border color of a button">Transparent</ButtonBorderColor>
      <ButtonDropDownSplitLineColor description="Gets the color of line between text and a drop-down arrow on a button">Transparent</ButtonDropDownSplitLineColor>
      <ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">#191A22</ButtonHoverBackColor>
      <ButtonHoverTextColor description="Gets the text color of a button if the mouse cursor is over the button">#FFFFFF</ButtonHoverTextColor>
      <ButtonBorderHoverColor description="Gets the border color of a button if the mouse cursor is over the button">Transparent</ButtonBorderHoverColor>
      <ButtonDropDownSplitLineHoverColor description="Gets the color of line between text and a drop-down arrow on a button if the mouse cursor is over the button">#DCDCDC</ButtonDropDownSplitLineHoverColor>
      <ButtonCheckedBackColor description="Gets the background color of a checked button">#254BAB</ButtonCheckedBackColor>
      <ButtonCheckedTextColor description="Gets the text color of a checked button">#FFFFFF</ButtonCheckedTextColor>
      <ButtonBorderCheckedColor description="Gets the border color of a checked button">Transparent</ButtonBorderCheckedColor>
      <ButtonDropDownSplitLineCheckedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">#DCDCDC</ButtonDropDownSplitLineCheckedColor>
      <ButtonPressedBackColor description="Gets the background color of a pressed button">#254BAB</ButtonPressedBackColor>
      <ButtonPressedTextColor description="Gets the text color of a pressed button">#FFFFFF</ButtonPressedTextColor>
      <ButtonBorderPressedColor description="Gets the border color of a pressed button">Transparent</ButtonBorderPressedColor>
      <ButtonDropDownSplitLinePressedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">#DCDCDC</ButtonDropDownSplitLinePressedColor>
      <ButtonDisabledBackColor description="Gets the background color of a disabled button">Transparent</ButtonDisabledBackColor>
      <ButtonDisabledTextColor description="Gets the text color of a disabled button">#808080</ButtonDisabledTextColor>
      <ButtonBorderDisabledColor description="Gets the border color of a disabled button">Transparent</ButtonBorderDisabledColor>
      <ButtonInvertImage description="Indicates if an image should have inverted colors if the button is in normal state">True</ButtonInvertImage>
      <ButtonCheckedInvertImage description="Indicates if an image should have inverted colors if the button is checked">True</ButtonCheckedInvertImage>
      <ButtonPressedInvertImage description="Indicates if an image should have inverted colors if the button is pressed">True</ButtonPressedInvertImage>
      <ButtonHoverInvertImage description="Indicates if an image should have inverted colors if the mouse cursor is over the button">True</ButtonHoverInvertImage>
      <ButtonInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is in normal state">True</ButtonInvertDropDownArrow>
      <ButtonCheckedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is checked">True</ButtonCheckedInvertDropDownArrow>
      <ButtonPressedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is pressed">True</ButtonPressedInvertDropDownArrow>
      <ButtonHoverInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the mouse cursor is over the button">True</ButtonHoverInvertDropDownArrow>
    </ButtonColors>
    <HighlightedButtonColors>
      <ButtonBackColor description="Gets the background color of a button">#254BAB</ButtonBackColor>
      <ButtonTextColor description="Gets the text color of a button">#FAFAFA</ButtonTextColor>
      <ButtonBorderColor description="Gets the border color of a button">Transparent</ButtonBorderColor>
      <ButtonDropDownSplitLineColor description="Gets the color of line between text and a drop-down arrow on a button">#BFDAE8</ButtonDropDownSplitLineColor>
      <ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">#0076F7</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">#D3D3D3</ButtonDropDownSplitLineHoverColor>
      <ButtonCheckedBackColor description="Gets the background color of a checked button">#254BAB</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">#254BAB</ButtonDropDownSplitLineCheckedColor>
      <ButtonPressedBackColor description="Gets the background color of a pressed button">#254BAB</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">#CCCCCC</ButtonDropDownSplitLinePressedColor>
      <ButtonDisabledBackColor description="Gets the background color of a disabled button">#D3D3D3</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>
      <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>
      <ButtonUnderline>Transparent</ButtonUnderline>
      <ButtonHoverUnderline>#2D91FF</ButtonHoverUnderline>
      <ButtonCheckedUnderline>#2D91FF</ButtonCheckedUnderline>
      <ButtonPressedUnderline>#2D91FF</ButtonPressedUnderline>
    </UnderlinedButtonColors>
    <SeparatorColor>#BDBDBD</SeparatorColor>
  </ToolStripColors>
  <ButtonColors>
    <ButtonBackColor description="Gets the background color of a button">#787878</ButtonBackColor>
    <ButtonTextColor description="Gets the text color of a button">#DCDCDC</ButtonTextColor>
    <ButtonBorderColor description="Gets the border color of a button">#787878</ButtonBorderColor>
    <ButtonDropDownSplitLineColor description="Gets the color of line between text and a drop-down arrow on a button">#DCDCDC</ButtonDropDownSplitLineColor>
    <ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">#2984E5</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">#2984E5</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">#787878</ButtonCheckedBackColor>
    <ButtonCheckedTextColor description="Gets the text color of a checked button">#DCDCDC</ButtonCheckedTextColor>
    <ButtonBorderCheckedColor description="Gets the border color of a checked button">#787878</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">#2D91FF</ButtonPressedBackColor>
    <ButtonPressedTextColor description="Gets the text color of a pressed button">#DCDCDC</ButtonPressedTextColor>
    <ButtonBorderPressedColor description="Gets the border color of a pressed button">#2D91FF</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">#787878</ButtonDisabledBackColor>
    <ButtonDisabledTextColor description="Gets the text color of a disabled button">#A9A9A9</ButtonDisabledTextColor>
    <ButtonBorderDisabledColor description="Gets the border color of a disabled button">#787878</ButtonBorderDisabledColor>
    <ButtonInvertImage description="Indicates if an image should have inverted colors if the button is in normal state">False</ButtonInvertImage>
    <ButtonCheckedInvertImage description="Indicates if an image should have inverted colors if the button is checked">False</ButtonCheckedInvertImage>
    <ButtonPressedInvertImage description="Indicates if an image should have inverted colors if the button is pressed">False</ButtonPressedInvertImage>
    <ButtonHoverInvertImage description="Indicates if an image should have inverted colors if the mouse cursor is over the button">False</ButtonHoverInvertImage>
    <ButtonInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is in normal state">True</ButtonInvertDropDownArrow>
    <ButtonCheckedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is checked">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>
    <ButtonBackColor description="Gets the background color of a button">#2D2D2D</ButtonBackColor>
    <ButtonTextColor description="Gets the text color of a button">#FFFFFF</ButtonTextColor>
    <ButtonBorderColor description="Gets the border color of a button">Transparent</ButtonBorderColor>
    <ButtonDropDownSplitLineColor description="Gets the color of line between text and a drop-down arrow on a button">Transparent</ButtonDropDownSplitLineColor>
    <ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">#232523</ButtonHoverBackColor>
    <ButtonHoverTextColor description="Gets the text color of a button if the mouse cursor is over the button">#2D91FF</ButtonHoverTextColor>
    <ButtonBorderHoverColor description="Gets the border color of a button if the mouse cursor is over the button">Transparent</ButtonBorderHoverColor>
    <ButtonDropDownSplitLineHoverColor description="Gets the color of line between text and a drop-down arrow on a button if the mouse cursor is over the button">Transparent</ButtonDropDownSplitLineHoverColor>
    <ButtonCheckedBackColor description="Gets the background color of a checked button">Transparent</ButtonCheckedBackColor>
    <ButtonCheckedTextColor description="Gets the text color of a checked button">#2D91FF</ButtonCheckedTextColor>
    <ButtonBorderCheckedColor description="Gets the border color of a checked button">Transparent</ButtonBorderCheckedColor>
    <ButtonDropDownSplitLineCheckedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">Transparent</ButtonDropDownSplitLineCheckedColor>
    <ButtonPressedBackColor description="Gets the background color of a pressed button">#000000</ButtonPressedBackColor>
    <ButtonPressedTextColor description="Gets the text color of a pressed button">#2D91FF</ButtonPressedTextColor>
    <ButtonBorderPressedColor description="Gets the border color of a pressed button">Transparent</ButtonBorderPressedColor>
    <ButtonDropDownSplitLinePressedColor description="Gets the color of line between text and a drop-down arrow on a pressed button">Transparent</ButtonDropDownSplitLinePressedColor>
    <ButtonDisabledBackColor description="Gets the background color of a disabled button">#2D2D2D</ButtonDisabledBackColor>
    <ButtonDisabledTextColor description="Gets the text color of a disabled button">#2D2D2D</ButtonDisabledTextColor>
    <ButtonBorderDisabledColor description="Gets the border color of a disabled button">Transparent</ButtonBorderDisabledColor>
    <ButtonInvertImage description="Indicates if an image should have inverted colors if the button is in normal state">True</ButtonInvertImage>
    <ButtonCheckedInvertImage description="Indicates if an image should have inverted colors if the button is checked">True</ButtonCheckedInvertImage>
    <ButtonPressedInvertImage description="Indicates if an image should have inverted colors if the button is pressed">True</ButtonPressedInvertImage>
    <ButtonHoverInvertImage description="Indicates if an image should have inverted colors if the mouse cursor is over the button">True</ButtonHoverInvertImage>
    <ButtonInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is in normal state">True</ButtonInvertDropDownArrow>
    <ButtonCheckedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is checked">True</ButtonCheckedInvertDropDownArrow>
    <ButtonPressedInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the button is pressed">True</ButtonPressedInvertDropDownArrow>
    <ButtonHoverInvertDropDownArrow description="Indicates if the drop-down arrow should have inverted colors if the mouse cursor is over the button">True</ButtonHoverInvertDropDownArrow>
    <ButtonUnderline>Transparent</ButtonUnderline>
    <ButtonHoverUnderline>#2D91FF</ButtonHoverUnderline>
    <ButtonCheckedUnderline>#2D91FF</ButtonCheckedUnderline>
    <ButtonPressedUnderline>#2D91FF</ButtonPressedUnderline>
  </SidebarSelectorButtonColors>
  <HighlightedButtonColors>
    <ButtonBackColor description="Gets the background color of a button">#254BAB</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">#DCDCDC</ButtonDropDownSplitLineColor>
    <ButtonHoverBackColor description="Gets the background color of a button if the mouse cursor is over the button">#2D91FF</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">#2984E5</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">#254BAB</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">#BDBDBD</ButtonDropDownSplitLineCheckedColor>
    <ButtonPressedBackColor description="Gets the background color of a pressed button">#254BAB</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">#254BAB</ButtonDropDownSplitLinePressedColor>
    <ButtonDisabledBackColor description="Gets the background color of a disabled button">#808080</ButtonDisabledBackColor>
    <ButtonDisabledTextColor description="Gets the text color of a disabled button">#DCDCDC</ButtonDisabledTextColor>
    <ButtonBorderDisabledColor description="Gets the border color of a disabled button">#808080</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">#191A22</MenuBackColor>
    <MenuBorder description="Gets the color that is used for the border of a context menu">#26272A</MenuBorder>
    <MenuItemBorder description="Gets the border color to use with a ToolStrip menu item">Transparent</MenuItemBorder>
    <MenuItemPressedBackColor description="Gets the background color for the pressed menu item">#254BAB</MenuItemPressedBackColor>
    <MenuItemSelectedBackColor description="Gets the background color for the selected menu item">#254BAB</MenuItemSelectedBackColor>
    <MenuItemTextColor description="Gets the color of items text">#FFFFFF</MenuItemTextColor>
    <MenuItemDisabledTextColor description="Gets the color of disabled items text">#6D6D6D</MenuItemDisabledTextColor>
    <MenuItemPressedTextColor description="Gets the color of pressed items text">#FFFFFF</MenuItemPressedTextColor>
    <MenuItemSelectedTextColor description="Gets the color of selected items text">#FFFFFF</MenuItemSelectedTextColor>
    <MenuItemInvertImage description="Indicates if an image should have inverted colors if the menu item is in normal state">True</MenuItemInvertImage>
    <MenuItemPressedInvertImage description="Indicates if an image should have inverted colors if the menu item is pressed">True</MenuItemPressedInvertImage>
    <MenuItemSelectedInvertImage description="Indicates if an image should have inverted colors if the menu item is selected">True</MenuItemSelectedInvertImage>
    <MenuItemInvertExpandArrow description="Indicates if the expand arrow should have inverted colors if the menu item is in normal state">True</MenuItemInvertExpandArrow>
    <MenuItemPressedInvertExpandArrow description="Indicates if the expand arrow should have inverted colors if the menu item is pressed">True</MenuItemPressedInvertExpandArrow>
    <MenuItemSelectedInvertExpandArrow description="Indicates if the expand arrow should have inverted colors if the menu item is selected">True</MenuItemSelectedInvertExpandArrow>
    <SeparatorColor description="Gets the color for separators">#232523</SeparatorColor>
  </MenuColors>
  <IsDarkTheme description="Specifies if the theme is derived from a dark theme">True</IsDarkTheme>
  <Screenshot description="Specifies a base64 encoded screenshot image">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nShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdCJogQAlMTMzUIFQCeKEgBQEjM3CxUAnShKAEBJzNwsVAB0oigBACUxc7NQAdDJGWfeOsaGpeJxuslezAGA1YqZm4UKgE4UJQCgJGZuFioAOlGUAICSmLlZqADoRFECAEpi5mahAqATRQkAKImZm4UKgE4UJQCgJGZuFioAOlGUAICSmLlZqADoRFECAEpi5mahAqATRQkAKImZm4UKgE4UJQCgJGZuFioAOlGUAICSmLlZqADoRFECAEpi5mahAqATRQkAKImZm4UKgE4UJQCgJGZuFioAOlGUAICSmLlZqADoRFECAEpi5mahAqATRQkAKImZm4UKgE4OXpS+71Ob++9XHCM7dlH2Yg4ArFbM3CxUAHRy8KI02/fQWfn67Rw6NHH4YLe9JHsxBwBWK2ZuFioAOllNUZoVniPn5dtkoljN75ttU5S9mAMAqxUzNwsVAJ2spijFv+c8Zu3y2Rds3WbZ4bPXto194vp+b3tJ9mIOAKxWzNwsVAB0srqiFM559HoBmvw7v828s87dus1+b3tJ9mIOAKxWzNwsVAB0stqiFObL0vTvkNbFujg1b7Zufp/93vaS7MUcAFitmLlZqADoZPVFKcTpd7E8Tq2Lv0GKZbOSlJ2at9/bXpK9mAMAqxUzNwsVAJ2cuKJ0/uPW1kVZOnL+2uXHPGlt+fL2+73tJdmLOQCwWjFzs1AB0Mnqi9LGu0nrp9fNH3tWmC64dHGf5WPsU/ZiDgCsVszcLFQAdLLaojQrSdnpdTOzU/AuvGxz2X5ve0n2Yg4ArFbM3CxUAHSyuqI0+xCHnUrSzOyT7x59xdr1/d72kuzFHABYrZi5WagA6GQ1RWn2H40965x8m8zsPzh7+Mj+b3tJ9mIOAKxWzNwsVAB0spqiFGafbrdX048NXy9Y+73tJdmLOQCwWjFzs1AB0MnBi9L3fWpz//2KY2THLspezAGA1YqZm4UKgE4OXpROIdmLOQCwWjFzs1AB0ImiBACUxMzNQgVAJ4oSAFASMzcLFQCdKEoAQEnM3CxUAHSiKAEAJTFzs1AB0ImiBACUxMzNQgVAJ4oSAFASMzcLFQCdKEoAQEnM3CxUAHSiKAEAJTFzs1AB0ImiBACUxMzNQgVAJ4oSAFASMzcLFQCdKEoAQEnM3CxUAHSiKAEAJTFzs1AB0ImiBACUxMzNQgVAJ4oSAFASMzcLFQCdKEoAQEnM3CxUAHSiKAEAJTFzs1AB0ImiBACUxMzNQgVAJ2csl43TWfZiDgCsVszcLFQAdKIoAQAlMXOzUAHQiaIEAJTEzM1CBUAnihIAUBIzNwsVAJ0oSgBASczcLFQAdKIoAQAlMXOzUAHQiaIEAJTEzM1CBUAfDxz/P7T00ciUJW2dAAAAAElFTkSuQmCC</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">#254BAB</PopupBackground>
  <PopupText description="Font color for popups">#FFFFFF</PopupText>
  <RoundedCornersRadius description="Radius of control corners. Use '0' for rectangular controls">0</RoundedCornersRadius>
  <HighlightColor description="Highlight color">#A5A530</HighlightColor>
</SerializableColorTheme>