/* 默认主题 */
:root {
	--background-image: url(/imgs/home/dark/public_bg.webp);
	--background-tabbar: url(/imgs/home/dark/tabbar_bg.png);
	--primary-color: #5b6cff;
	--bg-linear: linear-gradient(180deg, rgba(6, 7, 31, 0.9), rgba(6, 7, 31, 0.4)), linear-gradient(0deg, rgba(6, 7, 31, 0.9), rgba(6, 7, 31, 0.4));
	--bg-color: #06071f;
	--bg-color-2: #131232;
	--bg-color-3: #1b1a44;
	--bg-color-4: #2e296b;
	--bg-color-5: #282747;
	--bg-color-6: #100e26;
	--bg-color-7: #1a1944;
	--bg-color-8: #1b1f4b;
	--bg-color-9: #0b0b23;
	--bg-color-10: #21203d;
	--bg-color-11: #32305f;
	--bg-color-12: #333259;
	--bg-color-13: #282845;
	--bg-color-14: #1d1b43;
	--bg-color-15: #131232;
	--bg-color-16: #393872;
	--bg-color-17: #06071f;
	--bg-color-18: #100e26;
	--bg-color-19: #06071f;
	--input-bg-color: #1d1c3c;
	--input-bg-color-2: #1d1c3c;
	--input-bg-color-3: #1d1c3c;
	--texture-color: #0b0c28;
	--btn-bg-color: #282747;
	--btn-bg-color-2: #282747;
	--btn-bg-color-3: #282747;
	--btn-txt-color-2: #fff;
	--btn-txt-color-3: #c6c4f5;
	--btn-shadow-2: #4b4a6e;
	--btn-bg-linear: linear-gradient(180deg, #5567ff 0%, #9e1eff 100%);
	--txt-color: #fff;
	--txt-color-2: #616166; /** 没有找对对应颜色 */
	--txt-color-3: #504f6f;
	--txt-color-4: #c6c4f5;
	--txt-color-5: #fcfffa;
	--txt-color-6: #a8a8ca;
	--txt-color-7: #8e82c2;
	--txt-color-8: #c6c5f5;
	--txt-color-9: #fff;
	--txt-color-10: #fff;
	--txt-color-11: #c6c4f5;
	--txt-color-12: #c6c4f5;
	--txt-color-13: #c6c4f6;
	--txt-color-n: #5bd9ff;
	--txt-color-b: #fff; /** 带颜色背景文字颜色，固定白色 */
	--txt-texture-color: #fff;
	--border-color: #333260;
	--border-color-2: #1d1b43;
	--border-color-3: #1a1944;
	--border-color-4: #242352;
	--input-shadow: #333260;
	--input-border: transparent;
	--placeholder-color: #504f6f;
	--icon-color: #c6c4f5;
	--icon-color-2: #c6c4f5;
	--icon-color-3: #c7c5f4;
	--icon-color-4: #c6c4f5;
	--table-row-even: #1b1a44;
	--table-row-odd: #242352;
	--error-color: #e43939;
	--success-color: #1dba8b;
	/** 签到日历部分，后期考虑单独迁移 */
	--day-bg-1: #323264;
	--day-bg-2: #181837;
	--day-bg-3: #48486d;
	--day-bg-4: #282845;
	--day-bg-5: #515151;
	--day-color-1: #40406b;
	--primary-title-bg-color: #1f1f4c;
}

/* 白色主题 */
html[theme='light'] {
	--background-image: url(/imgs/home/light/public_bg.webp);
	--background-tabbar: url(/imgs/home/light/tabbar_bg.png);
	--primary-color: #5b6cff;
	--bg-linear: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)),
		linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
	--bg-color: #f0f0ff;
	--bg-color-2: #fff;
	--bg-color-3: #f6f6ff;
	--bg-color-4: #cdccff;
	--bg-color-5: #ddf;
	--bg-color-6: #fff;
	--bg-color-7: #fff;
	--bg-color-8: #dcdcf9;
	--bg-color-9: #e3e3f0;
	--bg-color-10: #e8e8ff;
	--bg-color-11: #e8e8ff;
	--bg-color-12: #fff;
	--bg-color-13: #ddf;
	--bg-color-14: #fff;
	--bg-color-15: #ddf;
	--bg-color-16: #dbdde7;
	--bg-color-17: #ddf;
	--bg-color-18: #dcdcf9;
	--bg-color-19: #fff;
	--input-bg-color: #fff;
	--input-bg-color-2: #e8e8ff; /** #f6f6ff; */
	--input-bg-color-3: #f2f2ff;
	--texture-color: transparent;
	--btn-bg-color: #ddf;
	--btn-bg-color-2: #fff;
	--btn-bg-color-3: #f6f6ff;
	--btn-txt-color-2: #616166;
	--btn-txt-color-3: #181819;
	--btn-shadow-2: transparent;
	--btn-bg-linear: linear-gradient(180deg, #5567ff 0%, #9e1eff 100%);
	--txt-color: #181819;
	--txt-color-2: #7067e8;
	--txt-color-3: #919199;
	--txt-color-4: #616166;
	--txt-color-5: #181819;
	--txt-color-6: #616166;
	--txt-color-7: #616166;
	--txt-color-8: #5c5c99;
	--txt-color-9: #616166;
	--txt-color-10: #919199;
	--txt-color-11: #181819;
	--txt-color-12: #919199;
	--txt-color-13: #616166;
	--txt-color-n: #394eff;
	--txt-color-b: #fff; /** 带颜色背景文字颜色，固定白色 */
	--txt-texture-color: #fff;
	--border-color: #e6e4ff;
	--border-color-2: #e4e4ff;
	--border-color-3: #ebebff;
	--border-color-4: #dadae5;
	--input-shadow: transparent;
	--input-border: #e6e4ff;
	--placeholder-color: #b8b8cd;
	--icon-color: #5b6cff;
	--icon-color-2: #181819;
	--icon-color-3: #7067e8;
	--icon-color-4: #5b54ff;
	--table-row-even: #f6f6ff;
	--table-row-odd: #fff;
	--error-color: #e43939;
	--success-color: #1dba8b;
	/** 签到日历部分，后期考虑单独迁移 */
	--day-bg-1: #394eff;
	--day-bg-2: #ededfa;
	--day-bg-3: #48486d;
	--day-bg-4: #ddf;
	--day-bg-5: #b5b2b2;
	--day-color-1: #a7a7ad;
	--primary-title-bg-color: #eeeefd;
}
