Skip to content

Commit baa77fe

Browse files
authored
Revert "🐛 Fix unreadable terminal text in Safari/iOS and Firefox" (#1034)
1 parent a1f8118 commit baa77fe

File tree

1 file changed

+0
-4
lines changed
  • ssh/rootfs/etc/s6-overlay/s6-rc.d/ttyd

1 file changed

+0
-4
lines changed

ssh/rootfs/etc/s6-overlay/s6-rc.d/ttyd/run

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ options+=(-i hassio)
2323
# We want to be able to use the terminal
2424
options+=(--writable)
2525

26-
# Force explicit terminal colors to ensure readability regardless of
27-
# browser color-scheme settings (fixes invisible text on Safari/iOS)
28-
options+=(--theme '{"background":"#1e1e1e","foreground":"#d4d4d4","cursor":"#d4d4d4","cursorAccent":"#1e1e1e","selection":"rgba(255,255,255,0.3)"}')
29-
3026
# Get assigned Ingress port
3127
ingress_port=$(bashio::addon.ingress_port)
3228
options+=(-p "${ingress_port}")

0 commit comments

Comments
 (0)