Skip to content

Commit bc10e79

Browse files
committed
FIX: change background to white [skip ci]
1 parent bbac8d5 commit bc10e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

casts/cast_live_python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ geometry=${width}x${height}
2626
this_window=$(xdotool getwindowfocus)
2727

2828
# For consistent appearance
29-
xterm +sb -fa Hermit -fs $fs -bg black -fg white -geometry $geometry -title Screencast-xterm -e "bash --rcfile cast_ipython.rc" &
29+
xterm +sb -fa Hermit -fs $fs -bg white -fg black -geometry $geometry -title Screencast-xterm -e "bash --rcfile cast_ipython.rc" &
3030
xterm_pid=$!
3131
sleep 2
3232

0 commit comments

Comments
 (0)