<?xml version="1.0" encoding="utf-8"?>
<shell xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<import path="uicontrol.kuip"/>
	<theme>
		<style class="KxEtLingXiStopButton" base ="KLiteButton">
			<color name="background" value="#FFFFFF" a="0"/>
			<hint name="borderRadius" value="4"/>
			<hint name="marginLeft" value="1" />
			<hint name="marginTop" value="1" />
			<hint name="marginRight" value="1" />
			<hint name="marginBottom" value="1" />
			<color name="background-hover" value="#EDF0F2"/>
			<color name="background-down" value="#E8EBEF"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-base" family="Microsoft YaHei"/>
			<color name="text" value="CommonThemePalette::kd-color-text-secondary" a="0.66"/>
		</style>
		<style class="KxEtLingXiLabel" base ="KLiteLabel">
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-base" family="Microsoft YaHei"/>
		</style>
		<style class="KxEtLingXiUndoButton" base ="KxEtLingXiStopButton">
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
		</style>
		<style class="KxEtLingXiSaveButton" base="KLiteButton">
			<color name="background" value="#8350F2"/>
			<color name="background-hover" value="#9183EC"/>
			<color name="background-down" value="#5847BF"/>
			<color name="background-disable" value="#c8b4f3"/>
			<hint name="borderRadius" value="4 "/>
			<hint name="marginLeft" value="1" />
			<hint name="marginTop" value="1" />
			<hint name="marginRight" value="1" />
			<hint name="marginBottom" value="1" />
			<color name="text" value="#FFFFFF"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-base" family="Microsoft YaHei"/>
		</style>
	</theme>
</shell>