From 8a0063cd7e6d43bfd29cfecfdcb5d1f779daf642 Mon Sep 17 00:00:00 2001 From: "Peter J. Holzer" Date: Sat, 18 May 2019 10:28:03 +0200 Subject: [PATCH] Set BG in .zxtermcolors --- .znewterm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.znewterm b/.znewterm index fd204fa..1d30148 100644 --- a/.znewterm +++ b/.znewterm @@ -51,7 +51,7 @@ then then . ~/.zxtermcolors else - perl -e 'printf(qq{if whence xtermcontrol >/dev/null\nthen\nxtermcontrol --bg "#%02X%02X%02X"\nfi\n}, map { rand(128)+128 } qw(1 1 1))' > ~/.zxtermcolors + perl -e 'printf(qq{if whence xtermcontrol >/dev/null\nthen\nxtermcontrol --bg "#%02X%02X%02X"\nexport BG=light\nfi\n}, map { rand(128)+128 } qw(1 1 1))' > ~/.zxtermcolors fi fi