﻿<?xml version="1.0" encoding="utf-8"?>
<shell xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<resource relativePath="res">
		<icon type="svg">
			<path path=":/icons_svg/16x16"/>
			<path path=":/icons_svg/24x24"/>
			<path path=":/icons_svg/32x32"/>
			<path path=":/icons_svg/40x40"/>
			<path path=":/icons_svg/100x100"/>
			<path path=":/icons_svg/other"/>
		</icon>
	</resource>
	<theme>
		<style class="KcfdFileDialog" note="云文档对话框">
			<hint name="title-size" value="18" note="对话框标题名称字体大小"/>
			<hint name="title-bold" value="1" note="标题是否粗体"/>
			<color name="title" value="CommonPalette::text-03" note="对话框标题名称颜色"/>
			<color name="background" value="CommonPalette::background-01" note="背景色"/>
			<color name="splitter" value="CommonPalette::separator-01" note="对话框分割线颜色"/>
			<hint name="borderRadius" value="3"/>
			<hint name="shadowRadius" value="8" note="外边框阴影宽度"/>
			<color name="dlg-text" value="CommonThemePalette::kd-color-text-tertiary"/>
		</style>
		<style class="KcfdFileDialog_Mac" note="云文档对话框">
			<color name="background" value="CommonThemePalette::kd-color-background-middle" note="背景色"/>
			<hint name="borderRadius" value="10"/>
		</style>
		<style class="KcfdFileDialog_IconColor" note="云文档对话框全部区域图标套色">
			<color name="stylebaseStrokeDark" value="CommonThemePalette::kd-color-icon-primary"/>
			<color name="colorBlackStroke" value="CommonThemePalette::kd-color-icon-primary"/>
			<color name="colorBlackFill" value="CommonThemePalette::kd-color-icon-white"/>
			<color name="colorGrayStroke" value="CommonThemePalette::kd-color-icon-secondary"/>
			<color name="colorGrayFill" value="CommonThemePalette::kd-color-fill-heavy"/>
			<color name="colorBlueStroke" value="CommonThemePalette::kd-color-icon-public"/>
			<color name="colorGreenStroke" value="CommonThemePalette::kd-color-icon-success"/>
			<color name="colorOrangeStroke" value="CommonThemePalette::kd-color-icon-warning"/>
			<color name="colorRedStroke"  value="CommonThemePalette::kd-color-icon-error"/>
		</style>
		<style class="KcfdNavigationTree" note="左侧导航栏">
			<color name="background" value="CommonThemePalette::kd-color-background-plate" note="背景色"/>
			<hint name="borderRadius" value="3"/>
			<hint name="roundFlags" value="5"/>
		</style>
		<style class="KcfdFilterWidget" note="云文档对话框文件过滤部分">
			<color name="text" value="CommonThemePalette::kd-color-text-primary" note="标签颜色"/>
		</style>
		<style class="KThirdCloudCtrl" note="第三方云控件">
			<color name="background" value="CommonPalette::background-01" note="背景色"/>
			<color name="text" value="CommonPalette::text-03" note="文本颜色"/>
		</style>
		<style class="KThirdCloudInitPage" note="第三方云初始化页面">
			<color name="text" value="CommonPalette::text-03" note="文本颜色"/>
		</style>
		<style class="KThirdCloudErrorPage" note="第三方云错误页面">
			<color name="button-background" value="#417FF9" note="按钮背景色"/>
			<color name="button-text" value="#FFFFFF" note="按钮文本颜色"/>
		</style>
		<style class="KThirdCloudFileListPage" note="第三方云文件列表页面">
			<color name="text" value="CommonPalette::text-01" note="文本颜色"/>
			<color name="background" value="CommonPalette::background-01" note="背景色"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular" note="边框颜色"/>
			<color name="border-selected" value="CommonThemePalette::kd-color-line-public" note="选中边框颜色"/>
		</style>
		<style class="KThirdCloudFileTableView" note="第三方云文件表格视图">
			<color name="background" value="CommonThemePalette::kd-color-background-top" note="背景色"/>
			<color name="scrollbar-handle" value="CommonPalette::scroll-01" note="滚动条滑块颜色"/>
			<color name="scrollbar-handle-hover" value="CommonPalette::scroll-02" note="滚动条滑块悬停颜色"/>
		</style>
		<style class="KThirdCloudFileTableHeaderView" note="第三方云文件表格表头">
			<color name="background" value="CommonThemePalette::kd-color-background-top" note="背景色"/>
			<color name="line" value="CommonThemePalette::kd-color-line-light" note="分割线颜色"/>
			<color name="text" value="CommonThemePalette::kd-color-icon-primary" note="文本颜色"/>
		</style>
		<style class="KcfdCustomPushButton-Highlight" note="云文档对话框-过滤区域的按钮(强调)">
			<font name="text" pointSize="9"/>
			<hint name="marginLeft" value="12"/>
			<hint name="marginTop" value="1"/>
			<hint name="marginRight" value="12"/>
			<hint name="marginBottom" value="1"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<hint name="borderRadius-mac" value="CommonHint::kd-radius-middle"/>
			<color name="background" value="CommonPalette::theme-common-01"/>
			<color name="background-hover" value="CommonPalette::theme-common-02"/>
			<color name="background-down" value="CommonPalette::theme-common-03"/>
			<color name="background-disable" value="CommonPalette::theme-common-04"/>
			<color name="text" value="CommonPalette::texts-03"/>
			<color name="text-disable" value="CommonPalette::texts-03"/>
		</style>
		<style class="KcfdCustomPushButton" note="云文档对话框-过滤区域的按钮(普通)">
			<font name="text" pointSize="9"/>
			<hint name="marginLeft" value="12"/>
			<hint name="marginTop" value="1"/>
			<hint name="marginRight" value="12"/>
			<hint name="marginBottom" value="1"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<color name="border" value="CommonPalette::ctl-border-01"/>
			<color name="text" value="CommonPalette::text-02"/>
			<color name="border-hover" value="CommonPalette::ctl-border-02"/>
			<color name="border-down" value="CommonPalette::ctl-border-03"/>
			<color name="background" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-fill-light"/>
			<color name="background-down" value="CommonThemePalette::kd-color-fill-regular"/>
		</style>
		<style class="KcfdLocationListDelegate" base="KAbstractFileModeDelegate" note="云文档对话框-左侧常用位置项">
			<font name="title" pixelSize="13"/>
			<font name="text" pixelSize="13"/>
			<font name="grouptitle" pixelSize="13"/>
			<color name="text-name" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-name-hover" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-name-down" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-name-selected" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-name-disable" value="CommonThemePalette::kd-color-text-primary" a="0.4"/>
			<color name="grouptitle" value="CommonThemePalette::kd-color-text-secondary"/>
			<color name="reminder-highlight" value="#ed7672"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover" note="列表悬停状态"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed" note="按下列表色"/>
			<color name="background-selected" value="CommonThemePalette::kd-color-state-pressed-public" note="列表选中状态"/>
			<color name="separator" value="CommonPalette::separator-02" a="0" note="常用位置分割线"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-middle"/>
		</style>
		<style class="KcfdDetailModeDelegate" base="KAbstractFileModeDelegate" note="云文档对话框-列表视图项">
			<font name="title" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="grouptitle" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<color name="text-name" value="CommonPalette::text-01"/>
			<color name="text-name-disable" value="CommonPalette::text-05"/>
			<color name="text-other-info" value="CommonPalette::text-02"/>
			<color name="text-name-mac" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-other-info-mac" value="CommonThemePalette::kd-color-text-tertiary"/>
			<color name="grouptitle-seperator" value="CommonPalette::status-03"/>
			<color name="grouptitle" value="CommonPalette::texts-01"/>
			<color name="background" value="CommonPalette::background-01"/>
			<color name="background-hover" value="#E5F3FF"/>
			<color name="background-down" value="#CDE8FF"/>
			<color name="background-selected" value="#CDE8FF"/>
			<color name="border-selected" value="#99D1FF"/>
			<color name="text-select-mac" value="CommonThemePalette::kd-color-text-white" note="选中文字颜色"/>
			<hint name="borderRadius" value="2"/>
			<hint name="renameeditor-min" value="25"/>
			<hint name="renameeditor-max" value="50"/>
			<hint name="borderRadius-mac" value="CommonHint::kd-radius-small"/>
		</style>
		<style class="KThirdCloudFileListDelegate" note="第三方云盘文件列表项">
			<color name="text" value="CommonPalette::text-01" note="主要文本颜色"/>
			<color name="text-secondary" value="CommonPalette::text-02" note="次要文本颜色"/>
			<color name="background" value="CommonPalette::background-01" note="正常状态背景"/>
			<color name="background-hover" value="#E5F3FF" note="悬停状态背景"/>
			<color name="background-selected" value="#CDE8FF" note="选中状态背景"/>
			<color name="border" value="transparent" note="正常状态边框"/>
			<color name="border-selected" value="#99D1FF" note="选中状态边框"/>
			<hint name="borderRadius" value="2" note="圆角半径"/>
		</style>
		<style class="KcfdCoverModeDelegate" base="KAbstractFileModeDelegate" note="云文档对话框-平铺视图项">
			<font name="grouptitle" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="title" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<color name="text-name" value="CommonPalette::text-01"/>
			<color name="text-name-disable" value="CommonPalette::text-05"/>
			<color name="text-other-info" value="CommonPalette::text-02"/>
			<color name="grouptitle-seperator" value="CommonPalette::status-03"/>
			<color name="grouptitle" value="CommonPalette::texts-01"/>
			<color name="background" value="CommonPalette::background-01"/>
			<color name="background-hover" value="#E5F3FF"/>
			<color name="background-down" value="#CDE8FF"/>
			<color name="background-selected" value="#CDE8FF"/>
			<color name="border-selected" value="#99D1FF"/>
			<color name="thumbnail-background" value="#00000000" note="缩略图背景色"/>
			<color name="background-thumbnail-select-mac" value="CommonThemePalette::kd-color-state-pressed" note="图标选中背景"/>
			<color name="text-select-mac" value="CommonThemePalette::kd-color-text-white" note="选中文字颜色"/>
			<hint name="background-thumbnail-radius-mac" value="CommonHint::kd-radius-small"/>
			<hint name="background-title-radius-mac" value="CommonHint::kd-radius-small"/>
			<hint name="borderRadius" value="2"/>
			<hint name="renameeditor-min" value="25"/>
			<hint name="renameeditor-max" value="50"/>
		</style>
		<style class="KcfdIconModeDelegate" base="KAbstractFileModeDelegate" note="云文档对话框-图标视图项">
			<font name="title" pointSize="CommonHint::kd-font-size-sub-base"/>
			<color name="text-name" value="CommonPalette::text-01"/>
			<color name="text-name-disable" value="CommonPalette::text-05"/>
			<color name="text-other-info" value="CommonPalette::text-02"/>
			<color name="background" value="CommonPalette::background-01"/>
			<color name="background-hover" value="#E5F3FF"/>
			<color name="background-down" value="#CDE8FF"/>
			<color name="background-selected" value="#CDE8FF"/>
			<color name="border-selected" value="#99D1FF"/>
			<color name="thumbnail-background" value="#00000000" note="缩略图背景色"/>
			<hint name="borderRadius" value="2"/>
		</style>
		<style class="KcfdScrollBar" base="KAbstractFileModeDelegate">
			<hint name="thickness" value="14"/>
			<color name="groove-background" value="CommonPalette::status-03"/>
			<color name="slider-background" value="CommonPalette::scroll-01"/>
			<color name="slider-background-hover" value="CommonPalette::scroll-02"/>
			<color name="slider-background-down" value="CommonPalette::scroll-03"/>
			<color name="content" value="CommonPalette::scroll-01"/>
			<color name="content-hover" value="CommonPalette::scroll-02"/>
			<color name="content-down" value="CommonPalette::scroll-03"/>
		</style>
		<style class="KcfdFileListViewHeader">
			<color name="background" value="CommonPalette::status-01"/>
			<color name="background-hover" value="CommonPalette::status-02"/>
			<color name="background-down" value="CommonPalette::status-03"/>
			<color name="text" value="CommonPalette::text-03"/>
			<color name="text-mac" value="CommonThemePalette::kd-color-text-tertiary"/>
			<color name="splitline" value="CommonPalette::separator-02" note="分割线颜色"/>
		</style>
		<style class="KcfdFileListView" note="云文档对话框列表异常情况提示页样式">
			<font name="text" pointSize="9"/>
			<font name="text-mac" pointSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<font name="text-smartfolder" pixelSize="CommonHint::kd-font-size-middle"/>
			<color name="text" value="CommonPalette::text-03"/>
			<color name="text-disable" value="CommonPalette::text-03"/>
			<color name="text-smartfolder" value="CommonThemePalette::kd-color-text-primary"/>
		</style>
		<style class="KcfdSearchLineEditWidget" note="搜索框">
			<color name="placeholder-text" value="CommonThemePalette::kd-color-text-tertiary"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="border" value="CommonThemePalette::kd-box-shadow-extra-small"/>
			<color name="border-hover" value="CommonThemePalette::kd-color-line-public"/>
			<color name="border-editing" value="CommonThemePalette::kd-color-line-public"/>
			<hint name="borderRadius" value="2"/>
		</style>
		<style class="KcfdSearchLineEditWidget_Mac" base="KcfdSearchLineEditWidget" note="搜索框">
			<color name="background-disable" value="CommonPalette::status-003" note="搜索框禁用背景色"/>
			<color name="background" value="CommonPalette::background-01" note="搜索框背景色"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-small"/>
			<hint name="RenderHints" value="1"/>
		</style>
		<style class="KcfdMessageDlg">
			<color name="text" value="CommonPalette::text-01"/>
			<color name="background" value="CommonPalette::dlg-background-01"/>
			<color name="color-NoIcon" value="CommonPalette::text-01"/>
			<color name="color-Information" value="CommonPalette::text-01"/>
			<color name="color-Warning" value="CommonPalette::warning-01"/>
			<color name="color-Critical" value="CommonPalette::error-01"/>
			<color name="color-Question" value="CommonPalette::text-01"/>
			<hint name="title-size" value="20"/>
			<hint name="content-size" value="14"/>
			<hint name="marginLeft" value="24"/>
			<hint name="marginTop" value="18"/>
			<hint name="marginRight" value="24"/>
			<hint name="marginBottom" value="24"/>
			<hint name="borderRadius" value="2"/>
			<hint name="shadowRadius" value="8"/>
			<hint name="btnsLayout_Spacing" value="12"/>
		</style>
		<style class="KcfdTitleMenuBar" note="云文档对话框标题栏">
			<hint name="title-bold" value="1" note="标题是否粗体"/>
			<color name="title" value="CommonThemePalette::kd-color-text-primary" note="对话框标题名称颜色"/>
		</style>
		<style class="KcfdMenu_Mac" note="云文档对话框右键菜单">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary" note="对话框右键菜单文字颜色"/>
			<color name="background" value="CommonPalette::background-02" note="对话框右键菜单背景色"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-white" note="对话框右键菜单选中文字颜色"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular"/>
			<hint name="content-borderRadius" value="CommonHint::kd-radius-small"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-large"/>
		</style>
		<style class="KcfdNavigationTreeBottomWidget_lastSaveBtn" note="云文档对话框-左侧上次保存按钮">
			<font name="text" pixelSize="13"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-down" 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-secondary"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover" note="按钮悬停状态"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed" note="按下按钮背景色"/>
			<color name="background-selected" value="CommonThemePalette::kd-color-state-pressed-public" note="背景色_选中"/>
			<hint name="marginLeft" value="8"/>
			<hint name="marginTop" value="7"/>
			<hint name="marginRight" value="8"/>
			<hint name="marginBottom" value="7"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<hint name="spacing" value="8"/>
		</style>
		<style class="KcfdCleanHoverIconButton" note="前进后退刷新筛选按钮状态">
			<color name="background-hover" value="CommonPalette::status-02" note="背景色_悬停"/>
			<color name="background-down" value="CommonPalette::status-03" note="背景色_按下"/>
			<color name="background-selected" value="CommonPalette::status-04" note="背景色_选中"/>
			<hint name="borderRadius" value="2" note="圆角"/>
		</style>
		<style class="KcfdFileDialogToolBar_newDirBtn" note="云文档对话框-工具栏新建文件夹按钮">
			<font name="text" pointSize="9"/>
			<font name="text-mac" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonPalette::text-03"/>
			<color name="text-hover" value="CommonPalette::text-03"/>
			<color name="text-down" value="CommonPalette::text-02"/>
			<color name="text-selected" value="CommonPalette::text-02" note="选中文本色"/>
			<color name="text-disable" value="CommonPalette::text-06" note="禁用文本色"/>
			<color name="background-hover" value="CommonPalette::status-02" note="按钮悬停状态"/>
			<color name="background-down" value="CommonPalette::status-03" note="按下按钮背景色"/>
			<hint name="marginLeft" value="4"/>
			<hint name="marginTop" value="0"/>
			<hint name="marginRight" value="4"/>
			<hint name="marginBottom" value="0"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<hint name="spacing" value="2"/>
		</style>
		<style class="KcfdLocNavigationBar">
			<color name="background" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-disable" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-highlight" value="CommonThemePalette::kd-color-info-normal"/>
			<color name="shadow" value="CommonThemePalette::kd-box-shadow-extra-small"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular"/>
			<color name="border-hover" value="CommonThemePalette::kd-color-line-medium"/>
			<color name="border-down" value="CommonThemePalette::kd-color-line-public"/>
			<color name="border-focus" value="CommonThemePalette::kd-color-line-public"/>
			<color name="border-disable" value="CommonThemePalette::kd-color-line-medium" a="0.4"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-middle"/>
			<hint name="borderWidth" value="1"/>
			<hint name="RenderHints" value="1"/>
			<hint name="RoundAlphaBgHint" value="1"/>
			<hint name="shadow-blur-radius" value="3"/>
			<hint name="shadow_OffsetX" value="0"/>
			<hint name="shadow_OffsetY" value="1"/>
		</style>
		<style class="KcfdFileDialogToolBar_Mac_newDirBtn" base ="KcfdFileDialogToolBar_newDirBtn" note="云文档对话框-工具栏新建文件夹按钮">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-primary" note="选中文本色"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover" note="按钮悬停状态"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed" note="按下按钮背景色"/>
			<hint name="spacing" value="4" note="按钮图标文字间距"/>
		</style>
		<style class="KcfdFileDialogToolBar_Mac_ViewBtn" base ="KliteButton" note="云文档对话框-工具栏新建文件夹按钮">
			<color name="background" value="CommonThemePalette::kd-color-state-normal" note="按钮悬停状态"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover" note="按钮悬停状态"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed" note="按下按钮背景色"/>
			<color name="background-select" value="CommonThemePalette::kd-color-state-pressed" note="按下按钮背景色"/>
		</style>
		<style class="KcfdFilterWidget_encryptBtn" note="云文档对话框-加密按钮">
			<font name="text" pointSize="9"/>
			<color name="text" value="CommonPalette::text-03"/>
			<color name="text-hover" value="CommonPalette::theme-common-01"/>
			<color name="text-down" value="CommonPalette::theme-common-01"/>
			<color name="text-disable" value="CommonPalette::text-06" note="禁用文本色"/>
			<hint name="marginLeft" value="0"/>
			<hint name="marginTop" value="0"/>
			<hint name="marginRight" value="0"/>
			<hint name="marginBottom" value="0"/>
		</style>
		<style class="KcfdFilterWidget_Mac_encryptBtn"  base="KcfdFilterWidget_encryptBtn" note="云文档对话框-加密按钮">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-disable" value="CommonThemePalette::kd-color-text-primary" a="0.4"/>
		</style>
		<style class="KcfdFilterWidget_maintainCmptCheckBox" note="云文档对话框-保留与wps文字 早期版本的兼容性复选框">
			<color name="text" value="CommonPalette::text-03"/>
		</style>
		<style class="KcfdDetailModeDelegate_btnbg" note="列表按钮区域按钮样式">
			<font name="text" pointSize="9" note="文本大小"/>
			<color name="background-hover" value="CommonPalette::status-002" note="背景色_悬停"/>
			<color name="background-down" value="CommonPalette::status-003" note="背景色_按下"/>
			<color name="background-selected" value="CommonPalette::status-003" note="背景色_选中"/>
			<hint name="borderRadius" value="2" note="圆角"/>
		</style>
		<style class="KcfdCloudSpaceToolTipWidget" note="云文档对话框-空间满提示条幅">
			<font name="text" pointSize="9"/>
			<color name="text" value="CommonPalette::text-02"/>
			<color name="text-hover" value="CommonPalette::text-02"/>
			<color name="text-down" value="CommonPalette::text-02"/>
			<color name="background" value="CommonPalette::warning-05" note="背景色"/>
		</style>
		<style class="KcfdCloudSpaceToolTipWidget_textBtn" note="云文档对话框-空间满操作按钮">
			<font name="text" pointSize="9"/>
			<color name="text" value="CommonPalette::warning-01"/>
			<color name="text-hover" value="CommonPalette::warning-02"/>
			<color name="text-down" value="CommonPalette::warning-03"/>
		</style>
		<style class="KcfdAreaSplitter" note="常用位置右侧纵向分割线">
			<color name="separator" value="CommonPalette::separator-01" note="分割线"/>
		</style>
		<style class="KcfdLocNavButton" base="KTextButton">
			<font name="text" pointSize="9"/>
			<hint name="borderRadius" value="4"/>
			<color name="text" value="CommonPalette::text-03"/>
			<color name="background-hover" value="CommonPalette::status-03"/>
			<color name="background-down" value="CommonPalette::status-04"/>
		</style>
		<style class="KcfdLocNavButton_Mac" base="KTextButton">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-small"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="background-hover" value="CommonPalette::status-03"/>
			<color name="background-down" value="CommonPalette::status-04"/>
		</style>
		<style class="KcfdLocNavigationLineEdit">
			<color name="text" value="CommonPalette::text-03"/>
			<color name="background" value="CommonPalette::background-03" note="背景色"/>
			<color name="background-selected" value="CommonPalette::theme-common-01" note="背景色_选中"/>
		</style>
		<style class="KcfdLocNavigationLineEdit_Mac" base="KcfdLocNavigationLineEdit">
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
		</style>
		<style class="KcfdItemRenamingTextEdit">
			<color name="text" value="CommonPalette::text-03"/>
			<color name="text-selected" value="#FFFFFF" note="选中文本色"/>
			<color name="background" value="CommonPalette::background-03" note="背景色"/>
			<color name="background-selected" value="CommonPalette::theme-common-01" note="背景色_选中"/>
			<color name="border" value="#F0F0F0" note="编辑框边框"/>
		</style>
		<style class="KcfdRecentFilterItem" note="云文档对话框-最近页面过滤工具条">
			<color name="border-hover" value="CommonPalette::theme-common-01"/>
			<color name="border-selected" value="CommonPalette::theme-common-01"/>
			<color name="text" value="CommonPalette::text-03"/>
		</style>
		<style class="KcfdRecentFilterItem_Mac" note="云文档对话框-最近页面过滤工具条">
			<font name="text-mac" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="background" value="CommonThemePalette::kd-color-fill-base"/>
			<hint name="border" value="CommonHint::kd-radius-small"/>
		</style>
		<style class="KcfdComboBox" note="云文档对话框-过滤区域的下拉框">
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<color name="border" value="CommonThemePalette::kd-box-shadow-extra-small"/>
			<color name="border-hover" value="CommonThemePalette::kd-color-line-public"/>
			<color name="border-select" value="CommonThemePalette::kd-color-line-public"/>
			<color name="text" value="CommonPalette::text-03"/>
			<color name="background" value="CommonPalette::background-01" note="背景色"/>
			<color name="background-highlight" value="CommonPalette::theme-common-01" note="背景色_选中"/>
		</style>
		<style class="KcfdComboBoxView" note="云文档对话框下拉列表">
			<hint name="RenderHints" value="1"/>
			<color name="background" value="CommonPalette::status-01"/>		
			<color name="border" value="#B0B3BC"/>
		</style>
		<style class="KcfdComboBox_Mac" base="KLiteComboBox" note="云文档对话框-过滤区域的下拉框">
			<hint name="borderRadius" value="4"/>
			<hint name="RenderHints" value="1"/>
			<color name="border-down" value="CommonThemePalette::kd-color-line-medium"/>
			<color name="border-focus" value="CommonThemePalette::kd-color-line-medium"/>
			<color name="uneditable-border-down" value="CommonThemePalette::kd-color-line-medium"/>
			<color name="uneditable-border-focus" value="CommonThemePalette::kd-color-line-medium"/>
		</style>
		<style class="KcfdComboBoxDelegate" note="云文档对话框下拉列表项">
			<font name="text" pointSize="9"/>
			<color name="text" value="CommonPalette::text-03" note="文字颜色"/>
			<color name="background" value="CommonPalette::status-01"/>
			<color name="background-hover" value="CommonPalette::status-02"/>
			<color name="background-down" value="CommonPalette::status-03"/>
			<color name="background-selected" value="CommonPalette::status-03"/>
		</style>
		<style class="KcfdCloudLoginWidget" note="云文档对话框登录控件">
			<color name="text" value="#417FF9" note="标签颜色"/>
			<color name="background" value="CommonPalette::background-01" note="背景色"/>
		</style>
		<style class="KcfdCloudLoginWidget_Mac" note="云文档对话框登录控件">
			<color name="text" value="CommonThemePalette::kd-color-text-public" note="标签颜色"/>
			<color name="background" value="CommonThemePalette::kd-color-background-middle" note="背景色"/>
		</style>
		<style class="KcfdCloudIntroWidget" note="云文档对话框云文档介绍控件">
			<font name="text" pointSize="10.5"/>
			<font name="sub-text" pointSize="9"/>
			<color name="text" value="#000000" note="标签颜色"/>
			<color name="sub-text" value="#808080" note="标签详情文本颜色"/>
		</style>
		<style class="KcfdCloudIntroWidget_Mac_TextLabel" base="KLiteLabel" note="云文档对话框云文档介绍标题控件">
			<font name="text" pixelSize="CommonHint::kd-font-size-base" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary" note="标签颜色"/>
		</style>
		<style class="KcfdCloudIntroWidget_Mac_SubTextLabel" base="KLiteLabel" note="云文档对话框云文档介绍子内容控件">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-secondary" note="标签颜色"/>
		</style>
		<style class="KcfdCheckBox" note="云文档对话框复选框控件">
			<font name="text" pointSize="9" note="文本大小"/>
			<color name="text" value="CommonPalette::text-03"/>
			<color name="background" value="CommonPalette::status-01" note="背景色"/>
		</style>
		<style class="KLiteBtnSetInsertEffect" note="设置插入效果按钮">
			<hint name="RenderHints" value="1"/>
			<hint name="RoundAlphaBgHint" value="1"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-selected" value="CommonThemePalette::kd-color-state-pressed"/>
			<color name="indicator" value="CommonThemePalette::kd-color-line-public"/>
			<color name="text" value="CommonPalette::theme-common-01" note="normal"/>
			<color name="text-hover" value="CommonPalette::theme-common-02"/>
			<color name="text-down" value="CommonPalette::theme-common-03"/>
			<color name="text-disable" value="CommonPalette::theme-common-04"/>
		</style>
		<style class="KIconButton" note="云文档对话框地址栏按钮">
			<font name="text" pointSize="9" note="文本大小"/>
			<color name="text" value="CommonPalette::text-03" note="正常文本色"/>
			<color name="text-hover" value="CommonPalette::text-03" note="悬停文本色"/>
			<color name="text-down" value="CommonPalette::text-03" note="按下文本色"/>
			<color name="text-disable" value="CommonPalette::text-06" note="禁用文本色"/>
			<color name="background-hover" value="CommonPalette::status-02" note="正常背景色"/>
			<color name="background-down" value="CommonPalette::status-03" note="按下背景色"/>
			<color name="background-selected" value="CommonPalette::status-03" note="选中背景色"/>
			<hint name="borderRadius" value="2" note="圆角"/>
		</style>
		<style class="KcfdLocSpaceButton" base="KIconButton" note="云文档对话框地址栏空白按钮">
			<color name="background-hover" value="CommonPalette::status-01" note="背景色"/>
			<color name="background-down" value="CommonPalette::status-01" note="按下背景色"/>
		</style>
		<style class="KcfdTitleToolButton" note="云文档对话框-工具条按钮">
			<color name="indicator" value="CommonThemePalette::kd-color-line-public" a="0.3"/>
			<hint name="RoundAlphaBgHint" value="1"/>	
			<color name="background" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-fill-light"/>
			<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="border" value="CommonThemePalette::kd-color-line-regular"/>
			<color name="border-disable" value="CommonThemePalette::kd-color-line-medium" a="0.1"/>
			<color name="border-selected" value="CommonThemePalette::kd-color-line-public"/>
			<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="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"/>
			<hint name="borderRadius" value="6"/>
			<hint name="RenderHints" value="1"/>
		</style>
		<style class="KcfdLocNavigationButtonEdit" note="云文档对话框地址栏编辑框">
			<color name="border" value="CommonPalette::ctl-border-04"/>
		</style>
		<style class="KcfdLocationListView" note="左侧导航栏选项列表">
			<color name="background" value="CommonThemePalette::kd-color-state-normal"/>
		</style>
		<style class="KcfdToast">
			<color name="background" value="CommonPalette::toast-01"/>
			<color name="text" value="CommonPalette::texts-03"/>
			<color name="text-disable" value="CommonPalette::texts-04"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<hint name="RoundAlphaBgHint" value="1"/>
		</style>
		<style class="KcfdSearchTipsEditWidget" note="云文档对话框-搜索框">
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
		</style>
		<style class="KcfdSwitchViewButton" note="云文档对话框-工具栏切换视图按钮">
			<color name="background-hover" value="CommonPalette::status-02" note="正常背景色"/>
			<color name="background-down" value="CommonPalette::status-03" note="按下背景色"/>
			<color name="background-selected" value="CommonPalette::status-03" note="选中背景色"/>
			<hint name="borderRadius" value="2" note="圆角"/>
		</style>
		<style class="KcfdIconModeDelegate" base="KAbstractFileModeDelegate" note="云文档对话框-图标视图委托">
			<font name="title" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="grouptitle" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-sub-base" family="PingFang SC"/>
			<font name="title" pixelSize="CommonHint::kd-font-size-sub-base" family="PingFang SC"/>
			<color name="text-name" value="CommonPalette::text-01"/>
			<color name="text-name-disable" value="CommonPalette::text-05"/>
			<color name="text-other-info" value="CommonPalette::text-02"/>
			<color name="grouptitle-seperator" value="CommonPalette::status-03"/>
			<color name="grouptitle" value="CommonPalette::texts-01"/>
			<color name="background" value="CommonPalette::background-01"/>
			<color name="background-hover" value="#E5F3FF"/>
			<color name="background-down" value="#CDE8FF"/>
			<color name="background-selected" value="#CDE8FF"/>
			<color name="border-selected" value="#99D1FF"/>
			<color name="thumbnail-background" value="#00000000" note="缩略图背景色"/>
			<color name="background-thumbnail-select-mac" value="CommonThemePalette::kd-color-state-pressed" note="图标选中背景"/>
			<color name="text-select-mac" value="CommonThemePalette::kd-color-text-white" note="选中文字颜色"/>
			<hint name="background-thumbnail-radius-mac" value="CommonHint::kd-radius-small"/>
			<hint name="background-title-radius-mac" value="CommonHint::kd-radius-small"/>
			<hint name="borderRadius" value="2"/>
			<hint name="renameeditor-min" value="25"/>
			<hint name="renameeditor-max" value="50"/>
		</style>
		<style class="KcfdPopupBubbleWidget" note="提示弹泡">
			<hint name="shadowWidth" value="15"/>
			<hint name="arrowHeight" value="6"/>
			<hint name="arrowBorderWidth" value="2"/>
			<hint name="borderWidth" value="1"/>
			<hint name="borderRadius" value="6"/>
			<hint name="marginLeft" value="12"/>
			<hint name="marginTop" value="6"/>
			<hint name="marginRight" value="12"/>
			<hint name="marginBottom" value="6"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular"/>
			<color name="background" value="CommonThemePalette::kd-color-background-top"/>
			<color name="shadow" value="CommonThemePalette::kd-box-shadow-large"/>
		</style>
		<style class="KcfdCustomToolTips">
			<font name="text" pointSize="9" family="Microsoft YaHei"/>
			<font name="text-mac" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonPalette::text-03"/>
		</style>
		<style class="KcfdPhoneFileDlgTitleWidget_Title"  base="KLiteLabel" note="手机文件对话框标题">
			<font name="text" pixelSize="CommonHint::kd-font-size-middle" bold="true"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
		</style>
		<style class="KcfdPhoneFileDlgTitleWidget_subTitle"  base="KLiteLabel" note="手机文件对话框标题">
			<font name="text" pixelSize="CommonHint::kd-font-size-base"/>
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
		</style>
		<style class="KcfdPhoneFileDlgQRCode_Title"  base="KcfdPhoneFileDlgTitleWidget_Title" note="手机文件对话框扫码页副标题">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" bold="true"/>
		</style>
		<style class="KcfdPhoneFileDlgQRCode_subTitle"  base="KcfdPhoneFileDlgTitleWidget_subTitle" note="手机文件对话框扫码页副标题">
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
		</style>
		<style class="KAINamingDropWidget">
			<color name="background" value="CommonThemePalette::kd-color-background-top"/>
		</style>
		<style class="KRecommendActionWidget">
			<color name="background" value="CommonThemePalette::kd-color-background-top"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed"/>
			<color name="tag-background" value="CommonThemePalette::kd-color-background-base"/>
		</style>
		<style class="KAINamingPopoverWidget" base="KLitePopupWidget">
			<hint name="shadow-blur-radius" value="16"/>
		</style>
		<style class="KcfdSmartFolderBanner" base="KLiteMessageBanner">
			<hint name="RenderHints" value="1"/>
			<hint name="borderRadius" value="6"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular"/>
			<color name="background" value="CommonThemePalette::kd-color-info-light"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-sub-base"/>
		</style>
		<style class="KcfdSmartFolderBanner_OperateButton" base="KLiteButton">
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="text" value="CommonThemePalette::kd-color-text-public"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-sub-base"/>
		</style>
		<style class="KcfdSmartFolderBanner_CloseButton" base="KLiteCloseButton">
			<color name="background" value="CommonThemePalette::kd-color-info-light"/>
		</style>
		<style class="KPicHdSaveMgr_LoadingWidget" base="KLiteWidget" note="加载中窗口">
			<color name="border" value="#0D0D0D" a="0.12"/>
			<hint name="borderRadius" value="8"/>
			<color name="background" value="#F5F5F5"/>
			<color name="shadow" value="#0D0D0D" a="0.08" note="投影色"/>
			<hint name="shadowRadius" value="8"/>
			<hint name="shadow-blur" value="32"/>
      		<hint name="shadow_OffsetX" value="0"/>
      		<hint name="shadow_OffsetY" value="12"/>
			<hint name="shadow-blur-radius" value="32"/>
		</style>
		<style class="KPicHdSaveMgr_ProgressRing" base="KLiteProgressRing" note="高清另存为等待对话框-等待环" />
		<style class="KPicHdSaveMgr_Label" base="KLiteLabel" note="高清另存为等待对话框-说明">
			<font name="text" pixelSize="13" value="CommonThemePalette::kd-font-size-small"/>
			<hint name="fontSize" value="13"/>
		</style>
		<style class="KPicHdSaveMgr_Cancel" base="KLiteButton_Status_Highlight" note="高清另存为等待对话框-取消">
			<font name="text" pixelSize="12" value="CommonThemePalette::kd-font-size-small"/>
			<color name="text" value="#1F69E0"/>
			<hint name="fontSize" value="12"/>
			<color name="background" value="#0D0D0D" a="0"/>
			<color name="text-hover" value="#458BFA"/>
			<color name="text-down" value="#1E5FC7"/>
			<color name="background-hover" value="#0D0D0D" a="0"/>
			<color name="background-down" value="#0D0D0D" a="0"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule" note="新文件导航底部个人云空间">
			<color name="background" value="CommonThemePalette::kd-color-background-top"/>
			<hint name="borderRadius" value="6"/>
			<color name="border" value="CommonThemePalette::kd-box-shadow-extra-small"/>
			<hint name="RenderHints" value="1"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_spaceStorage" note="云空间提示标签_充足">
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-primary"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton" base="KLiteButton_Text_Assist" note="云空间升级按钮">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="Microsoft YaHei"/>
			<color name="background" value="CommonThemePalette::kd-color-state-normal"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed"/>
			<hint name="borderRadius" value="4"/>
			<hint name="RenderHints" value="1"/>
			<color name="text" value="CommonThemePalette::kd-color-info-normal"/>
			<color name="border" value="CommonThemePalette::kd-color-info-normal"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton_almost" base="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton" note="云空间升级按钮_将满">
			<color name="text" value="CommonThemePalette::kd-color-highlight-normal"/>
			<color name="border" value="CommonThemePalette::kd-color-highlight-normal"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton_full" base="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton" note="云空间升级按钮_已满">
			<color name="text" value="CommonThemePalette::kd-color-error-normal"/>
			<color name="border" value="CommonThemePalette::kd-color-error-normal"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar" note="云空间进度条">
			<color name="background-highlight" value="CommonThemePalette::kd-color-public-normal"/>
			<color name="background" value="CommonThemePalette::kd-color-fill-heavy"/>
			<hint name="roundFlags" value="15"/>
			<hint name="borderRadius" value="3"/>
			<hint name="RenderHints" value="1"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar_almost" base="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar" note="云空间进度条">
			<color name="background-highlight" value="CommonThemePalette::kd-color-highlight-normal"/>
			<color name="background" value="CommonThemePalette::kd-color-fill-heavy"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar_full" base="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar" note="云空间进度条">
			<color name="background-highlight" value="CommonThemePalette::kd-color-error-normal"/>
			<color name="background" value="CommonThemePalette::kd-color-fill-heavy"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_contentText" base="KLiteLabel" note="content提示条充足">
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
			<color name="text" value="#AA7340"/>
			<color name="text-hover" value="#AA7340"/>
			<color name="text-down" value="#AA7340"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_contentText_almost" base="KLiteLabel" note="content提示条充足">
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
			<color name="text" value="CommonThemePalette::kd-color-highlight-normal"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-highlight-normal"/>
			<color name="text-down" value="CommonThemePalette::kd-color-highlight-normal"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_contentText_full" base="KLiteLabel" note="content提示条充足">
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
			<color name="text" value="CommonThemePalette::kd-color-error-normal"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-error-normal"/>
			<color name="text-down" value="CommonThemePalette::kd-color-error-normal"/>
		</style>
	</theme>
	<theme relatedName="2018white_dark">
		<style class="KcfdFileDialog" note="云文档对话框">
			<hint name="title-size" value="18" note="对话框标题名称字体大小"/>
			<hint name="title-bold" value="1" note="标题是否粗体"/>
			<color name="title" value="CommonPalette::text-03" note="对话框标题名称颜色"/>
			<color name="background" value="CommonPalette::background-01" note="背景色"/>
			<color name="splitter" value="CommonPalette::separator-01" note="对话框分割线颜色"/>
			<hint name="borderRadius" value="3"/>
			<hint name="shadowRadius" value="8" note="外边框阴影宽度"/>
			<color name="dlg-text" value="CommonThemePalette::kd-color-text-tertiary"/>
		</style>
		<style class="KcfdFileDialog_Mac" note="云文档对话框">
			<color name="background" value="CommonThemePalette::kd-color-background-middle" note="背景色"/>
			<hint name="borderRadius" value="10"/>
		</style>
		<style class="KcfdFileDialog_IconColor" note="云文档对话框全部区域图标套色">
			<color name="stylebaseStrokeDark" value="CommonThemePalette::kd-color-icon-primary"/>
			<color name="colorBlackStroke" value="CommonThemePalette::kd-color-icon-primary"/>
			<color name="colorBlackFill" value="CommonThemePalette::kd-color-icon-white"/>
			<color name="colorGrayStroke" value="CommonThemePalette::kd-color-icon-secondary"/>
			<color name="colorGrayFill" value="CommonThemePalette::kd-color-fill-heavy"/>
			<color name="colorBlueStroke" value="CommonThemePalette::kd-color-icon-public"/>
			<color name="colorGreenStroke" value="CommonThemePalette::kd-color-icon-success"/>
			<color name="colorOrangeStroke" value="CommonThemePalette::kd-color-icon-warning"/>
			<color name="colorRedStroke"  value="CommonThemePalette::kd-color-icon-error"/>
		</style>
		<style class="KcfdNavigationTree" note="左侧导航栏">
			<color name="background" value="CommonThemePalette::kd-color-background-plate" note="背景色"/>
			<hint name="borderRadius" value="3"/>
			<hint name="roundFlags" value="5"/>
		</style>
		<style class="KcfdFilterWidget" note="云文档对话框文件过滤部分">
			<color name="text" value="CommonThemePalette::kd-color-text-primary" note="标签颜色"/>
		</style>
		<style class="KThirdCloudCtrl" note="第三方云控件">
			<color name="background" value="CommonPalette::background-01" note="背景色"/>
			<color name="text" value="CommonPalette::text-03" note="文本颜色"/>
		</style>
		<style class="KThirdCloudInitPage" note="第三方云初始化页面">
			<color name="text" value="CommonPalette::text-03" note="文本颜色"/>
		</style>
		<style class="KThirdCloudErrorPage" note="第三方云错误页面-暗黑主题">
			<color name="button-background" value="#417FF9" note="按钮背景色"/>
			<color name="button-text" value="#FFFFFF" note="按钮文本颜色"/>
		</style>
		<style class="KThirdCloudFileListPage" note="第三方云文件列表页面-暗黑主题">
			<color name="text" value="CommonPalette::text-01" note="文本颜色"/>
			<color name="background" value="CommonPalette::background-01" note="背景色"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular" note="边框颜色"/>
			<color name="border-selected" value="CommonThemePalette::kd-color-line-public" note="选中边框颜色"/>
		</style>
		<style class="KThirdCloudFileTableView" note="第三方云文件表格视图-暗黑主题">
			<color name="background" value="CommonThemePalette::kd-color-background-top" note="背景色"/>
			<color name="scrollbar-handle" value="CommonPalette::scroll-01" note="滚动条滑块颜色"/>
			<color name="scrollbar-handle-hover" value="CommonPalette::scroll-02" note="滚动条滑块悬停颜色"/>
		</style>
		<style class="KThirdCloudFileTableHeaderView" note="第三方云文件表格表头-暗黑主题">
			<color name="background" value="CommonThemePalette::kd-color-background-top" note="背景色"/>
			<color name="line" value="CommonThemePalette::kd-color-line-light" note="分割线颜色"/>
			<color name="text" value="CommonThemePalette::kd-color-icon-primary" note="文本颜色"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule" note="新文件导航底部个人云空间">
			<color name="background" value="CommonThemePalette::kd-color-background-top"/>
			<hint name="borderRadius" value="6"/>
			<color name="border" value="CommonThemePalette::kd-box-shadow-extra-small"/>
			<hint name="RenderHints" value="1"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_spaceStorage" note="云空间提示标签_充足">
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-primary"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton" base="KLiteButton_Text_Assist" note="云空间升级按钮">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="Microsoft YaHei"/>
			<color name="background" value="CommonThemePalette::kd-color-state-normal"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed"/>
			<hint name="borderRadius" value="4"/>
			<hint name="RenderHints" value="1"/>
			<color name="text" value="CommonThemePalette::kd-color-info-normal"/>
			<color name="border" value="CommonThemePalette::kd-color-info-normal"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton_almost" base="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton" note="云空间升级按钮_将满">
			<color name="text" value="CommonThemePalette::kd-color-highlight-normal"/>
			<color name="border" value="CommonThemePalette::kd-color-highlight-normal"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton_full" base="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton" note="云空间升级按钮_已满">
			<color name="text" value="CommonThemePalette::kd-color-error-normal"/>
			<color name="border" value="CommonThemePalette::kd-color-error-normal"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar" note="云空间进度条">
			<color name="background-highlight" value="CommonThemePalette::kd-color-public-normal"/>
			<color name="background" value="CommonThemePalette::kd-color-fill-heavy"/>
			<hint name="roundFlags" value="15"/>
			<hint name="borderRadius" value="3"/>
			<hint name="RenderHints" value="1"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar_almost" base="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar" note="云空间进度条">
			<color name="background-highlight" value="CommonThemePalette::kd-color-highlight-normal"/>
			<color name="background" value="CommonThemePalette::kd-color-fill-heavy"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar_full" base="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar" note="云空间进度条">
			<color name="background-highlight" value="CommonThemePalette::kd-color-error-normal"/>
			<color name="background" value="CommonThemePalette::kd-color-fill-heavy"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_contentText" base="KLiteLabel" note="content提示条充足">
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
			<color name="text" value="#AA7340"/>
			<color name="text-hover" value="#AA7340"/>
			<color name="text-down" value="#AA7340"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_contentText_almost" base="KLiteLabel" note="content提示条充足">
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
			<color name="text" value="CommonThemePalette::kd-color-highlight-normal"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-highlight-normal"/>
			<color name="text-down" value="CommonThemePalette::kd-color-highlight-normal"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_contentText_full" base="KLiteLabel" note="content提示条充足">
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
			<color name="text" value="CommonThemePalette::kd-color-error-normal"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-error-normal"/>
			<color name="text-down" value="CommonThemePalette::kd-color-error-normal"/>
		</style>
		<style class="KcfdCustomPushButton-Highlight" note="云文档对话框-过滤区域的按钮(强调)">
			<font name="text" pointSize="9"/>
			<hint name="marginLeft" value="12"/>
			<hint name="marginTop" value="1"/>
			<hint name="marginRight" value="12"/>
			<hint name="marginBottom" value="1"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<color name="background" value="CommonPalette::theme-common-01"/>
			<color name="background-hover" value="CommonPalette::theme-common-02"/>
			<color name="background-down" value="CommonPalette::theme-common-03"/>
			<color name="background-disable" value="CommonPalette::theme-common-04"/>
			<color name="text" value="CommonPalette::texts-03"/>
			<color name="text-disable" value="CommonPalette::texts-03"/>
		</style>
		<style class="KcfdCustomPushButton" note="云文档对话框-过滤区域的按钮(普通)">
			<font name="text" pointSize="9"/>
			<hint name="marginLeft" value="12"/>
			<hint name="marginTop" value="1"/>
			<hint name="marginRight" value="12"/>
			<hint name="marginBottom" value="1"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<color name="border" value="CommonPalette::ctl-border-01"/>
			<color name="text" value="CommonPalette::text-02"/>
			<color name="border-hover" value="CommonPalette::ctl-border-02"/>
			<color name="background-hover" value="CommonPalette::status-02"/>
			<color name="border-down" value="CommonPalette::ctl-border-03"/>
			<color name="background-down" value="CommonPalette::status-03"/>
		</style>
		<style class="KcfdLocationListDelegate" base="KAbstractFileModeDelegate" note="云文档对话框-左侧常用位置项">
			<font name="title" pixelSize="13"/>
			<font name="text" pixelSize="13"/>
			<font name="grouptitle" pixelSize="13"/>
			<color name="text-name" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-name-hover" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-name-down" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-name-selected" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-name-disable" value="CommonThemePalette::kd-color-text-primary" a="0.4"/>
			<color name="grouptitle" value="CommonThemePalette::kd-color-text-secondary"/>
			<color name="reminder-highlight" value="#ed7672"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover" note="列表悬停状态"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed" note="按下列表色"/>
			<color name="background-selected" value="CommonThemePalette::kd-color-state-pressed-public" note="列表选中状态"/>
			<color name="separator" value="CommonPalette::separator-02" a="0" note="常用位置分割线"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-middle"/>
		</style>
		<style class="KcfdDetailModeDelegate" base="KAbstractFileModeDelegate" note="云文档对话框-列表视图项">
			<font name="title" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="grouptitle" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<color name="text-name" value="CommonPalette::text-01"/>
			<color name="text-name-disable" value="CommonPalette::text-05"/>
			<color name="text-other-info" value="CommonPalette::text-02"/>
			<color name="text-name-mac" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-other-info-mac" value="CommonThemePalette::kd-color-text-tertiary"/>
			<color name="grouptitle-seperator" value="CommonPalette::status-03"/>
			<color name="grouptitle" value="CommonPalette::texts-01"/>
			<color name="background" value="CommonPalette::background-01"/>
			<color name="background-hover" value="#DBE5FF28"/>
			<color name="background-down" value="#FFFFFF66"/>
			<color name="background-selected" value="#FFFFFF66"/>
			<color name="border-selected" value="#3C3C3C"/>
			<color name="text-select-mac" value="CommonThemePalette::kd-color-text-white" note="选中文字颜色"/>
			<hint name="borderRadius" value="2"/>
			<hint name="renameeditor-min" value="25"/>
			<hint name="renameeditor-max" value="50"/>
			<hint name="borderRadius-mac" value="CommonHint::kd-radius-small"/>
		</style>
		<style class="KThirdCloudFileListDelegate" note="第三方云盘文件列表项-暗黑主题">
			<color name="text" value="CommonPalette::text-01" note="主要文本颜色"/>
			<color name="text-secondary" value="CommonPalette::text-02" note="次要文本颜色"/>
			<color name="background" value="CommonPalette::background-01" note="正常状态背景"/>
			<color name="background-hover" value="#DBE5FF28" note="悬停状态背景"/>
			<color name="background-selected" value="#FFFFFF66" note="选中状态背景"/>
			<color name="border" value="transparent" note="正常状态边框"/>
			<color name="border-selected" value="#3C3C3C" note="选中状态边框"/>
			<hint name="borderRadius" value="2" note="圆角半径"/>
		</style>
		<style class="KcfdCoverModeDelegate" base="KAbstractFileModeDelegate" note="云文档对话框-平铺视图项">
			<font name="title" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="grouptitle" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<color name="text-name" value="CommonPalette::text-01"/>
			<color name="text-name-disable" value="CommonPalette::text-05"/>
			<color name="text-other-info" value="CommonPalette::text-02"/>
			<color name="grouptitle-seperator" value="CommonPalette::status-03"/>
			<color name="grouptitle" value="CommonPalette::texts-01"/>
			<color name="background" value="CommonPalette::background-01"/>
			<color name="background-hover" value="#DBE5FF28"/>
			<color name="background-down" value="#FFFFFF66"/>
			<color name="background-selected" value="#FFFFFF66"/>
			<color name="border-selected" value="#3C3C3C"/>
			<color name="thumbnail-background" value="#00000000" note="缩略图背景色"/>
			<color name="background-thumbnail-select-mac" value="CommonThemePalette::kd-color-state-pressed" note="图标选中背景"/>
			<color name="text-select-mac" value="CommonThemePalette::kd-color-text-white" note="选中文字颜色"/>
			<hint name="borderRadius" value="2"/>
			<hint name="renameeditor-min" value="25"/>
			<hint name="renameeditor-max" value="50"/>
			<hint name="background-thumbnail-radius-mac" value="CommonHint::kd-radius-small"/>
			<hint name="background-title-radius-mac" value="CommonHint::kd-radius-small"/>
		</style>
		<style class="KcfdScrollBar" base="KAbstractFileModeDelegate">
			<hint name="thickness" value="14"/>
			<color name="groove-background" value="CommonPalette::status-03"/>
			<color name="slider-background" value="CommonPalette::scroll-01"/>
			<color name="slider-background-hover" value="CommonPalette::scroll-02"/>
			<color name="slider-background-down" value="CommonPalette::scroll-03"/>
			<color name="content" value="CommonPalette::scroll-01"/>
			<color name="content-hover" value="CommonPalette::scroll-02"/>
			<color name="content-down" value="CommonPalette::scroll-03"/>
		</style>
		<style class="KcfdFileListViewHeader">
			<color name="background" value="CommonPalette::status-01"/>
			<color name="background-hover" value="CommonPalette::status-02"/>
			<color name="background-down" value="CommonPalette::status-03"/>
			<color name="text" value="CommonPalette::text-03"/>
			<color name="text-mac" value="CommonThemePalette::kd-color-text-tertiary"/>
			<color name="splitline" value="CommonPalette::separator-02" note="分割线颜色"/>
			<color name="arrow-background" value="CommonThemePalette::kd-color-icon-primary" note="箭头颜色"/>
		</style>
		<style class="KcfdFileListView" note="云文档对话框列表异常情况提示页样式">
			<font name="text" pointSize="9"/>
			<font name="text-mac" pointSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<font name="text-smartfolder" pixelSize="CommonHint::kd-font-size-middle"/>
			<color name="text" value="CommonPalette::text-03"/>
			<color name="text-disable" value="CommonPalette::text-03"/>
			<color name="text-smartfolder" value="CommonThemePalette::kd-color-text-primary"/>
		</style>
		<style class="KcfdSearchLineEditWidget" note="搜索框">
			<color name="placeholder-text" value="CommonThemePalette::kd-color-text-tertiary"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="border" value="CommonThemePalette::kd-box-shadow-extra-small"/>
			<color name="border-hover" value="CommonThemePalette::kd-color-line-public"/>
			<color name="border-editing" value="CommonThemePalette::kd-color-line-public"/>
			<hint name="borderRadius" value="2"/>
		</style>
		<style class="KcfdSearchLineEditWidget_Mac" base="KcfdSearchLineEditWidget" note="搜索框">
			<color name="background-disable" value="CommonPalette::status-003" note="搜索框禁用背景色"/>
			<color name="background" value="CommonPalette::background-01" note="搜索框背景色"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-small"/>
			<hint name="RenderHints" value="1"/>
		</style>
		<style class="KcfdMessageDlg">
			<color name="text" value="CommonPalette::text-01"/>
			<color name="background" value="CommonPalette::dlg-background-01"/>
			<color name="color-NoIcon" value="CommonPalette::text-01"/>
			<color name="color-Information" value="CommonPalette::text-01"/>
			<color name="color-Warning" value="CommonPalette::warning-01"/>
			<color name="color-Critical" value="CommonPalette::error-01"/>
			<color name="color-Question" value="CommonPalette::text-01"/>
			<hint name="title-size" value="20"/>
			<hint name="content-size" value="14"/>
			<hint name="marginLeft" value="24"/>
			<hint name="marginTop" value="18"/>
			<hint name="marginRight" value="24"/>
			<hint name="marginBottom" value="24"/>
			<hint name="borderRadius" value="2"/>
			<hint name="shadowRadius" value="8"/>
			<hint name="btnsLayout_Spacing" value="12"/>
		</style>
		<style class="KcfdTitleMenuBar" note="云文档对话框标题栏">
			<hint name="title-bold" value="1" note="标题是否粗体"/>
			<color name="title" value="CommonThemePalette::kd-color-text-primary" note="对话框标题名称颜色"/>
		</style>
		<style class="KcfdNavigationTreeBottomWidget_lastSaveBtn" note="云文档对话框-左侧上次保存按钮">
			<font name="text" pixelSize="13"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-down" 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-secondary"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover" note="按钮悬停状态"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed" note="按下按钮背景色"/>
			<color name="background-selected" value="CommonThemePalette::kd-color-state-pressed-public" note="背景色_选中"/>
			<hint name="marginLeft" value="8"/>
			<hint name="marginTop" value="7"/>
			<hint name="marginRight" value="8"/>
			<hint name="marginBottom" value="7"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<hint name="spacing" value="8"/>
		</style>
		<style class="KcfdCleanHoverIconButton" note="前进后退刷新筛选按钮状态">
			<color name="background-hover" value="CommonPalette::status-02" note="背景色_悬停"/>
			<color name="background-down" value="CommonPalette::status-03" note="背景色_按下"/>
			<color name="background-selected" value="CommonPalette::status-04" note="背景色_选中"/>
			<hint name="borderRadius" value="2" note="圆角"/>
		</style>
		<style class="KcfdFileDialogToolBar_newDirBtn" note="云文档对话框-工具栏新建文件夹按钮">
			<font name="text" pointSize="9"/>
			<font name="text-mac" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonPalette::text-03"/>
			<color name="text-hover" value="CommonPalette::text-03"/>
			<color name="text-down" value="CommonPalette::text-02"/>
			<color name="text-selected" value="CommonPalette::text-02" note="选中文本色"/>
			<color name="text-disable" value="CommonPalette::text-06" note="禁用文本色"/>
			<color name="background-hover" value="CommonPalette::status-02" note="按钮悬停状态"/>
			<color name="background-down" value="CommonPalette::status-03" note="按下按钮背景色"/>
			<hint name="marginLeft" value="4"/>
			<hint name="marginTop" value="0"/>
			<hint name="marginRight" value="4"/>
			<hint name="marginBottom" value="0"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<hint name="spacing" value="2"/>
		</style>
		<style class="KcfdFileDialogToolBar_Mac_newDirBtn" base ="KcfdFileDialogToolBar_newDirBtn" note="云文档对话框-工具栏新建文件夹按钮">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-primary" note="选中文本色"/>
			<color name="background-hover" value="CommonPalette::status-02" note="按钮悬停状态"/>
			<color name="background-down" value="CommonPalette::status-03" note="按下按钮背景色"/>
			<hint name="spacing" value="4" note="按钮图标文字间距"/>
		</style>
		<style class="KcfdFileDialogToolBar_Mac_ViewBtn" base ="KliteButton" note="云文档对话框-工具栏新建文件夹按钮">
			<color name="background" value="CommonThemePalette::kd-color-state-normal" note="按钮悬停状态"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover" note="按钮悬停状态"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed" note="按下按钮背景色"/>
			<color name="background-select" value="CommonThemePalette::kd-color-state-pressed" note="按下按钮背景色"/>
		</style>
		<style class="KcfdFilterWidget_encryptBtn" note="云文档对话框-加密按钮">
			<font name="text" pointSize="9"/>
			<color name="text" value="CommonPalette::text-03"/>
			<color name="text-hover" value="CommonPalette::theme-common-01"/>
			<color name="text-down" value="CommonPalette::theme-common-01"/>
			<color name="text-disable" value="CommonPalette::text-06" note="禁用文本色"/>
			<hint name="marginLeft" value="0"/>
			<hint name="marginTop" value="0"/>
			<hint name="marginRight" value="0"/>
			<hint name="marginBottom" value="0"/>
		</style>
		<style class="KcfdFilterWidget_Mac_encryptBtn"  base="KcfdFilterWidget_encryptBtn" note="云文档对话框-加密按钮">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-disable" value="CommonThemePalette::kd-color-text-primary" a="0.4"/>
		</style>
		<style class="KcfdFilterWidget_maintainCmptCheckBox" note="云文档对话框-保留与wps文字 早期版本的兼容性复选框">
			<color name="text" value="CommonPalette::text-03"/>
		</style>
		<style class="KcfdDetailModeDelegate_btnbg" note="列表按钮区域按钮样式">
			<font name="text" pointSize="9" note="文本大小"/>
			<color name="background-hover" value="CommonPalette::status-002" note="背景色_悬停"/>
			<color name="background-down" value="CommonPalette::status-003" note="背景色_按下"/>
			<color name="background-selected" value="CommonPalette::status-003" note="背景色_选中"/>
			<hint name="borderRadius" value="2" note="圆角"/>
		</style>
		<style class="KcfdCloudSpaceToolTipWidget" note="云文档对话框-空间满提示条幅">
			<font name="text" pointSize="9"/>
			<color name="text" value="CommonPalette::text-02"/>
			<color name="text-hover" value="CommonPalette::text-02"/>
			<color name="text-down" value="CommonPalette::text-02"/>
			<color name="background" value="CommonPalette::warning-05" note="背景色"/>
		</style>
		<style class="KcfdCloudSpaceToolTipWidget_textBtn" note="云文档对话框-空间满操作按钮">
			<font name="text" pointSize="9"/>
			<color name="text" value="CommonPalette::warning-01"/>
			<color name="text-hover" value="CommonPalette::warning-02"/>
			<color name="text-down" value="CommonPalette::warning-03"/>
		</style>
		<style class="KcfdAreaSplitter" note="常用位置右侧纵向分割线">
			<color name="separator" value="CommonPalette::separator-01" note="分割线"/>
		</style>
		<style class="KcfdLocNavButton" base="KTextButton">
			<hint name="borderRadius" value="4"/>
			<color name="text" value="CommonPalette::text-03"/>
			<color name="background-hover" value="CommonPalette::status-03"/>
			<color name="background-down" value="CommonPalette::status-04"/>
		</style>
		<style class="KcfdLocNavButton_Mac" base="KTextButton">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-small"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="background-hover" value="CommonPalette::status-03"/>
			<color name="background-down" value="CommonPalette::status-04"/>
		</style>
		<style class="KcfdLocNavigationLineEdit">
			<color name="text" value="CommonPalette::text-03"/>
			<color name="background" value="CommonPalette::background-03" note="背景色"/>
			<color name="background-selected" value="CommonPalette::theme-common-01" note="背景色_选中"/>
		</style>
		<style class="KcfdLocNavigationLineEdit_Mac" base="KcfdLocNavigationLineEdit">
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
		</style>
		<style class="KcfdItemRenamingTextEdit">
			<color name="text" value="CommonPalette::text-02"/>
			<color name="text-selected" value="#FFFFFF" note="选中文本色"/>
			<color name="background" value="CommonPalette::background-03" note="背景色"/>
			<color name="background-selected" value="CommonPalette::theme-common-01" note="背景色_选中"/>
			<color name="border" value="#F0F0F0" note="编辑框边框"/>
		</style>
		<style class="KcfdRecentFilterItem" note="云文档对话框-最近页面过滤工具条">
			<color name="border-hover" value="CommonPalette::theme-common-01"/>
			<color name="border-selected" value="CommonPalette::theme-common-01"/>
			<color name="text" value="CommonPalette::text-03"/>
		</style>
		<style class="KcfdRecentFilterItem_Mac" note="云文档对话框-最近页面过滤工具条">
			<font name="text-mac" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="background" value="CommonThemePalette::kd-color-fill-base"/>
			<hint name="border" value="CommonHint::kd-radius-small"/>
		</style>
		<style class="KcfdRecentFilterToolBar" note="云文档对话框-最近页面过滤工具条">
			<color name="background" value="CommonPalette::kd-color-gray-3"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-middle"/>
		</style>
		<style class="KcfdComboBox" note="云文档对话框-过滤区域的下拉框">
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<hint name="borderRadius-mac" value="CommonHint::kd-radius-middle"/>
			<color name="border" value="CommonThemePalette::kd-box-shadow-extra-small"/>
			<color name="border-hover" value="CommonThemePalette::kd-color-line-public"/>
			<color name="border-select" value="CommonThemePalette::kd-color-line-public"/>
			<color name="text" value="CommonPalette::text-03"/>
			<color name="background" value="CommonPalette::background-01" note="背景色"/>
			<color name="background-highlight" value="CommonPalette::theme-common-01" note="背景色_选中"/>
		</style>
		<style class="KcfdComboBoxView" note="云文档对话框下拉列表">
			<hint name="RenderHints" value="1"/>
			<color name="background" value="CommonPalette::background-01"/>		
			<color name="border" value="#B0B3BC"/>
		</style>
		<style class="KcfdComboBox_Mac" base="KLiteComboBox" note="云文档对话框-过滤区域的下拉框">
			<hint name="borderRadius" value="4"/>
			<hint name="RenderHints" value="1"/>
			<color name="border-down" value="CommonThemePalette::kd-color-line-medium"/>
			<color name="border-focus" value="CommonThemePalette::kd-color-line-medium"/>
			<color name="uneditable-border-down" value="CommonThemePalette::kd-color-line-medium"/>
			<color name="uneditable-border-focus" value="CommonThemePalette::kd-color-line-medium"/>
		</style>
		<style class="KcfdComboBoxDelegate" note="云文档对话框下拉列表项">
			<font name="text" pointSize="9"/>
			<color name="text" value="CommonPalette::text-03" note="文字颜色"/>
			<color name="background" value="CommonPalette::background-01"/>
			<color name="background-hover" value="#3E3E3F"/>
			<color name="background-down" value="#464646"/>
			<color name="background-selected" value="#464646"/>
		</style>
		<style class="KcfdCloudLoginWidget" note="云文档对话框登录控件">
			<color name="text" value="#498FF2D9" note="标签颜色"/>
			<color name="background" value="CommonPalette::background-01" note="背景色"/>
		</style>
		<style class="KcfdCloudLoginWidget_Mac" note="云文档对话框登录控件">
			<color name="text" value="CommonThemePalette::kd-color-text-public" note="标签颜色"/>
			<color name="background" value="CommonThemePalette::kd-color-background-middle" note="背景色"/>
		</style>
		<style class="KcfdCloudIntroWidget_Mac_TextLabel" base="KLiteLabel" note="云文档对话框云文档介绍标题控件">
			<font name="text" pixelSize="CommonHint::kd-font-size-base" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary" note="标签颜色"/>
		</style>
		<style class="KcfdCloudIntroWidget_Mac_SubTextLabel" base="KLiteLabel" note="云文档对话框云文档介绍子内容控件">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-secondary" note="标签颜色"/>
		</style>
		<style class="KcfdCloudIntroWidget" note="云文档对话框云文档介绍控件">
			<font name="text" pointSize="10.5"/>
			<font name="sub-text" pointSize="9"/>
			<color name="text" value="CommonPalette::text-01" note="标签颜色"/>
			<color name="sub-text" value="#FFFFFF66" note="标签详情文本颜色"/>
		</style>
		<style class="KcfdCheckBox" note="云文档对话框复选框控件">
			<font name="text" pointSize="9" note="文本大小"/>
			<color name="text" value="CommonPalette::text-03"/>
			<color name="background" value="CommonPalette::background-01" note="背景色"/>
		</style>
		<style class="KIconButton" note="云文档对话框地址栏按钮">
			<font name="text" pointSize="9" note="文本大小"/>
			<color name="text" value="CommonPalette::text-03" note="正常文本色"/>
			<color name="text-hover" value="CommonPalette::text-03" note="悬停文本色"/>
			<color name="text-down" value="CommonPalette::text-03" note="按下文本色"/>
			<color name="text-disable" value="CommonPalette::text-06" note="禁用文本色"/>
			<color name="background-hover" value="CommonPalette::status-02" note="正常背景色"/>
			<color name="background-down" value="CommonPalette::status-03" note="按下背景色"/>
			<color name="background-selected" value="CommonPalette::status-03" note="选中背景色"/>
			<hint name="borderRadius" value="2" note="圆角"/>
		</style>
		<style class="KcfdLocSpaceButton" base="KIconButton" note="云文档对话框地址栏空白按钮">
			<color name="background-hover" value="CommonPalette::status-01" note="背景色"/>
			<color name="background-down" value="CommonPalette::status-01" note="按下背景色"/>
		</style>
		<style class="KcfdTitleToolButton" note="云文档对话框-工具条按钮">
			<color name="indicator" value="CommonThemePalette::kd-color-line-public" a="0.3"/>
			<hint name="RoundAlphaBgHint" value="1"/>
			<color name="background" value="CommonPalette::background-01"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-fill-light"/>
			<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-base" a="0.03"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular"/>
			<color name="border-disable" value="CommonThemePalette::kd-color-line-medium" a="0.1"/>
			<color name="border-selected" value="CommonThemePalette::kd-color-line-public"/>
			<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="borderWidth" value="1"/>
			<color name="shadow" value="#00000000"/>
			<color name="shadow-disable" value="#00000000" a="0"/>	
			<hint name="borderRadius" value="6"/>
			<hint name="RenderHints" value="1"/>
		</style>
		<style class="KcfdLocNavigationButtonEdit" note="云文档对话框地址栏编辑框">
			<color name="border" value="CommonPalette::#D4DBE9"/>
		</style>
		<style class="KcfdLocationListView" note="左侧导航栏选项列表">
			<color name="background" value="CommonThemePalette::kd-color-state-normal"/>
		</style>
		<style class="KcfdToast">
			<color name="background" value="CommonPalette::toast-01"/>
			<color name="text" value="CommonPalette::kd-color-white"/>
			<color name="text-disable" value="CommonPalette::texts-04"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<hint name="RoundAlphaBgHint" value="1"/>
		</style>
		<style class="KcfdSearchTipsEditWidget" note="云文档对话框-搜索框">
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
		</style>
		<style class="KcfdMenu_Mac" note="云文档对话框右键菜单">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary" note="对话框右键菜单文字颜色"/>
			<color name="background" value="CommonPalette::background-02" note="对话框右键菜单背景色"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-white" note="对话框右键菜单选中文字颜色"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular"/>
			<hint name="content-borderRadius" value="CommonHint::kd-radius-small"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-large"/>
		</style>
		<style class="KcfdLocNavigationBar">
			<color name="background" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-disable" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-highlight" value="CommonThemePalette::kd-color-info-normal"/>
			<color name="shadow" value="CommonThemePalette::kd-box-shadow-extra-small"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular"/>
			<color name="border-hover" value="CommonThemePalette::kd-color-line-medium"/>
			<color name="border-down" value="CommonThemePalette::kd-color-line-public"/>
			<color name="border-focus" value="CommonThemePalette::kd-color-line-public"/>
			<color name="border-disable" value="CommonThemePalette::kd-color-line-medium" a="0.4"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-middle"/>
			<hint name="borderWidth" value="1"/>
			<hint name="RenderHints" value="1"/>
			<hint name="RoundAlphaBgHint" value="1"/>
			<hint name="shadow-blur-radius" value="3"/>
			<hint name="shadow_OffsetX" value="0"/>
			<hint name="shadow_OffsetY" value="1"/>
		</style>
		<style class="KcfdSwitchViewButton" note="云文档对话框-工具栏切换视图按钮">
			<color name="background-hover" value="CommonPalette::status-02" note="正常背景色"/>
			<color name="background-down" value="CommonPalette::status-03" note="按下背景色"/>
			<color name="background-selected" value="CommonPalette::status-03" note="选中背景色"/>
			<hint name="borderRadius" value="2" note="圆角"/>
		</style>
		<style class="KcfdIconModeDelegate" base="KAbstractFileModeDelegate" note="云文档对话框-图标视图委托">
			<font name="title" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="grouptitle" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<color name="text-name" value="CommonPalette::text-01"/>
			<color name="text-name-disable" value="CommonPalette::text-05"/>
			<color name="text-other-info" value="CommonPalette::text-02"/>
			<color name="grouptitle-seperator" value="CommonPalette::status-03"/>
			<color name="grouptitle" value="CommonPalette::texts-01"/>
			<color name="background" value="CommonPalette::background-01"/>
			<color name="background-hover" value="#DBE5FF28"/>
			<color name="background-down" value="#FFFFFF66"/>
			<color name="background-selected" value="#FFFFFF66"/>
			<color name="border-selected" value="#3C3C3C"/>
			<color name="thumbnail-background" value="#00000000" note="缩略图背景色"/>
			<hint name="borderRadius" value="2"/>
			<hint name="renameeditor-min" value="25"/>
			<hint name="renameeditor-max" value="50"/>
		</style>
		<style class="KcfdPopupBubbleWidget" note="提示弹泡">
			<hint name="shadowWidth" value="15"/>
			<hint name="arrowHeight" value="6"/>
			<hint name="arrowBorderWidth" value="2"/>
			<hint name="borderWidth" value="1"/>
			<hint name="borderRadius" value="6"/>
			<hint name="marginLeft" value="12"/>
			<hint name="marginTop" value="6"/>
			<hint name="marginRight" value="12"/>
			<hint name="marginBottom" value="6"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular"/>
			<color name="background" value="CommonThemePalette::kd-color-background-top"/>
			<color name="shadow" value="CommonThemePalette::kd-box-shadow-large"/>
		</style>
		<style class="KcfdCustomToolTips">
			<font name="text" pointSize="9" family="Microsoft YaHei"/>
			<font name="text-mac" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonPalette::text-03"/>
		</style>		
		<style class="KLiteBtnSetInsertEffect" note="设置插入效果按钮">
			<hint name="RenderHints" value="1"/>
			<hint name="RoundAlphaBgHint" value="1"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-selected" value="CommonThemePalette::kd-color-state-pressed"/>
			<color name="indicator" value="CommonThemePalette::kd-color-line-public"/>			
			<color name="text" value="CommonPalette::theme-common-01" note="normal"/>
			<color name="text-hover" value="CommonPalette::theme-common-02"/>
			<color name="text-down" value="CommonPalette::theme-common-03"/>
			<color name="text-disable" value="CommonPalette::theme-common-04"/>
		</style>
		<style class="KcfdPhoneFileDlgTitleWidget_Title"  base="KLiteLabel" note="手机文件对话框标题">
			<font name="text" pixelSize="CommonHint::kd-font-size-middle" bold="true"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
		</style>
		<style class="KcfdPhoneFileDlgTitleWidget_subTitle"  base="KLiteLabel" note="手机文件对话框标题">
			<font name="text" pixelSize="CommonHint::kd-font-size-base"/>
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
		</style>
		<style class="KcfdPhoneFileDlgQRCode_Title"  base="KcfdPhoneFileDlgTitleWidget_Title" note="手机文件对话框扫码页副标题">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" bold="true"/>
		</style>
		<style class="KcfdPhoneFileDlgQRCode_subTitle"  base="KcfdPhoneFileDlgTitleWidget_subTitle" note="手机文件对话框扫码页副标题">
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
		</style>
		<style class="KAINamingDropWidget">
			<color name="background" value="CommonThemePalette::kd-color-background-top"/>
		</style>
		<style class="KRecommendActionWidget">
			<color name="background" value="CommonThemePalette::kd-color-background-top"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed"/>
			<color name="tag-background" value="CommonThemePalette::kd-color-icon-tertiary"/>
		</style>
		<style class="KAINamingPopoverWidget" base="KLitePopupWidget">
			<hint name="shadow-blur-radius" value="16"/>
		</style>
		<style class="KcfdSmartFolderBanner" base="KLiteMessageBanner">
			<hint name="RenderHints" value="1"/>
			<hint name="borderRadius" value="6"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular"/>
			<color name="background" value="CommonThemePalette::kd-color-info-light"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-sub-base"/>
		</style>
		<style class="KcfdSmartFolderBanner_OperateButton" base="KLiteButton">
			<color name="text" value="CommonThemePalette::kd-color-text-public"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-sub-base"/>
		</style>
		<style class="KcfdSmartFolderBanner_CloseButton" base="KLiteCloseButton">
			<color name="background" value="CommonThemePalette::kd-color-info-light"/>
		</style>
		<style class="KPicHdSaveMgr_LoadingWidget" base="KLiteWidget" note="加载中窗口">
			<color name="border" value="#F5F5F5" a="0.14"/>
			<hint name="borderRadius" value="8"/>
			<color name="background" value="#222222"/>
			<color name="shadow" value="#0D0D0D" a="0.08" note="投影色"/>
			<hint name="shadowRadius" value="8"/>
			<hint name="shadow-blur" value="32"/>
      		<hint name="shadow_OffsetX" value="0"/>
      		<hint name="shadow_OffsetY" value="12"/>
			<hint name="shadow-blur-radius" value="32"/>
		</style>
		<style class="KPicHdSaveMgr_ProgressRing" base="KLiteProgressRing" note="高清另存为等待对话框-等待环">
			<color name="background-highlight" value="#FFFFFFFF"/>
			<color name="background-disable" value="#FFFFFF80"/>
		</style>
		<style class="KPicHdSaveMgr_Label" base="KLiteLabel" note="高清另存为等待对话框-说明">
			<font name="text" pixelSize="13" value="CommonThemePalette::kd-font-size-small"/>
			<hint name="fontSize" value="13"/>
		</style>
		<style class="KPicHdSaveMgr_Cancel" base="KLiteButton_Status_Highlight" note="高清另存为等待对话框-取消">
			<font name="text" pixelSize="12" value="CommonThemePalette::kd-font-size-small"/>
			<color name="text" value="#2572E6"/>
			<hint name="fontSize" value="12"/>
			<color name="background" value="#0D0D0D" a="0"/>
			<color name="text-hover" value="#2360BD"/>
			<color name="text-down" value="#438CFA"/>
			<color name="background-hover" value="#0D0D0D" a="0"/>
			<color name="background-down" value="#0D0D0D" a="0"/>
		</style>
	</theme>
	<theme relatedName="2020platinum">
		<style class="KcfdFileDialog" note="云文档对话框">
			<hint name="title-size" value="18" note="对话框标题名称字体大小"/>
			<hint name="title-bold" value="1" note="标题是否粗体"/>
			<color name="title" value="#444E63FF" note="对话框标题名称颜色"/>
			<color name="background" value="#FFFFFFFF" note="背景色"/>
			<color name="splitter" value="#F3F4F5FF" note="对话框分割线颜色"/>
			<hint name="borderRadius" value="3"/>
			<hint name="shadowRadius" value="8" note="外边框阴影宽度"/>
		</style>
		<style class="KcfdNavigationTree" note="左侧导航栏">
			<color name="background" value="CommonThemePalette::kd-color-background-plate" note="背景色"/>
			<hint name="borderRadius" value="3"/>
			<hint name="roundFlags" value="5"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule" note="新文件导航底部个人云空间">
			<color name="background" value="CommonThemePalette::kd-color-background-top"/>
			<hint name="borderRadius" value="6"/>
			<color name="border" value="CommonThemePalette::kd-box-shadow-extra-small"/>
			<hint name="RenderHints" value="1"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_spaceStorage" note="云空间提示标签_充足">
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-primary"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton" base="KLiteButton_Text_Assist" note="云空间升级按钮">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="Microsoft YaHei"/>
			<color name="background" value="CommonThemePalette::kd-color-state-normal"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed"/>
			<hint name="borderRadius" value="4"/>
			<hint name="RenderHints" value="1"/>
			<color name="text" value="CommonThemePalette::kd-color-info-normal"/>
			<color name="border" value="CommonThemePalette::kd-color-info-normal"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton_almost" base="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton" note="云空间升级按钮_将满">
			<color name="text" value="CommonThemePalette::kd-color-highlight-normal"/>
			<color name="border" value="CommonThemePalette::kd-color-highlight-normal"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton_full" base="CloudBusiness::KCfdNavigationTreeCloudModule_upgradeButton" note="云空间升级按钮_已满">
			<color name="text" value="CommonThemePalette::kd-color-error-normal"/>
			<color name="border" value="CommonThemePalette::kd-color-error-normal"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar" note="云空间进度条">
			<color name="background-highlight" value="CommonThemePalette::kd-color-public-normal"/>
			<color name="background" value="CommonThemePalette::kd-color-fill-heavy"/>
			<hint name="roundFlags" value="15"/>
			<hint name="borderRadius" value="3"/>
			<hint name="RenderHints" value="1"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar_almost" base="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar" note="云空间进度条">
			<color name="background-highlight" value="CommonThemePalette::kd-color-highlight-normal"/>
			<color name="background" value="CommonThemePalette::kd-color-fill-heavy"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar_full" base="CloudBusiness::KCfdNavigationTreeCloudModule_progressBar" note="云空间进度条">
			<color name="background-highlight" value="CommonThemePalette::kd-color-error-normal"/>
			<color name="background" value="CommonThemePalette::kd-color-fill-heavy"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_contentText" base="KLiteLabel" note="content提示条充足">
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
			<color name="text" value="#AA7340"/>
			<color name="text-hover" value="#AA7340"/>
			<color name="text-down" value="#AA7340"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_contentText_almost" base="KLiteLabel" note="content提示条充足">
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
			<color name="text" value="CommonThemePalette::kd-color-highlight-normal"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-highlight-normal"/>
			<color name="text-down" value="CommonThemePalette::kd-color-highlight-normal"/>
		</style>
		<style class="CloudBusiness::KCfdNavigationTreeCloudModule_contentText_full" base="KLiteLabel" note="content提示条充足">
			<font name="text" pixelSize="CommonHint::kd-font-size-small"/>
			<color name="text" value="CommonThemePalette::kd-color-error-normal"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-error-normal"/>
			<color name="text-down" value="CommonThemePalette::kd-color-error-normal"/>
		</style>
		<style class="KcfdFilterWidget" note="云文档对话框文件过滤部分">
			<color name="text" value="#444E63FF" note="标签颜色"/>
		</style>
		<style class="KThirdCloudCtrl" note="第三方云控件">
			<color name="background" value="CommonPalette::background-01" note="背景色"/>
			<color name="text" value="CommonPalette::text-03" note="文本颜色"/>
		</style>
		<style class="KThirdCloudInitPage" note="第三方云初始化页面">
			<color name="text" value="CommonPalette::text-03" note="文本颜色"/>
		</style>
		<style class="KThirdCloudErrorPage" note="第三方云错误页面-浅色主题">
			<color name="button-background" value="#417FF9" note="按钮背景色"/>
			<color name="button-text" value="#FFFFFF" note="按钮文本颜色"/>
		</style>
		<style class="KThirdCloudFileListPage" note="第三方云文件列表页面-浅色主题">
			<color name="text" value="CommonPalette::text-01" note="文本颜色"/>
			<color name="background" value="CommonPalette::background-01" note="背景色"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular" note="边框颜色"/>
			<color name="border-selected" value="CommonThemePalette::kd-color-line-public" note="选中边框颜色"/>
		</style>
		<style class="KThirdCloudFileTableView" note="第三方云文件表格视图-浅色主题">
			<color name="background" value="CommonThemePalette::kd-color-background-top" note="背景色"/>
			<color name="scrollbar-handle" value="#262E3E1A" note="滚动条滑块颜色"/>
			<color name="scrollbar-handle-hover" value="#262E3E33" note="滚动条滑块悬停颜色"/>
		</style>
		<style class="KThirdCloudFileTableHeaderView" note="第三方云文件表格表头-浅色主题">
			<color name="background" value="CommonThemePalette::kd-color-background-top" note="背景色"/>
			<color name="line" value="CommonThemePalette::kd-color-line-light" note="分割线颜色"/>
			<color name="text" value="CommonThemePalette::kd-color-icon-primary" note="文本颜色"/>
		</style>
		<style class="KcfdCustomPushButton-Highlight" note="云文档对话框-过滤区域的按钮(强调)">
			<font name="text" pointSize="9"/>
			<hint name="marginLeft" value="12"/>
			<hint name="marginTop" value="1"/>
			<hint name="marginRight" value="12"/>
			<hint name="marginBottom" value="1"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<hint name="borderRadius-mac" value="CommonHint::kd-radius-middle"/>
			<color name="background" value="#417FF9FF"/>
			<color name="background-hover" value="#608DFAFF"/>
			<color name="background-down" value="#1F72F1FF"/>
			<color name="background-disable" value="#B3CCFDFF"/>
			<color name="text" value="#FFFFFFFF"/>
		</style>
		<style class="KcfdCustomPushButton" note="云文档对话框-过滤区域的按钮(普通)">
			<font name="text" pointSize="9"/>
			<hint name="marginLeft" value="12"/>
			<hint name="marginTop" value="1"/>
			<hint name="marginRight" value="12"/>
			<hint name="marginBottom" value="1"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<color name="border" value="#D7D9DEFF"/>
			<color name="text" value="#262E3EFF"/>
			<color name="border-hover" value="#B9BDC6FF"/>
			<color name="border-down" value="#AFB3BDFF"/>
			<color name="background" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-fill-light"/>
			<color name="background-down" value="CommonThemePalette::kd-color-fill-regular"/>
		</style>
		<style class="KcfdLocationListDelegate" base="KAbstractFileModeDelegate" note="云文档对话框-左侧常用位置项">
			<font name="title" pixelSize="13"/>
			<font name="text" pixelSize="13"/>
			<font name="grouptitle" pixelSize="13"/>
			<color name="text-name" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-name-hover" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-name-down" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-name-selected" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-name-disable" value="CommonThemePalette::kd-color-text-primary" a="0.4"/>
			<color name="grouptitle" value="CommonThemePalette::kd-color-text-secondary"/>
			<color name="reminder-highlight" value="#ed7672"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover" note="列表悬停状态"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed" note="按下列表色"/>
			<color name="background-selected" value="CommonThemePalette::kd-color-state-pressed-public" note="列表选中状态"/>
			<color name="separator" value="CommonPalette::separator-02" a="0" note="常用位置分割线"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-middle"/>
		</style>
		<style class="KcfdDetailModeDelegate" base="KAbstractFileModeDelegate" note="云文档对话框-列表视图项">
			<font name="title" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="grouptitle" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<color name="text-name" value="#0C0F17FF"/>
			<color name="text-name-disable" value="#8B95A8FF"/>
			<color name="text-other-info" value="#262E3EFF"/>
			<color name="grouptitle-seperator" value="#C6CED666"/>
			<color name="grouptitle" value="#262E3EFF"/>
			<color name="background" value="#FFFFFFFF"/>
			<color name="background-hover" value="#E5F3FF"/>
			<color name="background-down" value="#CDE8FF"/>
			<color name="background-selected" value="#CDE8FF"/>
			<color name="border-selected" value="#99D1FF"/>
			<color name="text-select-mac" value="CommonThemePalette::kd-color-text-white" note="选中文字颜色"/>
			<hint name="borderRadius" value="2"/>
			<hint name="renameeditor-min" value="25"/>
			<hint name="renameeditor-max" value="50"/>
			<hint name="borderRadius-mac" value="CommonHint::kd-radius-small"/>
		</style>
		<style class="KThirdCloudFileListDelegate" note="第三方云盘文件列表项-浅色主题">
			<color name="text" value="CommonPalette::text-01" note="主要文本颜色"/>
			<color name="text-secondary" value="CommonPalette::text-02" note="次要文本颜色"/>
			<color name="background" value="#FFFFFFFF" note="正常状态背景"/>
			<color name="background-hover" value="#E5F3FF" note="悬停状态背景"/>
			<color name="background-selected" value="#CDE8FF" note="选中状态背景"/>
			<color name="border" value="transparent" note="正常状态边框"/>
			<color name="border-selected" value="#99D1FF" note="选中状态边框"/>
			<hint name="borderRadius" value="2" note="圆角半径"/>
		</style>
		<style class="KcfdCoverModeDelegate" base="KAbstractFileModeDelegate" note="云文档对话框-平铺视图项">
			<font name="title" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="grouptitle" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<color name="text-name" value="#0C0F17FF"/>
			<color name="text-name-disable" value="#8B95A8FF"/>
			<color name="text-other-info" value="#262E3EFF"/>
			<color name="grouptitle-seperator" value="#C6CED666"/>
			<color name="grouptitle" value="#262E3EFF"/>
			<color name="background" value="#FFFFFFFF"/>
			<color name="background-hover" value="#E5F3FF"/>
			<color name="background-down" value="#CDE8FF"/>
			<color name="background-selected" value="#CDE8FF"/>
			<color name="border-selected" value="#99D1FF"/>
			<color name="thumbnail-background" value="#00000000" note="缩略图背景色"/>
			<color name="background-thumbnail-select-mac" value="CommonThemePalette::kd-color-state-pressed" note="图标选中背景"/>
			<color name="text-select-mac" value="CommonThemePalette::kd-color-text-white" note="选中文字颜色"/>
			<hint name="background-thumbnail-radius-mac" value="CommonHint::kd-radius-small"/>
			<hint name="background-title-radius-mac" value="CommonHint::kd-radius-small"/>
			<hint name="borderRadius" value="2"/>
			<hint name="renameeditor-min" value="25"/>
			<hint name="renameeditor-max" value="50"/>
		</style>
		<style class="KcfdScrollBar" base="KAbstractFileModeDelegate">
			<hint name="thickness" value="14"/>
			<color name="groove-background" value="#C6CED666"/>
			<color name="slider-background" value="#262E3E1A"/>
			<color name="slider-background-hover" value="#262E3E33"/>
			<color name="slider-background-down" value="#262E3E4D"/>
			<color name="content" value="#262E3E1A"/>
			<color name="content-hover" value="#262E3E33"/>
			<color name="content-down" value="#262E3E4D"/>
		</style>
		<style class="KcfdFileListViewHeader">
			<color name="background" value="#C6CED600"/>
			<color name="background-hover" value="#C6CED633"/>
			<color name="background-down" value="#C6CED666"/>
			<color name="text" value="#444E63FF"/>
			<color name="splitline" value="#E4E6EBFF" note="分割线颜色"/>
		</style>
		<style class="KcfdFileListView" note="云文档对话框列表异常情况提示页样式">
			<font name="text" pointSize="9"/>
			<font name="text-mac" pointSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<font name="text-smartfolder" pixelSize="CommonHint::kd-font-size-middle"/>
			<color name="text" value="#444E63FF"/>
			<color name="text-disable" value="#444E63FF"/>
			<color name="text-smartfolder" value="CommonThemePalette::kd-color-text-primary"/>
		</style>
		<style class="KcfdSearchLineEditWidget" note="搜索框">
			<color name="placeholder-text" value="CommonThemePalette::kd-color-text-tertiary"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="border" value="CommonThemePalette::kd-box-shadow-extra-small"/>
			<color name="border-hover" value="#0A6CFF"/>
			<color name="border-editing" value="#0A6CFF"/>
			<hint name="borderRadius" value="2"/>
		</style>
		<style class="KcfdMessageDlg">
			<color name="text" value="#0C0F17FF"/>
			<color name="background" value="#FFFFFFFF"/>
			<color name="color-NoIcon" value="#0C0F17FF"/>
			<color name="color-Information" value="#0C0F17FF"/>
			<color name="color-Warning" value="#FFAA00FF"/>
			<color name="color-Critical" value="#EE544BFF"/>
			<color name="color-Question" value="#0C0F17FF"/>
			<hint name="title-size" value="20"/>
			<hint name="content-size" value="14"/>
			<hint name="marginLeft" value="24"/>
			<hint name="marginTop" value="18"/>
			<hint name="marginRight" value="24"/>
			<hint name="marginBottom" value="24"/>
			<hint name="borderRadius" value="2"/>
			<hint name="shadowRadius" value="8"/>
			<hint name="btnsLayout_Spacing" value="12"/>
		</style>
		<style class="KcfdTitleMenuBar" note="云文档对话框标题栏">
			<hint name="title-size" value="18" note="对话框标题名称字体大小"/>
			<hint name="title-bold" value="1" note="标题是否粗体"/>
			<color name="title" value="#444E63FF" note="对话框标题名称颜色"/>
			<color name="background" value="#F5F7F9FF" note="背景颜色"/>
		</style>
		<style class="KcfdMenu_Mac" note="云文档对话框右键菜单">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary" note="对话框右键菜单文字颜色"/>
			<color name="background" value="#F5F7F9FF" note="对话框右键菜单背景色"/>
			<color name="text-selected" value="#FFFFFFFF" note="对话框右键菜单选中文字颜色"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular"/>
			<hint name="content-borderRadius" value="CommonHint::kd-radius-small"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-large"/>
		</style>
		<style class="KcfdNavigationTreeBottomWidget_lastSaveBtn" note="云文档对话框-左侧上次保存按钮">
			<font name="text" pixelSize="13"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-down" 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-secondary"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover" note="按钮悬停状态"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed" note="按下按钮背景色"/>
			<color name="background-selected" value="CommonThemePalette::kd-color-state-pressed-public" note="背景色_选中"/>
			<hint name="marginLeft" value="8"/>
			<hint name="marginTop" value="7"/>
			<hint name="marginRight" value="8"/>
			<hint name="marginBottom" value="7"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<hint name="spacing" value="8"/>
		</style>
		<style class="KcfdCleanHoverIconButton" note="前进后退刷新筛选按钮状态">
			<color name="background-hover" value="#C6CED633" note="背景色_悬停"/>
			<color name="background-down" value="#C6CED666" note="背景色_按下"/>
			<color name="background-selected" value="#C6CED64D" note="背景色_选中"/>
			<hint name="borderRadius" value="2" note="圆角"/>
		</style>
		<style class="KcfdFileDialogToolBar_newDirBtn" note="云文档对话框-工具栏新建文件夹按钮">
			<font name="text" pointSize="9"/>
			<font name="text-mac" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="#444E63FF"/>
			<color name="text-hover" value="#444E63FF"/>
			<color name="text-down" value="#262E3EFF"/>
			<color name="text-selected" value="#262E3EFF" note="选中文本色"/>
			<color name="text-disable" value="#A2AABAFF" note="禁用文本色"/>
			<color name="background-hover" value="#C6CED633" note="按钮悬停状态"/>
			<color name="background-down" value="#C6CED666" note="按下按钮背景色"/>
			<hint name="marginLeft" value="4"/>
			<hint name="marginTop" value="0"/>
			<hint name="marginRight" value="4"/>
			<hint name="marginBottom" value="0"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<hint name="spacing" value="2"/>
		</style>
		<style class="KcfdFilterWidget_encryptBtn" note="云文档对话框-加密按钮">
			<font name="text" pointSize="9"/>
			<font name="text-mac" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="#444E63FF"/>
			<color name="text-hover" value="#417FF9FF"/>
			<color name="text-down" value="#417FF9FF"/>
			<color name="text-disable" value="#A2AABAFF" note="禁用文本色"/>
			<hint name="marginLeft" value="0"/>
			<hint name="marginTop" value="0"/>
			<hint name="marginRight" value="0"/>
			<hint name="marginBottom" value="0"/>
		</style>
		<style class="KcfdFilterWidget_maintainCmptCheckBox" note="云文档对话框-保留与wps文字 早期版本的兼容性复选框">
			<color name="text" value="#444E63FF"/>
		</style>
		<style class="KcfdDetailModeDelegate_btnbg" note="列表按钮区域按钮样式">
			<font name="text" pointSize="9" note="文本大小"/>
			<color name="background-hover" value="#C6CED666" note="背景色_悬停"/>
			<color name="background-down" value="#C6CED699" note="背景色_按下"/>
			<color name="background-selected" value="#C6CED699" note="背景色_选中"/>
			<hint name="borderRadius" value="2" note="圆角"/>
		</style>
		<style class="KcfdCloudSpaceToolTipWidget" note="云文档对话框-空间满提示条幅">
			<font name="text" pointSize="9"/>
			<color name="text" value="#262E3EFF"/>
			<color name="text-hover" value="#262E3EFF"/>
			<color name="text-down" value="#262E3EFF"/>
			<color name="background" value="#FFF6E5FF" note="背景色"/>
		</style>
		<style class="KcfdCloudSpaceToolTipWidget_textBtn" note="云文档对话框-空间满操作按钮">
			<font name="text" pointSize="9"/>
			<color name="text" value="#FFAA00FF"/>
			<color name="text-hover" value="#FFBB33FF"/>
			<color name="text-down" value="#E59800FF"/>
		</style>
		<style class="KcfdAreaSplitter" note="常用位置右侧纵向分割线">
			<color name="separator" value="#F3F4F5FF" note="分割线"/>
		</style>
		<style class="KcfdLocNavButton" base="KTextButton">
			<font name="text" pointSize="9"/>
			<hint name="borderRadius" value="4"/>
			<color name="text" value="#444E63FF"/>
			<color name="text-hover" value="#444E63FF" note="悬停文本色"/>
			<color name="text-down" value="#444E63FF" note="按下文本色"/>
			<color name="background-hover" value="#C6CED666"/>
			<color name="background-down" value="#C6CED64D"/>
		</style>
		<style class="KcfdLocNavigationLineEdit">
			<color name="text" value="#444E63FF"/>
			<color name="background" value="#FFFFFFFF" note="背景色"/>
			<color name="background-selected" value="#417FF9FF" note="背景色_选中"/>
		</style>
		<style class="KcfdItemRenamingTextEdit">
			<color name="text" value="#444E63FF"/>
			<color name="text-selected" value="#FFFFFF" note="选中文本色"/>
			<color name="background" value="#FFFFFFFF" note="背景色"/>
			<color name="background-selected" value="#417FF9FF" note="背景色_选中"/>
			<color name="border" value="#F0F0F0" note="编辑框边框"/>
		</style>
		<style class="KcfdRecentFilterItem" note="云文档对话框-最近页面过滤工具条">
			<color name="border-hover" value="#417FF9FF"/>
			<color name="border-selected" value="#417FF9FF"/>
			<color name="text" value="#444E63FF"/>
		</style>
		<style class="KcfdComboBox" note="云文档对话框-过滤区域的下拉框">
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<color name="border" value="#D4DBE9"/>
			<color name="border-hover" value="#BABDC5"/>
			<color name="border-select" value="#B0B3BC"/>
			<color name="text" value="#444E63FF"/>
			<color name="background" value="#FFFFFFFF" note="背景色"/>
			<color name="background-highlight" value="#417FF9FF" note="背景色_选中"/>
		</style>
		<style class="KcfdComboBoxView" note="云文档对话框下拉列表">
			<hint name="RenderHints" value="1"/>
			<color name="background" value="#C6CED600"/>		
			<color name="border" value="#B0B3BC"/>
		</style>
		<style class="KcfdComboBoxDelegate" note="云文档对话框下拉列表项">
			<font name="text" pointSize="9"/>
			<color name="text" value="#444E63FF" note="文字颜色"/>
			<color name="background" value="#C6CED600"/>
			<color name="background-hover" value="#C6CED633"/>
			<color name="background-down" value="#C6CED666"/>
			<color name="background-selected" value="#C6CED666"/>
		</style>
		<style class="KcfdCloudLoginWidget" note="云文档对话框登录控件">
			<color name="text" value="#417FF9" note="标签颜色"/>
			<color name="background" value="#FFFFFFFF" note="背景色"/>
		</style>
		<style class="KcfdCloudIntroWidget" note="云文档对话框云文档介绍控件">
			<font name="text" pointSize="10.5"/>
			<font name="sub-text" pointSize="9"/>
			<color name="text" value="#000000" note="标签颜色"/>
			<color name="sub-text" value="#808080" note="标签详情文本颜色"/>
		</style>
		<style class="KcfdCheckBox" note="云文档对话框复选框控件">
			<font name="text" pointSize="9" note="文本大小"/>
			<color name="text" value="#444E63FF"/>
			<color name="background" value="#C6CED600" note="背景色"/>
		</style>
		<style class="KIconButton" note="云文档对话框地址栏按钮">
			<font name="text" pointSize="9" note="文本大小"/>
			<color name="text" value="#444E63FF" note="正常文本色"/>
			<color name="text-hover" value="#444E63FF" note="悬停文本色"/>
			<color name="text-down" value="#444E63FF" note="按下文本色"/>
			<color name="text-disable" value="#A2AABAFF" note="禁用文本色"/>
			<color name="background-hover" value="#C6CED633" note="正常背景色"/>
			<color name="background-down" value="#C6CED666" note="按下背景色"/>
			<color name="background-selected" value="#C6CED666" note="选中背景色"/>
			<hint name="borderRadius" value="2" note="圆角"/>
		</style>
		<style class="KcfdLocSpaceButton" base="KIconButton" note="云文档对话框地址栏空白按钮">
			<color name="background-hover" value="#C6CED600" note="背景色"/>
			<color name="background-down" value="#C6CED600" note="按下背景色"/>
		</style>
		<style class="KcfdTitleToolButton" note="云文档对话框-工具条按钮">
			<color name="indicator" value="CommonThemePalette::kd-color-line-public" a="0.3"/>
			<hint name="RoundAlphaBgHint" value="1"/>	
			<color name="background" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-fill-light"/>
			<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="border" value="CommonThemePalette::kd-color-line-regular"/>
			<color name="border-disable" value="CommonThemePalette::kd-color-line-medium" a="0.1"/>
			<color name="border-selected" value="CommonThemePalette::kd-color-line-public"/>
			<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="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"/>
			<hint name="borderRadius" value="6"/>
			<hint name="RenderHints" value="1"/>
		</style>
		<style class="KcfdLocNavigationButtonEdit" note="云文档对话框地址栏编辑框">
			<color name="border" value="#ECECECFF"/>
		</style>
		<style class="KcfdLocationListView" note="左侧导航栏选项列表">
			<color name="background" value="CommonThemePalette::kd-color-state-normal"/>
		</style>
		<style class="KcfdToast">
			<color name="background" value="#00000099"/>
			<color name="text" value="#FFFFFFFF"/>
			<color name="text-disable" value="#FFFFFFFF"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<hint name="RoundAlphaBgHint" value="1"/>
		</style>
		<style class="KcfdSearchTipsEditWidget" note="云文档对话框-搜索框">
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
		</style>
		<style class="KcfdSwitchViewButton" note="云文档对话框-工具栏切换视图按钮">
			<color name="background-hover" value="CommonPalette::status-02" note="正常背景色"/>
			<color name="background-down" value="CommonPalette::status-03" note="按下背景色"/>
			<color name="background-selected" value="CommonPalette::status-03" note="选中背景色"/>
			<hint name="borderRadius" value="2" note="圆角"/>
		</style>
		<style class="KcfdIconModeDelegate" base="KAbstractFileModeDelegate" note="云文档对话框-图标视图委托">
			<font name="title" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="grouptitle" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<font name="text" pixelSize="CommonHint::kd-font-size-sub-base"/>
			<color name="text-name" value="#0C0F17FF"/>
			<color name="text-name-disable" value="#8B95A8FF"/>
			<color name="text-other-info" value="#262E3EFF"/>
			<color name="grouptitle-seperator" value="#C6CED666"/>
			<color name="grouptitle" value="#262E3EFF"/>
			<color name="background" value="#FFFFFFFF"/>
			<color name="background-hover" value="#E5F3FF"/>
			<color name="background-down" value="#CDE8FF"/>
			<color name="background-selected" value="#CDE8FF"/>
			<color name="border-selected" value="#99D1FF"/>
			<color name="thumbnail-background" value="#00000000" note="缩略图背景色"/>
			<color name="background-thumbnail-select-mac" value="CommonThemePalette::kd-color-state-pressed" note="图标选中背景"/>
			<color name="text-select-mac" value="CommonThemePalette::kd-color-text-white" note="选中文字颜色"/>
			<hint name="background-thumbnail-radius-mac" value="CommonHint::kd-radius-small"/>
			<hint name="background-title-radius-mac" value="CommonHint::kd-radius-small"/>
			<hint name="borderRadius" value="2"/>
			<hint name="renameeditor-min" value="25"/>
			<hint name="renameeditor-max" value="50"/>
		</style>
		<style class="KcfdFileDialog_Mac" note="云文档对话框">
			<color name="background" value="CommonThemePalette::kd-color-background-middle" note="背景色"/>
			<hint name="borderRadius" value="10"/>
		</style>
		<style class="KcfdSearchLineEditWidget_Mac" base="KcfdSearchLineEditWidget" note="搜索框">
			<color name="background-disable" value="CommonPalette::status-003" note="搜索框禁用背景色"/>
			<color name="background" value="CommonPalette::background-01" note="搜索框背景色"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-small"/>
			<hint name="RenderHints" value="1"/>
		</style>
		<style class="KcfdNavigationTreeBottomWidget_Mac_lastSaveBtn" note="云文档对话框-左侧上次保存按钮">
			<font name="text" pointSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-primary" note="选中文本色"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-pressed" note="按钮悬停状态"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed" note="按下按钮背景色"/>
			<color name="background-selected" value="CommonThemePalette::kd-color-state-pressed" note="背景色_选中"/>
			<hint name="marginLeft" value="12"/>
			<hint name="marginTop" value="7"/>
			<hint name="marginRight" value="12"/>
			<hint name="marginBottom" value="7"/>
			<hint name="borderRadius" value="2"/>
			<hint name="RenderHints" value="1"/>
			<hint name="spacing" value="8"/>
		</style>
		<style class="KcfdLocNavigationBar">
			<color name="background" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-disable" value="CommonThemePalette::kd-color-fill-base"/>
			<color name="background-highlight" value="CommonThemePalette::kd-color-info-normal"/>
			<color name="shadow" value="CommonThemePalette::kd-box-shadow-extra-small"/>
			<color name="border" value="CommonThemePalette::kd-color-line-regular"/>
			<color name="border-hover" value="CommonThemePalette::kd-color-line-medium"/>
			<color name="border-down" value="CommonThemePalette::kd-color-line-public"/>
			<color name="border-focus" value="CommonThemePalette::kd-color-line-public"/>
			<color name="border-disable" value="CommonThemePalette::kd-color-line-medium" a="0.4"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-middle"/>
			<hint name="borderWidth" value="1"/>
			<hint name="RenderHints" value="1"/>
			<hint name="RoundAlphaBgHint" value="1"/>
			<hint name="shadow-blur-radius" value="3"/>
			<hint name="shadow_OffsetX" value="0"/>
			<hint name="shadow_OffsetY" value="1"/>
		</style>
		<style class="KcfdFileDialogToolBar_Mac_newDirBtn" base ="KcfdFileDialogToolBar_newDirBtn" note="云文档对话框-工具栏新建文件夹按钮">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-primary" note="选中文本色"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover" note="按钮悬停状态"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed" note="按下按钮背景色"/>
			<hint name="spacing" value="4" note="按钮图标文字间距"/>
		</style>
		<style class="KcfdFileDialogToolBar_Mac_ViewBtn" base ="KliteButton" note="云文档对话框-工具栏新建文件夹按钮">
			<color name="background" value="CommonThemePalette::kd-color-state-normal" note="按钮悬停状态"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover" note="按钮悬停状态"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed" note="按下按钮背景色"/>
			<color name="background-select" value="CommonThemePalette::kd-color-state-pressed" note="按下按钮背景色"/>
		</style>
		<style class="KcfdFilterWidget_Mac_encryptBtn"  base="KcfdFilterWidget_encryptBtn" note="云文档对话框-加密按钮">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-secondary"/>
			<color name="text-hover" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-down" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-selected" value="CommonThemePalette::kd-color-text-public"/>
			<color name="text-disable" value="CommonThemePalette::kd-color-text-primary" a="0.4"/>
		</style>
		<style class="KcfdLocNavButton_Mac" base="KTextButton">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<hint name="borderRadius" value="CommonHint::kd-radius-small"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="background-hover" value="CommonPalette::status-03"/>
			<color name="background-down" value="CommonPalette::status-04"/>
		</style>
		<style class="KcfdLocNavigationLineEdit_Mac" base="KcfdLocNavigationLineEdit">
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
		</style>
		<style class="KcfdRecentFilterItem_Mac" note="云文档对话框-最近页面过滤工具条">
			<font name="text-mac" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary"/>
			<color name="background" value="CommonThemePalette::kd-color-fill-base"/>
			<hint name="border" value="CommonHint::kd-radius-small"/>
		</style>
		<style class="KcfdComboBox_Mac" base="KLiteComboBox" note="云文档对话框-过滤区域的下拉框">
			<hint name="borderRadius" value="4"/>
			<hint name="RenderHints" value="1"/>
			<color name="border-down" value="CommonThemePalette::kd-color-line-medium"/>
			<color name="border-focus" value="CommonThemePalette::kd-color-line-medium"/>
			<color name="uneditable-border-down" value="CommonThemePalette::kd-color-line-medium"/>
			<color name="uneditable-border-focus" value="CommonThemePalette::kd-color-line-medium"/>
		</style>
		<style class="KcfdCloudLoginWidget_Mac" note="云文档对话框登录控件">
			<color name="text" value="CommonThemePalette::kd-color-text-public" note="标签颜色"/>
			<color name="background" value="CommonThemePalette::kd-color-background-middle" note="背景色"/>
		</style>
		<style class="KcfdCloudIntroWidget_Mac_TextLabel" base="KLiteLabel" note="云文档对话框云文档介绍标题控件">
			<font name="text" pixelSize="CommonHint::kd-font-size-base" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-primary" note="标签颜色"/>
		</style>
		<style class="KcfdCloudIntroWidget_Mac_SubTextLabel" base="KLiteLabel" note="云文档对话框云文档介绍子内容控件">
			<font name="text" pixelSize="CommonHint::kd-font-size-small" family="PingFang SC"/>
			<color name="text" value="CommonThemePalette::kd-color-text-secondary" note="标签颜色"/>
		</style>
		<style class="KAINamingDropWidget">
			<color name="background" value="CommonThemePalette::kd-color-background-top"/>
		</style>
		<style class="KRecommendActionWidget">
			<color name="background" value="CommonThemePalette::kd-color-background-top"/>
			<color name="background-hover" value="CommonThemePalette::kd-color-state-hover"/>
			<color name="background-down" value="CommonThemePalette::kd-color-state-pressed"/>
			<color name="tag-background" value="CommonThemePalette::kd-color-background-base"/>
		</style>
		<style class="KPicHdSaveMgr_LoadingWidget" base="KLiteWidget" note="加载中窗口">
			<color name="border" value="#0D0D0D" a="0.12"/>
			<hint name="borderRadius" value="8"/>
			<color name="background" value="#F5F5F5"/>
			<color name="shadow" value="#0D0D0D" a="0.08" note="投影色"/>
			<hint name="shadowRadius" value="8"/>
			<hint name="shadow-blur" value="32"/>
      		<hint name="shadow_OffsetX" value="0"/>
      		<hint name="shadow_OffsetY" value="12"/>
			<hint name="shadow-blur-radius" value="32"/>
		</style>
		<style class="KPicHdSaveMgr_ProgressRing" base="KLiteProgressRing" note="高清另存为等待对话框-等待环" />
		<style class="KPicHdSaveMgr_Label" base="KLiteLabel" note="高清另存为等待对话框-说明">
			<font name="text" pixelSize="13" value="CommonThemePalette::kd-font-size-small"/>
			<hint name="fontSize" value="13"/>
		</style>
		<style class="KPicHdSaveMgr_Cancel" base="KLiteButton_Status_Highlight" note="高清另存为等待对话框-取消">
			<font name="text" pixelSize="12" value="CommonThemePalette::kd-font-size-small"/>
			<color name="text" value="#1F69E0"/>
			<hint name="fontSize" value="12"/>
			<color name="background" value="#0D0D0D" a="0"/>
			<color name="text-hover" value="#458BFA"/>
			<color name="text-down" value="#1E5FC7"/>
			<color name="background-hover" value="#0D0D0D" a="0"/>
			<color name="background-down" value="#0D0D0D" a="0"/>
		</style>
	</theme>
	<theme relatedName="*" baseRelated="2018white"/>
	<theme relatedName="*dark" baseRelated="2018white_dark"/>
</shell>
