Skip to content

Commit

Permalink
🐛 适配思源的tooltip second-colo
Browse files Browse the repository at this point in the history
  • Loading branch information
Achuan-2 committed Nov 27, 2024
1 parent 6b1748c commit 3d37ef9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions style/theme/Tsundoku_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
/* 提示 */
--b3-tooltips-color: #f5f4f4;
--b3-tooltips-background: #07899d9f;
--b3-tooltips-second-color: #f5f4f4;

/* 卡片背景 */
--b3-card-error-color: #fda8a2;
Expand Down
2 changes: 2 additions & 0 deletions style/theme/Tsundoku_green.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
8 changes: 5 additions & 3 deletions style/theme/Tsundoku_light.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;

/* 编辑器搜索颜色 */
Expand Down
2 changes: 1 addition & 1 deletion theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 3d37ef9

Please sign in to comment.