style(hub): refine light theme contrast and theme-aware fullscreen UI

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-04 12:08:35 +08:00
parent d1914df46f
commit e99c6cef08
5 changed files with 187 additions and 105 deletions
+3 -3
View File
@@ -1290,9 +1290,9 @@
const light = document.documentElement.getAttribute("data-theme") === "light";
return light
? {
bg: "#f4f7fb",
text: "#5a6f85",
border: "#c8d4e4",
bg: "#f0f4f9",
text: "#4a6078",
border: "#b8c8d8",
up: "#0a8f5c",
down: "#c93552",
volUp: "rgba(10, 143, 92, 0.45)",