mirror of
https://git.zap.org.au/git/trader.git
synced 2024-12-04 14:46:45 -05:00
Tweak the colours used for monochromatic screens; add an amber display
This commit is contained in:
parent
c978e5b4d1
commit
d917d088f4
4
README
4
README
@ -41,8 +41,8 @@ options, as well as some suggestions for running a retro-computing green-
|
||||
screen nostalgia-tour version of the game... Try running the following,
|
||||
for example (all on one line):
|
||||
|
||||
xterm -g 80x24 -fa Mono -fs 18 -bg black -fg '#009911' -bc +sb +bdc \
|
||||
+fbx -xrm 'XTerm*colorBD: #00FF00' -e trader --no-colour &
|
||||
xterm -g 80x24 -fa Mono -fs 18 -bg '#181818' -fg '#2CAB00' -bc +sb \
|
||||
+bdc +fbx -xrm 'XTerm*colorBD: #41FF00' -e trader --no-colour &
|
||||
|
||||
To read the manual page, type "man trader" from the command line.
|
||||
|
||||
|
14
doc/trader.6
14
doc/trader.6
@ -41,7 +41,7 @@
|
||||
.if \n[.g] .mso www.tmac
|
||||
.\"
|
||||
.\" *********************************************************************
|
||||
.TH TRADER 6 "14th May, 2017" "Unix-like systems"
|
||||
.TH TRADER 6 "23rd May, 2017" "Unix-like systems"
|
||||
.SH NAME
|
||||
trader \- a game of interstellar trading
|
||||
.\" *********************************************************************
|
||||
@ -136,7 +136,17 @@ experience, try (again, typed all on one line):
|
||||
.sp
|
||||
.nh
|
||||
.na
|
||||
.B "xterm \-g 80x24 \-fa Mono \-fs 18 \-bg black \-fg '#009911' \-bc +sb +bdc +fbx \-xrm 'XTerm*colorBD: #00FF00' \-e trader \-\-no\-colour &"
|
||||
.B "xterm \-g 80x24 \-fa Mono \-fs 18 \-bg '#181818' \-fg '#2CAB00' \-bc +sb +bdc +fbx \-xrm 'XTerm*colorBD: #41FF00' \-e trader \-\-no\-colour &"
|
||||
.ad
|
||||
.hy 14
|
||||
.sp
|
||||
.RE
|
||||
Or, if you prefer the old amber screens of yesteryear:
|
||||
.RS
|
||||
.sp
|
||||
.nh
|
||||
.na
|
||||
.B "xterm \-g 80x24 \-fa Mono \-fs 18 \-bg '#101010' \-fg '#AB7A00' \-bc +sb +bdc +fbx \-xrm 'XTerm*colorBD: #FFB700' \-e trader \-\-no\-colour &"
|
||||
.ad
|
||||
.hy 14
|
||||
.sp
|
||||
|
Loading…
Reference in New Issue
Block a user