<?xml version="1.0" encoding="utf-8"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/shopware/shopware/5.3/engine/Shopware/Components/Plugin/schema/config.xsd">
    <elements>


        <!-- Header Logo img multiply effect -->


        <element type="boolean" scope="locale">
            <name>nenoHeaderConfigLogoMultiply</name>
            <label lang="de">Logo Hintergrund freistellen</label>
            <label lang="en">Exempt logo background</label>
            <value>true</value>
            <description lang="de">Der Hintergrund des Logos wird automatisch freigestellt</description>
            <description lang="en">The background of the logo is automatically cut out</description>
        </element>


        <!-- General Header styles -->


        <element type="color" scope="locale">
            <name>nenoHeaderConfigBackgroundColor</name>
            <label lang="de">Header Hintergrundfarbe</label>
            <label lang="en">Deactivate Background color</label>
            <value>#333333</value>
            <description lang="de">Die Hintergrundfarbe des gesamten Header</description>
            <description lang="en">The background color of the entire header</description>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigBorderBottomThickness</name>
            <label lang="de">Header Border Unten Stärke</label>
            <label lang="en">Header border bottom thickness</label>
            <description lang="de">Border unten am Header</description>
            <description lang="en">Border at the bottom of the header</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigBorderBottomColor</name>
            <label lang="de">Header Border Unten Farbe</label>
            <label lang="en">Header border bottom color</label>
            <value>#FFFFFF</value>
            <description lang="de">Farbe vom Border unten am Header</description>
            <description lang="en">Color of the border at the bottom of the header</description>
        </element>


        <!-- General Top Bar styles -->


        <element type="color" scope="locale">
            <name>nenoHeaderConfigTopBarFontColor</name>
            <label lang="de">Top Bar Schriftfarbe</label>
            <label lang="en">Top bar font color</label>
            <value>#FFFFFF</value>
            <description lang="de">Die Schriftfarbe für die Top Bar ändern</description>
            <description lang="en">Change the font color for the top bar</description>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigTopBarFontColorHover</name>
            <label lang="de">Top Bar Schriftfarbe beim hover</label>
            <label lang="en">Top bar font color while hover</label>
            <value>#FFFFFF</value>
            <description lang="de">Die Schriftfarbe für die Top Bar beim hovern ändern</description>
            <description lang="en">Change the font color for the top bar while hover</description>
        </element>


        <!-- General Main Nav styles -->

        <element type="select" scope="locale">
            <name>nenoHeaderConfigNavEntryTextAlign</name>
            <label lang="de">Haupt-Navigation Text Ausrichtung</label>
            <label lang="en">Main Navigation Text Alignment</label>
            <description lang="de">Text Ausrichtung der Haupt-Navigation</description>
            <description lang="en">Text alignment of the main navigation</description>
            <store>
                <option>
                    <value>left</value>
                    <label lang="de">Links</label>
                    <label lang="en">Left</label>
                </option>
                <option>
                    <value>right</value>
                    <label lang="de">Rechts</label>
                    <label lang="en">Right</label>
                </option>
                <option>
                    <value>center</value>
                    <label lang="de">Mittig</label>
                    <label lang="en">Centered</label>
                </option>
            </store>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigMainNavPaddingTop</name>
            <label lang="de">Haupt-Navigation Abstand Oben</label>
            <label lang="en">Main navigation Distance Top</label>
            <description lang="de">Abstand der Haupt-Navigation nach oben</description>
            <description lang="en">Distance of the main navigation to the top</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigMainNavPaddingBottom</name>
            <label lang="de">Haupt-Navigation Abstand Unten</label>
            <label lang="en">Main navigation Distance Bottom</label>
            <description lang="de">Abstand der Haupt-Navigation nach unten</description>
            <description lang="en">Distance of the main navigation to the bottom</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigMainNavFontColor</name>
            <label lang="de">Haupt-Navigation Schriftfarbe</label>
            <label lang="en">Main navigation font color</label>
            <value>#FFFFFF</value>
            <description lang="de">Die Schriftfarbe der Haupt-Navigation anpassen</description>
            <description lang="en">Adjust the font color of the main navigation</description>
        </element>


        <!-- General Main Nav Nav Entry styles -->


        <element type="number" scope="locale">
            <name>nenoHeaderConfigNavEntryFontSize</name>
            <label lang="de">Item (Haupt-Navigation) Schriftgröße</label>
            <label lang="en">Item (main navigation) font size</label>
            <description lang="de">Die Schriftgröße der Haupt Navigation anpassen</description>
            <description lang="en">Adjust the font size of the main navigation</description>
            <options>
                <value>16</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigNavEntryDistance</name>
            <label lang="de">Item (Haupt-Navigation) Horizontaler Abstand</label>
            <label lang="en">Item (main navigation) horizontal distance</label>
            <description lang="de">Horizontaler Abstand zum nächsten Item</description>
            <description lang="en">Horizontal distance to the next item</description>
            <options>
                <value>16</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigNavEntryHoverBackgroundColor</name>
            <label lang="de">Item (Haupt-Navigation) Hintergrundfarbe beim Hovern</label>
            <label lang="en">Item (main navigation) background color while hover</label>
            <value>#FFFFFF</value>
            <description lang="de">Die Hintergrundfarbe beim hovern der Haupt-Navigation Items anpassen</description>
            <description lang="en">Adjust the background color of the main navigation items while hover</description>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigNavEntryHoverFontColor</name>
            <label lang="de">Item (Haupt-Navigation) Schriftfarbe beim Hovern</label>
            <label lang="en">Item (main navigation) font color while hover</label>
            <value>#333333</value>
            <description lang="de">Die Schriftfarbe beim hovern der Haupt-Navigation Items anpassen</description>
            <description lang="en">Adjust the font color of the main navigation items while hover</description>
        </element>

        <element type="text" scope="locale">
            <name>nenoHeaderConfigNavEntryHoverTransition</name>
            <label lang="de">Item (Haupt-Navigation) Transition beim Hover</label>
            <label lang="en">Navigation font color hover</label>
            <value>1</value>
            <description lang="de">Übergangszeit für Hover Effekte der Items (Haupt-Navigation) einstellen. Zeit (in sekunden) immer durch . trennen (z.B 1.5)</description>
            <description lang="en">Set transition time for hover effects of the items (main navigation). Always separate time (in seconds) by . (e.g. 1.5)</description>
        </element>

        <!-- Border hover -->

        <element type="number" scope="locale">
            <name>nenoHeaderConfigNavEntryHoverBorderLeftThickness</name>
            <label lang="de">Item (Haupt-Navigation) Border Dicke links beim Hovern</label>
            <label lang="en">Item (main navigation) border left thickness if hovering</label>
            <description lang="de">Dicke des linken Borders beim hovern</description>
            <description lang="en">Thickness of the left border while hovering</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigNavEntryHoverBorderLeftColor</name>
            <label lang="de">Item (Haupt-Navigation) Border Farbe links beim Hovern</label>
            <label lang="en">Item (main navigation) border left color if hovering</label>
            <value>#FFFFFF</value>
            <description lang="de">Farbe des linken Borders beim hovern</description>
            <description lang="en">Color of the left border while hovering</description>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigNavEntryHoverBorderTopThickness</name>
            <label lang="de">Item (Haupt-Navigation) Border Dicke oben beim Hovern</label>
            <label lang="en">Item (main navigation) border top thickness if hovering</label>
            <description lang="de">Dicke des oberen Borders beim hovern</description>
            <description lang="en">Thickness of the top border while hovering</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigNavEntryHoverBorderTopColor</name>
            <label lang="de">Item (Haupt-Navigation) Border Farbe oben beim Hovern</label>
            <label lang="en">Item (main navigation) border top color if hovering</label>
            <value>#FFFFFF</value>
            <description lang="de">Farbe des oberen Borders beim hovern</description>
            <description lang="en">Color of the top border while hovering</description>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigNavEntryHoverBorderRightThickness</name>
            <label lang="de">Item (Haupt-Navigation) Border Dicke rechts beim Hovern</label>
            <label lang="en">Item (main navigation) border right thickness if hovering</label>
            <description lang="de">Dicke des rechten Borders beim hovern</description>
            <description lang="en">Thickness of the right border while hovering</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigNavEntryHoverBorderRightColor</name>
            <label lang="de">Item (Haupt-Navigation) Border Farbe rechts beim Hovern</label>
            <label lang="en">Item (main navigation) border right color if hovering</label>
            <value>#FFFFFF</value>
            <description lang="de">Farbe des rechten Borders beim hovern</description>
            <description lang="en">Color of the right border while hovering</description>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigNavEntryHoverBorderBottomThickness</name>
            <label lang="de">Item (Haupt-Navigation) Border Dicke unten beim Hovern</label>
            <label lang="en">Item (main navigation) border bottom thickness if hovering</label>
            <description lang="de">Dicke des unteren Borders beim hovern</description>
            <description lang="en">Thickness of the bottom border while hovering</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigNavEntryHoverBorderBottomColor</name>
            <label lang="de">Item (Haupt-Navigation) Border Farbe unten beim Hovern</label>
            <label lang="en">Item (main navigation) border bottom color if hovering</label>
            <value>#FFFFFF</value>
            <description lang="de">Farbe des unteren Borders beim hovern</description>
            <description lang="en">Color of the bottom border while hovering</description>
        </element>

        <!-- Border active -->

        <element type="number" scope="locale">
            <name>nenoHeaderConfigNavEntryActiveBorderLeftThickness</name>
            <label lang="de">Item (Haupt-Navigation) Border Dicke Links wenn Aktiv</label>
            <label lang="en">Item (main navigation) border left thickness if active</label>
            <description lang="de">Dicke des linken Borders wenn das Item Aktiv ist</description>
            <description lang="en">Thickness of the left border if item is active</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigNavEntryActiveBorderLeftColor</name>
            <label lang="de">Item (Haupt-Navigation) Border Farbe links wenn Aktiv</label>
            <label lang="en">Item (main navigation) border left color if active</label>
            <value>#FFFFFF</value>
            <description lang="de">Farbe des linken Borders wenn das Item Aktiv ist</description>
            <description lang="en">Color of the left border if item is active</description>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigNavEntryActiveBorderTopThickness</name>
            <label lang="de">Item (Haupt-Navigation) Border Dicke oben wenn Aktiv</label>
            <label lang="en">Item (main navigation) border top thickness if active</label>
            <description lang="de">Dicke des oberen Borders wenn das Item Aktiv ist</description>
            <description lang="en">Thickness of the top border if item is active</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigNavEntryActiveBorderTopColor</name>
            <label lang="de">Item (Haupt-Navigation) Border Farbe oben wenn Aktiv</label>
            <label lang="en">Item (main navigation) border top color if active</label>
            <value>#FFFFFF</value>
            <description lang="de">Farbe des oberen Borders wenn das Item Aktiv ist</description>
            <description lang="en">Color of the top border if item is active</description>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigNavEntryActiveBorderRightThickness</name>
            <label lang="de">Item (Haupt-Navigation) Border Dicke rechts wenn Aktiv</label>
            <label lang="en">Item (main navigation) border right thickness if active</label>
            <description lang="de">Dicke des rechten Borders wenn das Item Aktiv ist</description>
            <description lang="en">Thickness of the right border if item is active</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigNavEntryActiveBorderRightColor</name>
            <label lang="de">Item (Haupt-Navigation) Border Farbe rechts wenn Aktiv</label>
            <label lang="en">Item (main navigation) border right color if active</label>
            <value>#FFFFFF</value>
            <description lang="de">Farbe des rechten Borders wenn das Item Aktiv ist</description>
            <description lang="en">Color of the right border if item is active</description>
        </element>


        <element type="number" scope="locale">
            <name>nenoHeaderConfigNavEntryActiveBorderBottomThickness</name>
            <label lang="de">Item (Haupt-Navigation) Border Dicke unten wenn Aktiv</label>
            <label lang="en">Item (main navigation) border bottom thickness if active</label>
            <description lang="de">Dicke des unteren Borders wenn das Item Aktiv ist</description>
            <description lang="en">Thickness of the bottom border if item is active</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigNavEntryActiveBorderBottomColor</name>
            <label lang="de">Item (Haupt-Navigation) Border Farbe unten wenn Aktiv</label>
            <label lang="en">Item (main navigation) border bottom color if active</label>
            <value>#FFFFFF</value>
            <description lang="de">Farbe des unteren Borders wenn das Item Aktiv ist</description>
            <description lang="en">Color of the bottom border if item is active</description>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigNavEntryActiveFontColor</name>
            <label lang="de">Item (Haupt-Navigation) Schriftfarbe wenn Aktiv</label>
            <label lang="en">Item (main navigation) font color if active</label>
            <value>#333333</value>
            <description lang="de">Farbe der Schrift wenn das Item Aktiv ist</description>
            <description lang="en">Color of the font if item is active</description>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigNavEntryActiveBackgroundColor</name>
            <label lang="de">Item (Haupt-Navigation) Hintergrundfarbe wenn Aktiv</label>
            <label lang="en">Item (main navigation) background color if active</label>
            <value>#FFFFFF</value>
            <description lang="de">Hintergrundfarbe wenn das Item Aktiv ist</description>
            <description lang="en">Background color if item is active</description>
        </element>


        <!-- General styles for shop navigation -->


        <element type="number" scope="locale">
            <name>nenoHeaderConfigShopNavButtonBorderThickness</name>
            <label lang="de">Shop-Navigation Button Border Dicke</label>
            <label lang="en">Shop-navigation button border thickness</label>
            <description lang="de">Border Dicke des Shop-Navigation Button</description>
            <description lang="en">Border thickness of the shop-Navigation button</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigShopNavButtonBorderColor</name>
            <label lang="de">Shop-Navigation Button Border Farbe</label>
            <label lang="en">shop-navigation button border color</label>
            <value>#FFFFFF</value>
            <description lang="de">Border Farbe des Shop-Navigation Button</description>
            <description lang="en">Border color of the shop-Navigation button</description>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigShopNavButtonBorderRadius</name>
            <label lang="de">Shop-Navigation Button Border Radius</label>
            <label lang="en">Shop-navigation button border radius</label>
            <description lang="de">Border-radius des Shop-Navigation Button</description>
            <description lang="en">Border-radius of the shop-Navigation button</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigShopNavButtonBackgroundColor</name>
            <label lang="de">Shop-Navigation Button Hintergrundfabe</label>
            <label lang="en">Shop-navigation button background color</label>
            <value>#FFFFFF</value>
            <description lang="de">Hintergrundfarbe des Shop-Navigation Button</description>
            <description lang="en">Background color of the shop-Navigation button</description>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigShopNavButtonFontColor</name>
            <label lang="de">Shop-Navigation Button Schriftfarbe</label>
            <label lang="en">Shop-navigation button font color</label>
            <value>#333333</value>
            <description lang="de">Schriftfarbe des Shop-Navigation Button</description>
            <description lang="en">Font color of the shop-Navigation button</description>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigShopNavButtonHoverTransition</name>
            <label lang="de">Shop-Navigation Transition Button Schriftfarbe beim hovern</label>
            <label lang="en">Shop-navigation transition button font color while hover</label>
            <description lang="de">Übergang der Schriftfarbe des Shop-Navigation Button beim hovern, Zeit (in sekunden)</description>
            <description lang="en">Transition of the font color of the shop navigation button when hovering, time (in seconds)</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigShopNavButtonHoverBorderColor</name>
            <label lang="de">Shop-Navigation Button Border Farbe beim hovern</label>
            <label lang="en">shop-navigation button border color while hover</label>
            <value>#FFFFFF</value>
            <description lang="de">Border Farbe des Shop-Navigation Button beim hovern</description>
            <description lang="en">Border color of the shop-Navigation button while hover</description>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigShopNavButtonHoverBackgroundColor</name>
            <label lang="de">Shop-Navigation Button Hintergrundfabe beim hovern</label>
            <label lang="en">Shop-navigation button background color while hover</label>
            <value>#FFFFFF</value>
            <description lang="de">Hintergrundfarbe des Shop-Navigation Button beim hovern</description>
            <description lang="en">Background color of the shop-Navigation button while hover</description>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigShopNavButtonHoverFontColor</name>
            <label lang="de">Shop-Navigation Button Schriftfarbe beim hovern</label>
            <label lang="en">Shop-navigation button font color while hover</label>
            <value>#333333</value>
            <description lang="de">Schriftfarbe des Shop-Navigation Button beim hovern</description>
            <description lang="en">Font color of the shop-Navigation button while hover</description>
        </element>


        <!-- General styles for search bar -->


        <element type="color" scope="locale">
            <name>nenoHeaderConfigSearchBarBackgroundColor</name>
            <label lang="de">Suche Hintergrundfarbe</label>
            <label lang="en">Search background color</label>
            <value>#FFFFFF</value>
            <description lang="de">Die Hintergrundfarbe der Suche einstellen</description>
            <description lang="en">Adjust the background color of the search</description>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigSearchBorderRadius</name>
            <label lang="de">Suche Border Radius</label>
            <label lang="en">Search border radius</label>
            <description lang="de">Den Border radius einstellen (in px)</description>
            <description lang="en">Adjust the border radius (in px)</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigSearchBarBorderLeftThickness</name>
            <label lang="de">Suche Border Dicke links</label>
            <label lang="en">Search border thickness left</label>
            <description lang="de">Dicke des linken Borders</description>
            <description lang="en">Thickness of the left border</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigSearchBarBorderLeftColor</name>
            <label lang="de">Suche Border Farbe links</label>
            <label lang="en">Search border color left</label>
            <value>#FFFFFF</value>
            <description lang="de">Border Farbe links</description>
            <description lang="en">Border color left</description>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigSearchBarBorderTopThickness</name>
            <label lang="de">Suche Border Dicke oben</label>
            <label lang="en">Search border thickness top</label>
            <description lang="de">Dicke des oberen Borders</description>
            <description lang="en">Thickness of the top border</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigSearchBarBorderTopColor</name>
            <label lang="de">Suche Border Farbe oben</label>
            <label lang="en">Search border color top</label>
            <value>#FFFFFF</value>
            <description lang="de">Border Farbe oben</description>
            <description lang="en">Border color top</description>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigSearchBarBorderRightThickness</name>
            <label lang="de">Suche Border Dicke rechts</label>
            <label lang="en">Search border thickness right</label>
            <description lang="de">Dicke des rechten Borders</description>
            <description lang="en">Thickness of the right border</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigSearchBarBorderRightColor</name>
            <label lang="de">Suche Border Farbe rechts</label>
            <label lang="en">Search border color right</label>
            <value>#FFFFFF</value>
            <description lang="de">Border Farbe rechts</description>
            <description lang="en">Border color right</description>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigSearchBarBorderBottomThickness</name>
            <label lang="de">Suche Border Dicke unten</label>
            <label lang="en">Search border thickness bottom</label>
            <description lang="de">Dicke des unteren Borders</description>
            <description lang="en">Thickness of the bottom border</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigSearchBarBorderBottomColor</name>
            <label lang="de">Suche Border Farbe unten</label>
            <label lang="en">Search border color bottom</label>
            <value>#FFFFFF</value>
            <description lang="de">Border Farbe unten</description>
            <description lang="en">Border color bottom</description>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigSearchBarFocusBackgroundColor</name>
            <label lang="de">Suche beim Focus Hintergrundfarbe</label>
            <label lang="en">Searc while focusing background color</label>
            <value>#FFFFFF</value>
            <description lang="de">Hintergrundfarbe der Suche wenn diese fokusiert ist</description>
            <description lang="en">Background color if search is focused</description>
        </element>

        <element type="number" scope="locale">
            <name>nenoHeaderConfigSearchBarFocusBorderThickness</name>
            <label lang="de">Suche beim Focus Border Dicke</label>
            <label lang="en">Searc while focusing border thickness</label>
            <description lang="de">Border Dicke der Suche wenn diese fokusiert ist</description>
            <description lang="en">Border thickness if search is focused</description>
            <options>
                <value>0</value>
                <minValue>0</minValue>
            </options>
        </element>

        <element type="color" scope="locale">
            <name>nenoHeaderConfigSearchBarFocusBorderColor</name>
            <label lang="de">Suche beim Focus Border Farbe</label>
            <label lang="en">Searc while focusing border color</label>
            <value>#FFFFFF</value>
            <description lang="de">Border Farbe der Suche wenn diese fokusiert ist</description>
            <description lang="en">Border color if search is focused</description>
        </element>
    </elements>
</config>