add black theme

This commit is contained in:
joBr99
2022-06-22 23:37:33 +02:00
parent 6f946dec31
commit 676990516f
2 changed files with 12 additions and 0 deletions

View File

@@ -123,6 +123,18 @@ sharedfoot = """
spstr strCommand.txt,tTmp.txt,"~",2
covx tTmp.txt,dimValueNormal,0,0
dim=dimValueNormal
// get background color
spstr strCommand.txt,tTmp.txt,"~",3
if(tTmp.txt!="")
{
covx tTmp.txt,defaultBcoColor,0,0
}
// get font color
spstr strCommand.txt,tTmp.txt,"~",4
if(tTmp.txt!="")
{
covx tTmp.txt,defaultFontColor,0,0
}
}
if(tInstruction.txt=="timeout")
{

Binary file not shown.