From 8e22b09d29de6747b5e2edbffc40e780b4fdff5b Mon Sep 17 00:00:00 2001 From: hezhendong Date: Sun, 9 Mar 2025 23:02:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E7=BD=AE=E7=9B=AE=E5=BD=95=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E5=AD=97=E4=BD=93=E4=B8=BAarial=20hebrew?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- theme.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 20c3bea..ffc922b 100644 --- a/theme.css +++ b/theme.css @@ -390,6 +390,7 @@ body:not(.is-grabbing):not(.is-fullscreen).is-hidden-frameless .mod-top .workspa .workspace .mod-root .workspace-tab-header-inner-title, .tree-item-inner-text { font-size: calc(var(--window-font-size) * 1px) !important; + font-family: 'number-font'; } /* 调整目录折叠按钮与标题对齐 @@ -459,7 +460,7 @@ body:not(.is-grabbing):not(.is-fullscreen).is-hidden-frameless .mod-top .workspa stroke: var(--nav-collapse-icon-color); fill: var(--nav-collapse-icon-color); stroke-width: 1px; - margin-top: -1px; + margin-top: -4px; } /* 底部状态栏样式 */ @@ -2004,6 +2005,10 @@ body:not(.win-translucent-off):not(.mod-macos) .app-container::before { z-index: -1; } +.workspace-ribbon.mod-left:before { + background-color: var(--background-secondary); +} + body:not(.win-translucent-off):not(.mod-macos) .workspace-split.mod-vertical.mod-root { background: var(--win-editor-bg-color) !important; }