diff --git a/Examples/test_script_mode_color.sh b/Examples/test_script_mode_color.sh index 23f5b2ff..16c93207 100755 --- a/Examples/test_script_mode_color.sh +++ b/Examples/test_script_mode_color.sh @@ -8,7 +8,7 @@ fi if [ "$@" ] then # Override the previously set prompt. - echo -en "\0theme\x1felement-text { background-color: "$@";}\n" + echo -en "\0theme\x1felement-text { background-color: $@;}\n" echo -en "\0keep-selection\x1ftrue\n" # echo -en "\0new-selection\x1f2\n" echo "red"