Compare commits
No commits in common. "053449e0d7556201a5027a4294fe48e685e95f3c" and "ba609f768365f2ba2ff4e9c83ea10d71de9c6771" have entirely different histories.
053449e0d7
...
ba609f7683
|
@ -66,7 +66,7 @@ then
|
||||||
then
|
then
|
||||||
. ~/.zxtermcolors
|
. ~/.zxtermcolors
|
||||||
else
|
else
|
||||||
perl -e 'printf(qq{if whence xtermcontrol >/dev/null\nthen\nxtermcontrol --bg "#%02X%02X%02X" --fg "#CCCCCC"\nexport BG=dark\nfi\n}, map { rand(128) } qw(1 1 1))' > ~/.zxtermcolors
|
perl -e 'printf(qq{if whence xtermcontrol >/dev/null\nthen\nxtermcontrol --bg "#%02X%02X%02X" --fg "#000000"\nexport BG=light\nfi\n}, map { rand(128)+128 } qw(1 1 1))' > ~/.zxtermcolors
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue