Quantcast
<Ui xmlns="http://www.blizzard.com/wow/ui/">
	<Frame name="SVUI_ShadowTemplate" virtual="true">
        <Attributes>
            <Attribute name="shadowAlpha" type="number" value="0.5" />
        </Attributes>
        <Backdrop edgeFile="Interface\AddOns\SVUI\assets\artwork\Template\GLOW">
            <EdgeSize val="3" />
            <BackgroundInsets left="0" right="0" top="0" bottom="0" />
            <Color r="0" g="0" b="0" a="0" />
            <BorderColor r="0" g="0" b="0" a="0.5" />
        </Backdrop>
    </Frame>

	<Frame name="SVUI_CoreStyle_Default" virtual="true">
        <Attributes>
            <Attribute name="panelID" type="string" value="default" />
            <Attribute name="panelPadding" type="number" value="1" />
            <Attribute name="panelColor" type="string" value="default" />
            <Attribute name="panelGradient" type="string" value="default" />
            <Attribute name="panelTexUpdate" type="boolean" value="false" />
            <Attribute name="panelSkipUpdate" type="boolean" value="false" />
        </Attributes>
        <Backdrop bgFile="Interface\BUTTONS\WHITE8X8" edgeFile="Interface\BUTTONS\WHITE8X8" tile="false">
            <EdgeSize val="1" />
            <TileSize val="0" />
            <BackgroundInsets left="0" right="0" top="0" bottom="0" />
            <Color r="0.2" g="0.2" b="0.2" a="1" />
            <BorderColor r="0" g="0" b="0" a="1" />
        </Backdrop>
        <Layers>
            <Layer level="BACKGROUND" textureSubLevel="1">
                <Texture parentKey="Skin" nonBlocking="true" file="Interface\AddOns\SVUI\assets\artwork\Template\DEFAULT" setAllPoints="true" />
                <Color r="0.2" g="0.2" b="0.2" a="1" />
            </Layer>
            <Layer level="BORDER">
                <Texture parentKey="BorderLeft" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderRight" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderTop" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderBottom" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
            </Layer>
        </Layers>
    </Frame>

    <Frame name="SVUI_CoreStyle_Transparent" virtual="true">
        <Attributes>
            <Attribute name="panelID" type="string" value="transparent" />
            <Attribute name="panelPadding" type="number" value="2" />
            <Attribute name="panelColor" type="string" value="transparent" />
            <Attribute name="panelGradient" type="boolean" value="false" />
            <Attribute name="panelTexUpdate" type="boolean" value="false" />
            <Attribute name="panelSkipUpdate" type="boolean" value="true" />
        </Attributes>
        <Backdrop bgFile="Interface\BUTTONS\WHITE8X8" edgeFile="Interface\BUTTONS\WHITE8X8" tile="false">
            <EdgeSize val="2" />
            <TileSize val="0" />
            <BackgroundInsets left="0" right="0" top="0" bottom="0" />
            <Color r="0" g="0" b="0" a="0.5" />
            <BorderColor r="0" g="0" b="0" a="1" />
        </Backdrop>
        <Layers>
            <Layer level="BORDER">
                <Texture parentKey="BorderLeft" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderRight" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderTop" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderBottom" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
            </Layer>
        </Layers>
    </Frame>

    <Frame name="SVUI_CoreStyle_Button" virtual="true">
        <Attributes>
            <Attribute name="panelID" type="string" value="button" />
            <Attribute name="panelPadding" type="number" value="1" />
            <Attribute name="panelColor" type="string" value="default" />
            <Attribute name="panelGradient" type="boolean" value="false" />
            <Attribute name="panelTexUpdate" type="boolean" value="false" />
            <Attribute name="panelSkipUpdate" type="boolean" value="false" />
        </Attributes>
        <Backdrop bgFile="Interface\AddOns\SVUI\assets\artwork\Template\BUTTON" edgeFile="Interface\BUTTONS\WHITE8X8" tile="false">
            <EdgeSize val="2" />
            <TileSize val="0" />
            <BackgroundInsets left="0" right="0" top="0" bottom="0" />
            <Color r="0.2" g="0.2" b="0.2" a="1" />
            <BorderColor r="0" g="0" b="0" a="1" />
        </Backdrop>
        <Layers>
            <Layer level="BORDER">
                <Texture parentKey="BorderLeft" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderRight" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderTop" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderBottom" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
            </Layer>
        </Layers>
        <Frames>
            <Frame parentKey="Shadow" inherits="SVUI_ShadowTemplate" />
        </Frames>
    </Frame>

    <Frame name="SVUI_CoreStyle_Heavy" virtual="true">
        <Attributes>
            <Attribute name="panelID" type="string" value="heavy" />
            <Attribute name="panelPadding" type="number" value="1" />
            <Attribute name="panelColor" type="string" value="default" />
            <Attribute name="panelGradient" type="string" value="default" />
            <Attribute name="panelTexUpdate" type="boolean" value="true" />
            <Attribute name="panelSkipUpdate" type="boolean" value="false" />
        </Attributes>
        <Backdrop bgFile="Interface\BUTTONS\WHITE8X8" edgeFile="Interface\BUTTONS\WHITE8X8" tile="false">
            <EdgeSize val="1" />
            <TileSize val="0" />
            <BackgroundInsets left="0" right="0" top="0" bottom="0" />
            <Color r="0.2" g="0.2" b="0.2" a="1" />
            <BorderColor r="0" g="0" b="0" a="1" />
        </Backdrop>
        <Layers>
            <Layer level="BACKGROUND" textureSubLevel="1">
                <Texture parentKey="Skin" nonBlocking="true" file="Interface\AddOns\SVUI\assets\artwork\Template\HEAVY" setAllPoints="true" />
                <Color r="0.2" g="0.2" b="0.2" a="1" />
            </Layer>
            <Layer level="BORDER">
                <Texture parentKey="BorderLeft" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderRight" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderTop" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderBottom" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
            </Layer>
        </Layers>
        <Frames>
            <Frame parentKey="Shadow" inherits="SVUI_ShadowTemplate" />
        </Frames>
    </Frame>

    <Frame name="SVUI_CoreStyle_Slot" virtual="true">
        <Attributes>
            <Attribute name="panelID" type="string" value="slot" />
            <Attribute name="panelPadding" type="number" value="2" />
            <Attribute name="panelColor" type="string" value="transparent" />
            <Attribute name="panelGradient" type="boolean" value="false" />
            <Attribute name="panelTexUpdate" type="boolean" value="false" />
            <Attribute name="panelSkipUpdate" type="boolean" value="true" />
        </Attributes>
        <Backdrop bgFile="Interface\AddOns\SVUI\assets\artwork\Template\DEFAULT" edgeFile="Interface\BUTTONS\WHITE8X8" tile="false">
            <EdgeSize val="1" />
            <TileSize val="0" />
            <BackgroundInsets left="1" right="1" top="1" bottom="1" />
            <Color r="0" g="0" b="0" a="0.5" />
            <BorderColor r="0" g="0" b="0" a="1" />
        </Backdrop>
        <Layers>
            <Layer level="BORDER">
                <Texture parentKey="BorderLeft" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="2" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderRight" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="2" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderTop" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="2" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderBottom" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="2" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
            </Layer>
        </Layers>
        <Frames>
            <Frame parentKey="Shadow" inherits="SVUI_ShadowTemplate" />
        </Frames>
    </Frame>

    <Frame name="SVUI_CoreStyle_Icon" virtual="true">
        <Attributes>
            <Attribute name="panelID" type="string" value="slot" />
            <Attribute name="panelPadding" type="number" value="2" />
            <Attribute name="panelColor" type="string" value="invisible" />
            <Attribute name="panelGradient" type="boolean" value="false" />
            <Attribute name="panelTexUpdate" type="boolean" value="false" />
            <Attribute name="panelSkipUpdate" type="boolean" value="true" />
        </Attributes>
        <Backdrop bgFile="Interface\AddOns\SVUI\assets\artwork\Template\DEFAULT" edgeFile="Interface\BUTTONS\WHITE8X8" tile="false">
            <EdgeSize val="1" />
            <TileSize val="0" />
            <BackgroundInsets left="1" right="1" top="1" bottom="1" />
            <Color r="0" g="0" b="0" a="0" />
            <BorderColor r="0" g="0" b="0" a="1" />
        </Backdrop>
        <Layers>
            <Layer level="BORDER">
                <Texture parentKey="BorderLeft" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="2" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderRight" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="2" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderTop" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="2" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderBottom" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="2" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
            </Layer>
        </Layers>
        <Frames>
            <Frame parentKey="Shadow" inherits="SVUI_ShadowTemplate" />
        </Frames>
    </Frame>

    <Frame name="SVUI_CoreStyle_Checkbox" virtual="true">
        <Attributes>
            <Attribute name="panelID" type="string" value="checkbox" />
            <Attribute name="panelPadding" type="number" value="1" />
            <Attribute name="panelBorderColor" type="string" value="default" />
            <Attribute name="panelColor" type="string" value="transparent" />
            <Attribute name="panelGradient" type="boolean" value="false" />
            <Attribute name="panelTexUpdate" type="boolean" value="false" />
            <Attribute name="panelSkipUpdate" type="boolean" value="true" />
        </Attributes>
        <Backdrop bgFile="Interface\AddOns\SVUI\assets\artwork\Template\DEFAULT" edgeFile="Interface\BUTTONS\WHITE8X8" tile="false">
            <EdgeSize val="1" />
            <TileSize val="0" />
            <BackgroundInsets left="0" right="0" top="0" bottom="0" />
            <Color r="0" g="0" b="0" a="0.5" />
            <BorderColor r="0.1" g="0.1" b="0.1" a="1" />
        </Backdrop>
        <Layers>
            <Layer level="BORDER">
                <Texture parentKey="BorderLeft" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="1" />
                    </Size>
                    <Color r="0.1" g="0.1" b="0.1" a="1" />
                </Texture>
                <Texture parentKey="BorderRight" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="1" />
                    </Size>
                    <Color r="0.1" g="0.1" b="0.1" a="1" />
                </Texture>
                <Texture parentKey="BorderTop" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="1" />
                    </Size>
                    <Color r="0.1" g="0.1" b="0.1" a="1" />
                </Texture>
                <Texture parentKey="BorderBottom" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="1" />
                    </Size>
                    <Color r="0.1" g="0.1" b="0.1" a="1" />
                </Texture>
            </Layer>
        </Layers>
    </Frame>

    <Frame name="SVUI_CoreStyle_Inset" virtual="true">
        <Attributes>
            <Attribute name="panelID" type="string" value="inset" />
            <Attribute name="panelPadding" type="number" value="1" />
            <Attribute name="panelColor" type="string" value="transparent" />
            <Attribute name="panelGradient" type="boolean" value="false" />
            <Attribute name="panelTexUpdate" type="boolean" value="false" />
            <Attribute name="panelSkipUpdate" type="boolean" value="true" />
        </Attributes>
        <Backdrop bgFile="Interface\AddOns\SVUI\assets\artwork\Template\DEFAULT" edgeFile="Interface\AddOns\SVUI\assets\artwork\Template\INSET" tile="false">
            <EdgeSize val="6" />
            <TileSize val="0" />
            <BackgroundInsets left="0" right="0" top="0" bottom="0" />
            <Color r="0" g="0" b="0" a="0.5" />
            <BorderColor r="0" g="0" b="0" a="0.5" />
        </Backdrop>
        <Layers>
            <Layer level="BORDER">
                <Texture parentKey="BorderLeft" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderRight" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderTop" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderBottom" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
            </Layer>
        </Layers>
    </Frame>

    <Frame name="SVUI_CoreStyle_Lite" virtual="true">
        <Attributes>
            <Attribute name="panelID" type="string" value="headline" />
            <Attribute name="panelPadding" type="number" value="1" />
            <Attribute name="panelColor" type="string" value="hinted" />
            <Attribute name="panelGradient" type="boolean" value="false" />
            <Attribute name="panelTexUpdate" type="boolean" value="false" />
            <Attribute name="panelSkipUpdate" type="boolean" value="false" />
        </Attributes>
        <Backdrop bgFile="Interface\AddOns\SVUI\assets\artwork\Template\DEFAULT" tile="true" edgeFile="Interface\BUTTONS\WHITE8X8">
            <EdgeSize val="1" />
            <TileSize val="20" />
            <BackgroundInsets left="0" right="0" top="0" bottom="0" />
            <BorderColor r="0" g="0" b="0" a="1" />
            <Color r="0" g="0" b="0" a="0.25" />
        </Backdrop>
    </Frame>

    <Frame name="SVUI_CoreStyle_Bar" virtual="true">
        <Attributes>
            <Attribute name="panelID" type="string" value="bar" />
            <Attribute name="panelPadding" type="number" value="1" />
            <Attribute name="panelColor" type="string" value="transparent" />
            <Attribute name="panelGradient" type="boolean" value="false" />
            <Attribute name="panelTexUpdate" type="boolean" value="false" />
            <Attribute name="panelSkipUpdate" type="boolean" value="true" />
        </Attributes>
        <Backdrop bgFile="Interface\AddOns\SVUI\assets\artwork\Template\DEFAULT" edgeFile="Interface\BUTTONS\WHITE8X8" tile="false">
            <EdgeSize val="1" />
            <TileSize val="0" />
            <BackgroundInsets left="0" right="0" top="0" bottom="0" />
            <Color r="0" g="0" b="0" a="0.5" />
            <BorderColor r="0" g="0" b="0" a="1" />
        </Backdrop>
        <Layers>
            <Layer level="BORDER">
                <Texture parentKey="BorderLeft" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderRight" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension x="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderTop" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="TOPLEFT" relativePoint="TOPLEFT" />
                        <Anchor point="TOPRIGHT" relativePoint="TOPRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
                <Texture parentKey="BorderBottom" file="Interface\BUTTONS\WHITE8X8">
                    <Anchors>
                        <Anchor point="BOTTOMLEFT" relativePoint="BOTTOMLEFT" />
                        <Anchor point="BOTTOMRIGHT" relativePoint="BOTTOMRIGHT" />
                    </Anchors>
                    <Size>
                        <AbsDimension y="1" />
                    </Size>
                    <Color r="0" g="0" b="0" a="1" />
                </Texture>
            </Layer>
        </Layers>
    </Frame>

    <Include file="api_fonts.xml"/>
    <Include file="api_templates.xml"/>
    <Script file="api_style.lua"/>
</Ui>