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,
|
screen nostalgia-tour version of the game... Try running the following,
|
||||||
for example (all on one line):
|
for example (all on one line):
|
||||||
|
|
||||||
xterm -g 80x24 -fa Mono -fs 18 -bg black -fg '#009911' -bc +sb +bdc \
|
xterm -g 80x24 -fa Mono -fs 18 -bg '#181818' -fg '#2CAB00' -bc +sb \
|
||||||
+fbx -xrm 'XTerm*colorBD: #00FF00' -e trader --no-colour &
|
+bdc +fbx -xrm 'XTerm*colorBD: #41FF00' -e trader --no-colour &
|
||||||
|
|
||||||
To read the manual page, type "man trader" from the command line.
|
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
|
.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
|
.SH NAME
|
||||||
trader \- a game of interstellar trading
|
trader \- a game of interstellar trading
|
||||||
.\" *********************************************************************
|
.\" *********************************************************************
|
||||||
@ -136,7 +136,17 @@ experience, try (again, typed all on one line):
|
|||||||
.sp
|
.sp
|
||||||
.nh
|
.nh
|
||||||
.na
|
.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
|
.ad
|
||||||
.hy 14
|
.hy 14
|
||||||
.sp
|
.sp
|
||||||
|
Loading…
Reference in New Issue
Block a user