From f23ee3c84ca4be5b943a31b06fc7bb518026f1b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A2=AB=E6=B0=B4=E6=B7=B9=E6=B2=A1?= <994523036@qq.com> Date: Sun, 13 Oct 2024 20:56:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=B0=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 2 +- theme.css | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.json b/manifest.json index 91d1337..0f6dcbe 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "name": "Dark Clarity", "author": "chenbihao", "authorUrl": "https://github.com/chenbihao", - "version": "1.1.1", + "version": "1.1.2", "repo": "chenbihao/obsidian-theme-dark-clarity", "screenshot": "screenshot.png", "modes": ["dark", "light"] diff --git a/theme.css b/theme.css index efb2457..bf46eee 100644 --- a/theme.css +++ b/theme.css @@ -227,7 +227,7 @@ body .modal { /* 原神心海配色1 */ body.theme-genshin-sangonomiya-kokomi1.theme-dark{ --theme-color: hsl(245 75% 63%); - --text-highlight-bg: hsl(245 75% 63% 0.5); + --text-highlight-bg: hsl(245,75%,63%,0.5); --text-title-h1: hsl(246 87% 69%); --text-title-h2: hsl(245 75% 70%); --text-title-h3: hsl(240 35% 73%); @@ -243,7 +243,7 @@ body.theme-genshin-sangonomiya-kokomi1.theme-dark{ } body.theme-genshin-sangonomiya-kokomi1.theme-light{ --theme-color: hsl(245 75% 63%); - --text-highlight-bg: hsl(245 100% 78% 0.52); + --text-highlight-bg: hsl(245,100%,78%,0.52); --text-title-h1: hsl(246 87% 69%); --text-title-h2: hsl(245 89% 75%); --text-title-h3: hsl(240 99% 84%); @@ -263,7 +263,7 @@ body.theme-genshin-sangonomiya-kokomi1.theme-light{ body.theme-genshin-sangonomiya-kokomi2.theme-dark, body.theme-genshin-sangonomiya-kokomi2.theme-light{ --theme-color: hsl(245 75% 63%); - --text-highlight-bg: hsl(245 75% 63% 0.5); + --text-highlight-bg: hsl(245,75%,63%,0.5); --text-title-h1: hsl(246 99% 63%); --text-title-h2: hsl(245 75% 63%); --text-title-h3: hsl(240 44% 65%); @@ -297,7 +297,7 @@ body.theme-genshin-nilou.theme-dark{ } body.theme-genshin-nilou.theme-light{ --theme-color: hsl(245, 75%, 63%); - --text-highlight-bg:hsla(9 91% 64% 0.686); + --text-highlight-bg:hsla(9,91%,64%,0.686); --text-title-h1: hsl(213 74% 55%); --text-title-h2: hsl(201 100% 69%); --text-title-h3: hsl(199 100% 82%); @@ -735,6 +735,7 @@ body.left-roll .nav-files-container { display: flex; overflow-x: auto; white-space: nowrap; + min-width: 200px; /* 设置子元素的最小宽度为200px */ }