You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per design review of the live theme:
- speedTextColor: bottom-bar up/down speed text (incl. 0 B/s) -> Dracula yellow.
- fabStoppedColor: connect-FAB icon when Stopped -> Dracula yellow (the red
strikethrough plane was nearly invisible on the pink/purple FAB). Status
TEXT for stopped/shutting-down stays red via statusStoppedColor.
- Two-tone status text: 'Connected,' / 'Success:' lead segment in green, the
remainder (hint / handshake detail) in yellow (statusDetailColor). 'Testing…'
yellow, 'Shutting down…' red. Falls back to single lead color if a locale
string lacks the separator (safe, no crash).
- routeProxyColor: Proxy route rule -> Dracula cyan #8be9fd (Dracula's blue).
- navSelectedColor: selected nav-drawer item (fill + icon/text) -> Dracula
accent (pink) to match the toggle-on color. Black keeps its accent; other
themes default to colorPrimary (unchanged).
All gated via theme attrs that default to prior colors, so the other ~22
themes are visually unchanged. Verified attr resolution in the compiled APK.
0 commit comments