summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tc b/bin/tc
index 50ae67f..12129af 100755
--- a/bin/tc
+++ b/bin/tc
@@ -16,5 +16,5 @@ color() {
}
color ${1:-$((RANDOM % 7))}
-printf '\E]11;'$bg'\E\'
-printf '\E]10;'${fg:-#000000}'\E\'
+printf '\E]11;'${bg:-#ffffff}'\E\' # Set background color.
+printf '\E]10;'${fg:-#000000}'\E\' # Set foreground color.