66 lines
3.6 KiB
CSS
66 lines
3.6 KiB
CSS
:root[data-theme-mode="dark"][savor-theme="mountain"] {
|
|
/* 主色 */
|
|
--b3-theme-primary-base-l:64.04%;
|
|
--b3-theme-primary-base-ch:0.1865 43.18;
|
|
--b3-theme-surface-base-l:0.2449;
|
|
--b3-theme-surface-base-ch: 0.0048 145.43;
|
|
|
|
--b3-theme-background: #2d302d;/* 编辑区背景 必须用HEX颜色*/
|
|
--Sv-plugin-off-bg: #272a27;
|
|
|
|
--Sv-tab-bar-item-after:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100 100C44.772 100 0 55.228 0 0v100h100z' fill='%23272a27'/></svg>"),
|
|
url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 100c55.228 0 100-44.772 100-100v100H0z' fill='%23272a27'/></svg>"),
|
|
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><rect y='0%' width='100%' height='80%' fill='%23272a27'/></svg>");
|
|
|
|
--Sv-tab-bar-V-item-after:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100 100C100 44.772 55.228 0 0 0H100V100z' fill='%232d302d'/></svg>"),
|
|
url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 100c55.228 0 100-44.772 100-100v100H0z' fill='%232d302d'/></svg>"),
|
|
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' fill='%232d302d'/></svg>");
|
|
|
|
--Sv-tab-bar-item-focus-after:url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100 100C44.772 100 0 55.228 0 0v100h100z' fill='%232d302d'/></svg>"),
|
|
url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 100c55.228 0 100-44.772 100-100v100H0z' fill='%232d302d'/></svg>"),
|
|
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg'><rect y='0%' width='100%' height='80%' fill='%232d302d'/></svg>");
|
|
|
|
/* ———————————————————— 自定义结构配色 ———————————————————— */
|
|
|
|
/* 顶栏 */
|
|
--Sv-barWorkspace-color: var(--b3-theme-on-background);
|
|
--Sv-barWorkspace-background: var(--Sv-list-background);
|
|
--Sv-barWorkspace-background-hover: var(--Sv-list-focus-hover);
|
|
|
|
/* dock栏 */
|
|
--Sv-dock-item--activefocus-background: #ff6000!important;
|
|
|
|
/* 侧栏面板 */
|
|
--Sv-block-icon-active: #ff6000;
|
|
|
|
/* 底栏 */
|
|
--Sv-status-barDock-color: #ff6000;
|
|
|
|
/* 面包屑 */
|
|
--Sv-breadcrumb-active: #ff6000;
|
|
--Sv-breadcrumb-active-hover:#e16314;
|
|
|
|
/* 块引用 */
|
|
--Sv-block-ref-background: transparent;
|
|
--Sv-block-ref-bottom: 2px solid #ff6000;
|
|
--Sv-block-ref-bottom-d: 2px dashed #ff6000;
|
|
|
|
--b3-font-background1: #484e56;
|
|
--b3-font-background2: #31383f;
|
|
--b3-font-background3: #4a3033;
|
|
--b3-font-background4: #38383a;
|
|
--b3-font-background5: #4e3f30;
|
|
--b3-font-background6: #4e4730;
|
|
--b3-font-background7: #4e4e30;
|
|
--b3-font-background8: #284749;
|
|
--b3-font-background9: #274752;
|
|
--b3-font-background10: #274052;
|
|
--b3-font-background11: #363353;
|
|
--b3-font-background12: #4a3048;
|
|
--b3-font-background13: #4d3336;
|
|
|
|
body::before {
|
|
display: none;
|
|
}
|
|
}
|