Compare commits

..

2 Commits

Author SHA1 Message Date
Peter J. Holzer d14d71c58a Merge branch 'master' into hjp 2020-04-16 12:14:16 +02:00
Peter J. Holzer 1fb9fc5a6c Set foreground color to black
Just setting the background color may result in unreadable combinations.
A black foreground should always work well with a light background.
2020-04-16 12:12:25 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -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"\nexport BG=light\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" --fg "#000000"\nexport BG=light\nfi\n}, map { rand(128)+128 } qw(1 1 1))' > ~/.zxtermcolors
fi fi
fi fi