//主体的文字颜色
$mainTextColor: #FFFFFF;

//次级文字颜色
$subTextColor: #C0191F;

//主体背景颜色
$mainBackgroundColor: #000000;

//次级背景颜色
$subBackgroundColor: linear-gradient(211deg, #000000 0%, #464646 100%);

//按钮的背景颜色 --红色
$lightButtonBackgroundColor: #C0191F;

//按钮的背景颜色 --暗灰色
$greyButtonBackgroundColor: #2A2A2E;



//arc弧度的颜色
$arcColor: #C0191F;

//最大文字 --原字体大小36px
$maxTextFontSize: 34px;
//最小文字 --原字体大小24px
$minTextFontSize: 24px;
//主体文字大小 --原字体大小30px
$mainTextFontSize: 34px;
//次级主题文字大小--原字体大小26px
$subTextFontSize: 34px;

//首页item的背景颜色
$homeListItemBackgroundColor: #282828;
$homeListItemCurBackgroundColor: #4F4F4F;

//通知的文字颜色
$apnsTextColor: #AAAAAA;

//手表宽高
$screenWidth: 464px;

//时间bar的背景颜色和文字颜色
$timeBarBackgroundColorAndTxtColor: #EE5928;