From 3d37ef996fbe886eddbffb11211b71899a60f8a9 Mon Sep 17 00:00:00 2001 From: Tron Date: Wed, 27 Nov 2024 21:45:20 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E9=80=82=E9=85=8D=E6=80=9D?= =?UTF-8?q?=E6=BA=90=E7=9A=84tooltip=20second-colo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style/theme/Tsundoku_dark.css | 1 + style/theme/Tsundoku_green.css | 2 ++ style/theme/Tsundoku_light.css | 8 +++++--- theme.css | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/style/theme/Tsundoku_dark.css b/style/theme/Tsundoku_dark.css index 2deb319..5591986 100644 --- a/style/theme/Tsundoku_dark.css +++ b/style/theme/Tsundoku_dark.css @@ -44,6 +44,7 @@ /* 提示 */ --b3-tooltips-color: #f5f4f4; --b3-tooltips-background: #07899d9f; + --b3-tooltips-second-color: #f5f4f4; /* 卡片背景 */ --b3-card-error-color: #fda8a2; diff --git a/style/theme/Tsundoku_green.css b/style/theme/Tsundoku_green.css index 9010413..80a44c1 100644 --- a/style/theme/Tsundoku_green.css +++ b/style/theme/Tsundoku_green.css @@ -54,6 +54,8 @@ /* 提示 */ --b3-tooltips-color: #fff; --b3-tooltips-background: rgba(16, 63, 44, 0.5); + --b3-tooltips-second-color: #fff; + --b3-tooltips-shadow: 0 2px 8px rgba(0, 0, 0, .1); /* 卡片背景 */ --b3-card-error-color: rgb(97, 26, 21); diff --git a/style/theme/Tsundoku_light.css b/style/theme/Tsundoku_light.css index 5d48519..cd65954 100644 --- a/style/theme/Tsundoku_light.css +++ b/style/theme/Tsundoku_light.css @@ -59,6 +59,8 @@ /* 提示 */ --b3-tooltips-color: #fff; --b3-tooltips-background: #335c7396; + --b3-tooltips-second-color: #fff; + --b3-tooltips-shadow: 0 2px 8px rgba(0, 0, 0, .1); /* 卡片背景 */ --b3-card-error-color: #b93128; @@ -133,15 +135,15 @@ --b3-graph-listitem-point: #f65b00; --b3-graph-bq-point: #8d48e3; --b3-graph-super-point: #dd79ff; - --b3-graph-doc-point: #202124; + --b3-graph-doc-point: #888888; --b3-graph-tag-point: #dbf32f; --b3-graph-asset-point: #05c091; --b3-graph-line: #5f6368; - --b3-graph-ref-line: #d23f31; + --b3-graph-ref-line: #1da1aa; --b3-graph-tag-line: #5f6b06; --b3-graph-tag-tag-line: #dbf32f; --b3-graph-asset-line: #037457; - --b3-graph-hl-point: #f3a92f; + --b3-graph-hl-point: #4dc362; --b3-graph-hl-line: #4285f4; /* 编辑器搜索颜色 */ diff --git a/theme.css b/theme.css index 708241f..8d04fc2 100644 --- a/theme.css +++ b/theme.css @@ -109,7 +109,7 @@ --b3-graph-tag-point: #dbf32f; --b3-graph-asset-point: #05c091; --b3-graph-line: #5f6368; - --b3-graph-ref-line: #d23f31; + --b3-graph-ref-line: #31d284; --b3-graph-tag-line: #5f6b06; --b3-graph-tag-tag-line: #dbf32f; --b3-graph-asset-line: #037457;