<?xml version="1.0" encoding="utf-8"?>
<shell xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<import path="uicontrol.kuip"/>
	<theme>	
		<style class="KAiButton-NoBorder" base="KLiteButton">
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-down" value="CommonThemePalette::kd-color-fill-regular"/>
			<color name="background-selected" value="CommonThemePalette::kd-color-fill-regular"/>
			<color name="background-disable" value="CommonThemePalette::kd-color-fill-regular" a="0.4"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-disable" value="CommonThemePalette::kd-color-text-primary" a="0.4"/>
			<hint name="highlightStyle-selected" value="1"/>
			<color name="shadow" value="CommonThemePalette::kd-color-line-medium"/>
			<color name="shadow-disable" value="CommonThemePalette::kd-color-line-medium" a="0"/>
			<color name="separator-background" value="CommonThemePalette::kd-color-line-regular"/>
		</style>
		<style class="KAiButton-MenuBtn" base="KAiButton-NoBorder">
			<color name="background" value="CommonThemePalette::kd-color-line-regular"/>
		</style>
		<style class="KAiButton-Apply" base="KLiteButton">
			<color name="background" value="CommonThemePalette::kd-color-ai-normal"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-ai-hover"/>
			<color name="background-down" value="CommonThemePalette::kd-color-ai-pressed"/>
			<color name="text" value="CommonThemePalette::kd-color-text-white"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-white"/>
			<color name="text-disable" value="CommonThemePalette::kd-color-text-primary" a="0.4"/>
			<hint name="borderWidth" value="1"/>
			<hint name="highlightStyle-selected" value="1"/>
			<color name="shadow" value="CommonThemePalette::kd-color-line-medium"/>
			<color name="shadow-disable" value="CommonThemePalette::kd-color-line-medium" a="0"/>
			<color name="separator-background" value="CommonThemePalette::kd-color-line-regular"/>
		</style>
		<style class="KAiButton-edit" base="KAiButton-NoBorder">
			<color name="border-focus" value="CommonThemePalette::kd-color-line-regular"/>
			<color name="separator-background" value="CommonThemePalette::kd-color-line-regular"/>
		</style>
		<style class="KFormatEffectModify" base="KLiteWidget" note="">
			<color name="background" value="CommonThemePalette::kd-color-background-top"/>
			<color name="border" value="CommonThemePalette::kd-color-background-base"/>
			<color name="shadow" value="#000000"/>
			<hint name="shadow_OffsetX" value="3"/>
			<hint name="shadow_OffsetY" value="3"/>
			<hint name="RenderHints" value="1"/>
			<hint name="borderWidth" value="1"/>
			<hint name="borderRadius" value="6"/>
		</style>
    <style class="KBorderWidget" base="KLiteWidget" note="">
      <color name="background" value="CommonThemePalette::kd-color-background-middle"/>
      <color name="border" value="CommonThemePalette::kd-color-line-regular"/>
      <color name="shadow" value="#00000000"/>
      <hint name="shadow_OffsetX" value="3"/>
      <hint name="shadow_OffsetY" value="3"/>
      <hint name="RenderHints" value="1"/>
      <hint name="borderWidth" value="1"/>
      <hint name="borderRadius" value="6"/>
    </style>
	</theme>
</shell>