fix(theme): 硬编码暗色字体色改var(--ink-N)主题变量(1文件)——暗色主题下深色文字不可见治理2026-09-17

This commit is contained in:
yumoqing 2026-09-18 14:04:22 +08:00
parent 190023ebbf
commit 8487cae5cd

View File

@ -300,7 +300,7 @@ for p in projects:
"subwidgets": [
{"widgettype": "Text",
"options": {"text": ("✓ " if _is_cur else "") + _pname,
"cfontsize": 0.95, "color": "#0f172a", "css": "filler",
"cfontsize": 0.95, "color": "var(--ink-0)", "css": "filler",
"halign": "left"}},
{"widgettype": "Text",
"options": {"text": _st_txt, "cfontsize": 0.75, "color": "#ffffff",