14 lines
314 B
Lua
14 lines
314 B
Lua
green=0
|
|
red=60
|
|
blue=0
|
|
|
|
color=string.char(green, red, blue)
|
|
color1=string.char(green, red, blue)
|
|
color2=string.char(green, red, blue)
|
|
color3=string.char(green, red, blue)
|
|
color4=string.char(green, red, blue)
|
|
|
|
colorBg=string.char(0,0,0) -- black is the default background color
|
|
sntpserverhostname="ptbtime1.ptb.de"
|
|
|