<?xml version="1.0" encoding="utf-8"?>
<shell xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<theme>
		
		<style class="KOlFontGalleryTip" base="KLiteWidget">
			<color name="background" value="CommonThemePalette::kd-color-success-light"/>
			<color name="border" value="CommonThemePalette::kd-color-success-normal"/>
			<hint name="borderRadius" value="6"/>
			<hint name="borderWidth" value="1"/>
			<hint name="marginLeft" value="16"/>
			<hint name="marginRight" value="16"/>
			<hint name="marginTop" value="6"/>
			<hint name="marginBottom" value="6"/>
			<hint name="RenderHints" value="1"/>
		</style>
		
		<style class="KOlFontGalleryTip_Success" base="KOlFontGalleryTip"/>
		
		<style class="KOlFontGalleryTip_Error" base="KOlFontGalleryTip">
			<color name="background" value="CommonThemePalette::kd-color-error-light"/>
			<color name="border" value="CommonThemePalette::kd-color-error-normal"/>
		</style>

		<style class="KOlFontGalleryTip_Success_OHOS" base="KOlFontGalleryTip_Success">
			<hint name="borderRadius" value="16"/>
			<hint name="borderWidth" value="2"/>
		</style>
		
		<style class="KOlFontGalleryTip_Error_OHOS" base="KOlFontGalleryTip_Error">
			<hint name="borderRadius" value="16"/>
			<hint name="borderWidth" value="2"/>
		</style>
		
		<style class="KOlFontGalleryTip_Main">
			<color name="background" value="00000000"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<font name="text" pixelSize="12" family="Microsoft YaHei"/>
			<hint name="borderWidth" value="0"/>
			<hint name="height" value="20"/>
			<hint name="RenderHints" value="1"/>
		</style>
		
		<style class="KOlFontGalleryTip_Sub" base="KOlFontGalleryTip_Main">
			<color name="text" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-public"/>
		</style>
		
		<style class="KOlFontSearchWidget" base="KLiteLineEditor">
			<color name="border-down" value="#1E5FC7"/>
			<color name="border-focus" value="#1E5FC7"/>
			<hint name="borderRadius" value="6"/>
			<hint name="borderWidth" value="1"/>
			<hint name="button-width" value="24"/>
			<hint name="button-height" value="24"/>
			<hint name="height" value="36"/>
			<hint name="marginLeft" value="12"/>
			<hint name="marginRight" value="12"/>
			<hint name="marginTop" value="0"/>
			<hint name="marginBottom" value="0"/>
			<hint name="spacing" value="6"/>
		</style>
		
		<style class="KOlFontSearchHotWord" base="KLiteButton">
			<color name="background" value="CommonThemePalette::kd-color-fill-regular"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-fill-medium"/>
			<color name="background-down" value="CommonThemePalette::kd-color-fill-medium"/>
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-secondary"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-primary"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="Microsoft YaHei"/>
			<hint name="borderRadius" value="4"/>
			<hint name="borderWidth" value="0"/>
			<hint name="height" value="24"/>
			<hint name="marginLeft" value="8"/>
			<hint name="marginRight" value="8"/>
			<hint name="marginTop" value="0"/>
			<hint name="marginBottom" value="0"/>
			<hint name="RenderHints" value="1"/>
		</style>
		
		<style class="KOlFontSearchIcon" base="KLiteButton">
			<color name="background" value="#00000000"/>
			<color name="background-hover" value="#00000000"/>
			<color name="background-down" value="#00000000"/>
			<hint name="borderRadius" value="0"/>
			<hint name="borderWidth" value="0"/>
		</style>

		<!--新版交互样式-->
		<style class="KOlfComponentTagBar_Tag" base="KLiteButton_Status">
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed-public"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-selected" value="CommonThemePalette::kd-color-state-pressed-public"/>
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-secondary"/>
		</style>

		<style class="KOlfComponentTagBar_Tag_Highlight" base="KLiteButton_Status_Highlight">
			<hint name="RenderHints" value="1"/>
			<hint name="RoundAlphaBgHint" value="1"/>
			<hint name="highlightStyle" value="1"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed-public"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-pressed-public"/>
			<color name="background-selected" value="CommonThemePalette::kd-color-state-pressed-public"/>
			<color name="text" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-public"/>
		</style>

		<style class="KOlfMenuListBasePanel_Search" base="KLiteLineEditor">
			<hint name="RenderHints" value="1"/>
			<hint name="RoundAlphaBgHint" value="1"/>
			<hint name="borderWidth" value="0"/>
			<hint name="spacing" value="8"/>
			<hint name="marginLeft" value="8"/>
			<hint name="marginTop" value="2"/>
			<hint name="marginRight" value="8"/>
			<hint name="marginBottom" value="2"/>
			<color name="background" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-highlight" value="CommonThemePalette::kd-color-public-normal" a="0.40"/>
			<color name="background-disable" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="border" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="border-down" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="border-focus" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="border-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="placeholder-text" value="CommonThemePalette::kd-color-text-tertiary"/>
			<color name="placeholder-text-disable" value="CommonThemePalette::kd-color-text-tertiary" a="0.40"/>
			<color name="shadow" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="shadow-disable" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-disable" value="CommonThemePalette::kd-color-text-primary" a="0.40"/>
			<color name="text-highlight" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="warningbackground" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="warningbackground-disable" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="warningborder" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="warningborder-disable" value="CommonThemePalette::kd-color-state-hover"/>
		</style>
		<style class="KOlfMenuListBasePanel_Search_Mac" base="KOlfMenuListBasePanel_Search">
			<color name="background" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-disable" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-fill-base"/>
		</style>
		
		<style class="KOlfMenuListFontSetButton" base="KLiteButton_Status">
			<color name="background-selected" value="CommonThemePalette::kd-color-state-pressed-public"/>
		</style>
		<style class="KOlfMenuListView_Refresh_Btn" base="KLiteButton_Status">
		</style>
		<style class="KOlfLoadingStatusWidget_Loading" base="KLiteProgressRingGroup">
		</style>
		<style class="KOlfLoadingStatusWidget_Failed_Text" base="KLiteLabel">
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
		</style>
		<style class="KOlfLoadingStatusWidget_Failed_Retry" base="KLiteButton_Status_Highlight">
		</style>
		<style class="KOlfMenuListFontsSetView_AddToLeft_Btn" base="KLiteButton_Status">
		</style>
		<style class="KOlfMenuListView_Menu_Btn" base="KLiteButton_Status">
		</style>
		<style class="KOlfMenuListView_All_MissFontHelp_Btn" base="KLiteButton_Status">
		</style>
		<style class="KOlfBatchDownloadButton" base="KLiteButton_Status">
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
		</style>
		<style class="KOlfBatchDownloadButton_Downloaded" base="KLiteButton_Status">
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-secondary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-secondary"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-secondary"/>
			<color name="background" value="CommonThemePalette::kd-color-background-top" a="0.00"/>
			<color name="background-down" value="CommonThemePalette::kd-color-background-top" a="0.00"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-background-top" a="0.00"/>
		</style>
		<style class="KOlfMenuListView_MoreFontSets_Btn" base="KLiteButton_Status">
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
		</style>
		<style class="KOlfFontPreviewWidget_FontInfo_Text" base="KLiteLabel">
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
		</style>
		<style class="KOlFontPreviewWidget_NonCommercialHelp_Btn" base="KLiteButton_Status">
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
		</style>
		<style class="KOlFontPreviewWidget_CommercialLicense" base="KLiteClickableLabel_Protrude">
			<color name="text" value="CommonThemePalette::kd-color-text-public"/>
		</style>
		<style class="KOlFontPreviewWidget_SourceDesc" base="KLiteClickableLabel_Protrude">
			<color name="text" value="CommonThemePalette::kd-color-text-public"/>
		</style>
		<style class="KOlfMenuListFontsSetView_Navi_Btn" base="KLiteButton_Status">
			<color name="background-selected" value="CommonThemePalette::kd-color-state-pressed-normal"/>
		</style>
		<style class="KOlfMenuListFontsSetView_MoreRecommend_Btn" base="KLiteButton_Status_Highlight">
			<color name="text" value="CommonThemePalette::kd-color-text-public"/>
		</style>
		<style class="KOlfMenuListView_Recent_Sync_Btn" base="KLiteButton_Status">
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
		</style>
		<style class="KOlfToolTip_Text" base="KLiteLabel">
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
		</style>
		<style class="KOlfToolTip_Button" base="KLiteButton_Status_Highlight">
		</style>
		<style class="KOlfSliderNavigationItem"  base="KLiteSliderNavigationItem">
			<hint name="arrow-borderRadius" value="4"/>
			<hint name="borderRadius" value="4"/>
			<hint name="line-spacing" value="0"/>
			<font name="text" family="微软雅黑" bold="false" pixelSize="12"/>
			<color name="arrow-background-down" value="CommonThemePalette::kd-color-state-pressed"/>
			<color name="arrow-background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-normal"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-normal"/>
			<color name="background-selected" value="CommonThemePalette::kd-color-state-normal"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-disable" value="CommonThemePalette::kd-color-text-primary" a="0.40"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-public"/>
		</style>
		<style class="KOlFDownloadToastWidget" base="KLiteToastWidget">
			<hint name="borderRadius" value="6"/>
			<hint name="marginLeft" value="20"/>
			<hint name="marginTop" value="8"/>
			<hint name="marginRight" value="20"/>
			<hint name="marginBottom" value="8"/>
		</style>
		<style class="KOlfMenuListWidget_IconColor">
			<color name="colorBlackStroke" value="CommonThemePalette::kd-color-icon-primary"/>
			<color name="colorGrayStroke" value="CommonThemePalette::kd-color-icon-secondary"/>
			<color name="colorGreenStroke" value="CommonPalette::kd-color-green-6"/>
		</style>
		<style class="KOlfBannerWidget">

		</style>
		<style class="KOlfBannerWidget_StaticText" base="KLiteLabel">
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-disable" value="CommonThemePalette::kd-color-text-primary" a="0.40"/>
			<color name="text-highlight" value="CommonThemePalette::kd-color-text-public"/>
		</style>
		<style class="KOlfBannerWidget_ClickableText" base="KLiteClickableLabel_Protrude">
			<color name="text" value="CommonThemePalette::kd-color-text-info"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-info"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-info"/>
		</style>
		<style class="KOlfBannerWidget_CloseButton" base="KLiteButton_Status">
			<hint name="borderRadius" value="4"/>
		</style>
		<style class="KOlfBannerWidget_ClickLiteButton" base="KLiteClickableLabel_Protrude">
			<font name="text" family="Microsoft YaHei" bold="false" pixelSize="CommonHint::kd-font-size-small"/>
			<color name="text" value="CommonThemePalette::kd-color-text-info"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-info"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-info"/>
		</style>
		<style class="KBubbleWidget_Label" base="KLiteLabel">
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-disable" value="CommonThemePalette::kd-color-text-primary" a="0.40"/>
			<color name="text-highlight" value="CommonThemePalette::kd-color-text-public"/>
		</style>
	<style class="KMonoPrompt_Label" base="KDLabel">
		<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
		<hint name="font-size" value="11"/>
	</style>
	</theme>
</shell>