add .theme support (thanks neauoire)
This commit is contained in:
parent
d4b625df9f
commit
ccb32710a4
13
term.tal
13
term.tal
|
@ -76,6 +76,7 @@
|
||||||
#07bf .System/r DEO2
|
#07bf .System/r DEO2
|
||||||
#07bf .System/g DEO2
|
#07bf .System/g DEO2
|
||||||
#07bf .System/b DEO2
|
#07bf .System/b DEO2
|
||||||
|
;load-theme JSR2
|
||||||
|
|
||||||
( set starting tint: reverse=0, bg=0, fg=2 )
|
( set starting tint: reverse=0, bg=0, fg=2 )
|
||||||
#02 .attr STZ
|
#02 .attr STZ
|
||||||
|
@ -95,6 +96,18 @@
|
||||||
|
|
||||||
BRK
|
BRK
|
||||||
|
|
||||||
|
@load-theme ( -> )
|
||||||
|
;&path .File/name DEO2
|
||||||
|
#0002 .File/len DEO2
|
||||||
|
;&r .File/r DEO2
|
||||||
|
;&g .File/r DEO2
|
||||||
|
;&b .File/r DEO2
|
||||||
|
.File/ok DEI2 ORA #01 JCN JMP2r
|
||||||
|
LIT2 &r $2 .System/r DEO2
|
||||||
|
LIT2 &g $2 .System/g DEO2
|
||||||
|
LIT2 &b $2 .System/b DEO2
|
||||||
|
JMP2r [ &path ".theme $1 ]
|
||||||
|
|
||||||
@first-addr ( -> )
|
@first-addr ( -> )
|
||||||
;cells JMP2r
|
;cells JMP2r
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue