:root, body:not(.theme-dark){
--theme-sticky-nav-background-color: red;
--theme-page-background-color--secondary:red;
--theme-body-background-color: red;
--theme-page-background-color: red;
--theme-background-image-opacity: 79%;
--theme-accent-color: #89702a;
--theme-link-color: #922c2c;
--theme-page-text-color: #3a3a3a;
--theme-page-text-color--hover: #6d6d6d;
--theme-body-text-color: #000000;
--theme-body-text-color--hover: #333333;
--theme-community-header-color: #ffffff;
--theme-community-header-color--hover: #f0e6c8;
--theme-sticky-nav-text-color: #f5f5f5;
--theme-sticky-nav-text-color--hover: #cccccc;
--cosmos-toolbar-gradient: linear-gradient(to right, #0b0805 0%, #2a2014 50%, #0b0805 100%);
--cosmos-footer-bg: #210738;
--cosmos-dropdown-bg: #d5cf9f;
--cosmos-dropdown-border: #b7b28c;
--cosmos-comment-title: #3a3a3a;
--cosmos-header-opacity: 0.85;
}
/* ===== Cosmos 主题变量(夜间默认值)===== */
body.theme-dark, html.skin-theme-clientpref-night body{
--theme-sticky-nav-background-color: #222222;
--theme-page-background-color--secondary: #1b1c1e;
--theme-body-background-color: #1d2026;
--theme-page-background-color: #141618;
--theme-background-image-opacity: 40%;
--theme-accent-color: #61636b;
--theme-link-color: #e8621a;
--theme-page-text-color: #e6e6e6;
--theme-page-text-color--hover: #b3b3b3;
--theme-body-text-color: #ffffff;
--theme-body-text-color--hover: #cccccc;
--theme-community-header-color: #e6e6e6;
--theme-community-header-color--hover: #ffffff;
--theme-sticky-nav-text-color: #ffffff;
--theme-sticky-nav-text-color--hover: #cccccc;
--cosmos-toolbar-gradient: linear-gradient(to right, #070708 0%, #1b1c1e 50%, #070708 100%);
--cosmos-footer-bg: #12091c;
--cosmos-dropdown-bg: #2a2c30;
--cosmos-dropdown-border: #494a4c;
--cosmos-comment-title: #c8c9cb;
--cosmos-header-opacity: 0.7;
}