Phase 297 R3 — fixes Files text being unreadable (white-on-white) in the dark theme.
v44.80 made the Files window white in the dark theme, but the text inside stayed white and became invisible. The text that had no explicit color was inheriting the dark theme's white text color. Files now renders dark, readable text on its white surface — matching the light theme.
(Static gray labels and token-based text were already correct; only the inherited-color text needed the fix.)
Box update (operator):
ssh bruce@100.112.68.1
sudo -s
curl -fsSL https://raw.githubusercontent.com/utopusc/livinity-io/v44.81/update.sh -o /opt/livos/update.sh && chmod +x /opt/livos/update.sh && bash /opt/livos/update.sh 2>&1 | tee /tmp/livos-4481.log
Verify in DARK theme: open Files → white window with DARK, readable text (file names, headers), looking like the light theme.
Full Changelog: v44.80...v44.81