~rabbits/nasu

0b4b69b7701d25074177a4c5474b1b9be0ac3b99 — Devine Lu Linvega 8 months ago deaf4db
Theme is now part of the manifest file
2 files changed, 18 insertions(+), 18 deletions(-)

M src/manifest.tal
M src/nasu.tal
M src/manifest.tal => src/manifest.tal +18 -0
@@ 370,6 370,24 @@ JMP2r

JMP2r

( theme )

@load-theme ( -- )

	;&path .File/name DEO2
	#0002 .File/length DEO2
	;&r .File/load DEO2
	;&g .File/load DEO2
	;&b .File/load DEO2
	.File/success DEI2 AND ,&skip JCN
		LIT2 &r $2 .System/r DEO2
		LIT2 &g $2 .System/g DEO2
		LIT2 &b $2 .System/b DEO2
		&skip

JMP2r
	&path ".theme $1

@buttons-icns
	387c fefe fe7c 3800
	3844 8282 8244 3800

M src/nasu.tal => src/nasu.tal +0 -18
@@ 1091,24 1091,6 @@ JMP2r

JMP2r

( theme )

@load-theme ( -- )

	;&path .File/name DEO2
	#0002 .File/length DEO2
	;&r .File/load DEO2 
	;&g .File/load DEO2 
	;&b .File/load DEO2
	.File/success DEI2 AND ,&skip JCN
		LIT2 &r $2 .System/r DEO2
		LIT2 &g $2 .System/g DEO2
		LIT2 &b $2 .System/b DEO2
		&skip

JMP2r
	&path ".theme $1

@save-theme ( -- )

	.System/r DEI2 #fffa STA2