<?xml version='1.0' encoding='utf-8'?>
<shell xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<theme>
		<style base="KLiteWidget" class="KTaskNotificationWidget">
			<color name="background" value="CommonThemePalette::kd-color-background-top"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular"/>
			<hint name="RenderHints" value="1"/>
			<hint name="borderWidth" value="1"/>
			<hint name="borderRadius" value="12"/>
		</style>
		<style base="KLiteLabel" class="KTaskNotification_AppName">
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<hint name="line-height" value="18"/>
		</style>
		<style base="KLiteLabel" class="KTaskNotification_Title">
			<font bold="true" name="text" pixelSize="CommonHint::kd-font-size-middle"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<hint name="line-height" value="22"/>
		</style>
		<style base="KLiteLabel" class="KTaskNotification_Subtitle">
			<font name="text" pixelSize="CommonHint::kd-font-size-base"/>
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
			<hint name="line-height" value="22"/>
		</style>
		<style base="KLiteButton" class="KTaskNotification_NotRemind">
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed"/>
		</style>
		<style base="KLiteCloseButton" class="KTaskNotification_CloseButton">
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed"/>
		</style>
	</theme>
</shell>
